Skip to content

jQuery plugin to give images the aspect of good old 8-bit graphics.

Notifications You must be signed in to change notification settings

gmarty/image8bit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

image8bit

jQuery plugin to give images the aspect of good old 8-bit graphics.
The original <img> tag is replaced by a <canvas> tag, thus breaking jQuery fluent interface.

How to use?
	$("img").image8bit({blocksize : 5, granularity : 16});

'blocksize' is the pixel size for the mosaic effect.
'granularity' limits palette color number (the higher, the fewer colors it gives).

About

jQuery plugin to give images the aspect of good old 8-bit graphics.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published