groundh0g / FannyPack

A texture packing "app" (and more) written in HTML and JS.
http://fpack.moreoncode.com
MIT License
0 stars 0 forks source link

Implement SpriteAliasing hashing #19

Closed groundh0g closed 10 years ago

groundh0g commented 10 years ago

Implement aliasing hashes in ImageItem.postProcess(). Just record the hashes, don't alter the frame data.

groundh0g commented 10 years ago

Done. Each frame gets a hash1 (SHA256) and hash2 (MD5).