Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/ilya-bobyr/imagedata-md5
- Owner: ilya-bobyr
- Created: 2011-06-27T06:09:33.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2011-07-10T07:11:11.000Z (over 13 years ago)
- Last Synced: 2024-04-18T03:45:54.122Z (7 months ago)
- Language: JavaScript
- Homepage:
- Size: 93.8 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
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}.