I opened it in Photoshop and copied it to a larger size (300x300) transparent background and saved it as PSD and then as TIF in Photoshop. I also saved the PSD to TIF in Imagemagick:
http://www.fmwconcepts.com/misc_tests/t ... mickey.psd
http://www.fmwconcepts.com/misc_tests/t ... key_ps.tif
http://www.fmwconcepts.com/misc_tests/t ... key_im.tif
Code: Select all
identify mickey.psd
mickey.psd[1] PSD 250x250 250x250+25+25 8-bit sRGB 248KB 0.000u 0:00.000
Code: Select all
identify mickey_ps.tif
mickey_ps.tif[1] TIFF 250x250 250x250+25+25 8-bit sRGB 0.000u 0:00.000
Code: Select all
identify mickey_im.tif
mickey_im.tif[1] TIFF 250x250 250x250+25+25 8-bit sRGB 674KB 0.000u 0:00.000
All the above have 2 layers.
Now I try to compare each layer of the two tif files.
Code: Select all
compare -metric rmse mickey_ps.tif[0] mickey_im.tif[0] null:
Code: Select all
compare -metric rmse mickey_ps.tif[1] mickey_im.tif[1] null: