Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ilya-bobyr/imagedata-md5

Calculates an MD5 of pixels from an ImageData object.
https://github.com/ilya-bobyr/imagedata-md5

Last synced: 17 days ago
JSON representation

Calculates an MD5 of pixels from an ImageData object.

Awesome Lists containing this project

README

        

Calculates an MD5 of an image pixels color data. Skips alpha channel values.

Most of the "meat" is taken from http://pajhome.org.uk/crypt/md5/index.html but
repackaged to deal with an ImageData object.

Tested on Firefox {4,5}.