|
From: Paulo E. C. <pau...@gm...> - 2013-06-06 10:22:20
|
On 03/06/13 00:24, doug sanden wrote: > On linux, for -F --fixture and -P --playback testing modes only, I changed Snapshot.c to save to windows .bmp format which has a 58 byte header, and stores uncompressed -instead of .rgb which has no header, or .png which by default gets some compression. GraphicsMagick on linux will display it: > gm display 1_wrl.0001.bmp > There's no date stamp or filename stored in the .bmp header, so 2 test fixtures should not differ in the header, so perl compare should work as well as gm compare. And any differences won't be due to compression since there isn't any. I'll try and run some tests on this... |