Commit Graph

2 Commits

Author SHA1 Message Date
Matthew Amato a0cd6537fa Fix color space issues with images used in Specs.
PNG files can have embedded ICC profiles.  Chrome and Firefox treat these differently, resulting in specs failing do to color comparisons failing.  We previously had workarounds in place, but by running `pngcrush -rem gAMA -rem cHRM -rem iCCP -rem sRGB infile.png outfile.png` on each of our Spec images, I was able to remove the ICC profiles and the corresponging workarounds in the spec.

I also added back in 2 tests that used to fail on Firefox but are now Fixed.
2012-11-28 10:07:53 -05:00
Ian Lilley d61fe87fa6 Made atlas sort images by side length to reduce number of resizings when calling addImages. Added some new specs too. 2012-06-14 15:38:35 -04:00