Home

Awesome

Legofy Build Status codecov Release

Android library to Legofy any image.

<a href='https://play.google.com/store/apps/details?id=com.jeroenmols.brickeffect&utm_source=global_co&utm_medium=prtnr&utm_content=Mar2515&utm_campaign=PartBadge&pcampaignid=MKT-Other-global-all-co-prtnr-ap-PartBadge-Mar2515-1'> <img alt='Get it on Google Play' width="200" src='https://play.google.com/intl/en_us/badges/images/apps/en-play-badge.png'/> </a>

See the application in action:

<p align="center"> <img src="https://github.com/JeroenMols/Legofy/blob/master/play-store/preview.gif" alt="Legofy in action" height="550"/> </p>

Features

How to use

  1. Add the Jitpack repository to your project:
          repositories {
              maven { url "https://jitpack.io" }
          }
  1. Add a dependency on the library:
          compile 'com.github.JeroenMols:Legofy:0.0.1-beta'
  1. Legofy a Bitmap
          Bitmap legofiedBitmap = Legofy.with(this).convert(bitmap);
          Bitmap legofiedBitmap = Legofy.with(this).amountOfBricks(40).convert(bitmap);

Next steps

Questions

@molsjeroen

Credits