I have a lot of tif images in a directory. So I try to convert them into jpg format.
I use this command : mogrify -format jpg *.tif
But I get an error... an error for each image in fact:
mogrify: 2281.tif: unknown field with tag 37724 (0x935c) encountered. `TIFFReadDirectory' @ warning/tiff.c/TIFFWarnings/746.
Maybe I am doing something wrong... Does anyone have an idea?