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
Scott Hunter c2105b7e72 Reorganize project. Move Cesium up one level, so now the root of the git repository is the root of the source tree, and the root of the Eclipse project. 2012-04-25 10:55:13 -04:00