revisitors / readimage

Read a (jpg, png, gif) image into a standard binary format in memory.
MIT License
14 stars 5 forks source link

Fix channel alignment #2

Closed kirbysayshi closed 9 years ago

kirbysayshi commented 9 years ago

The wrong index was being used, resulting in garbage (although kind of cool-looking!) output.

The test I modified only covers the 3-channel case, but the others should probably get their own pixel spot checks as well.

brycebaril commented 9 years ago

oops! Pushed as version 1.1.1 Thanks!