/ClosePixels

An android library design to converts an image into a pixelated version.Inspired by https://github.com/desandro/close-pixelate .

Primary LanguageJava

ClosePixels

An android library design to converts an image into a pixelated version.Inspired by https://github.com/desandro/close-pixelate . ##Showcase: ######The origin:
image

######Use Square pixel with size and solution 30:
image

######Use Circle pixel:
image

######Use diamond:
image

##Usage Android studio:
Import "pixelart" library module.
PixelArt.renderPixels(Bitmap bitmap,int resolution,int size,SHAPE option); // Will return a rendered bitmap

Ps: PixelArt.SHAPE includes PixelArt.SHAPE.square,PixelArt.SHAPE.circle,PixelArt.SHAPE.diamond