Code: Select all
convert image.tif -thumbnail 150x250 image.jpg
But it incorrectly returns this:
Here is the source image: https://zuhqtr5.couchappy.com/test/im/image.tif
Code: Select all
convert image.tif -thumbnail 150x250 image.jpg
convert image.tif -profile /Users/fred/images/Profiles/USWebCoatedSWOP.icc -profile /Users/fred/images/Profiles/sRGB.icc -thumbnail 150x250 image.jpg
Code: Select all
convert image.tif -profile /Users/fred/images/Profiles/USWebCoatedSWOP.icc -profile /Users/fred/images/Profiles/sRGB.icc -thumbnail 150x250 image.jpg
Code: Select all
convert image.tif -profile /Users/fred/images/Profiles/USWebCoatedSWOP.icc -profile /Users/fred/images/Profiles/sRGB.icc -thumbnail 150x250 image.jpg
convert: unable to open image `/Users/fred/images/Profiles/USWebCoatedSWOP.icc': No such file or directory @ error/blob.c/OpenBlob/2617.
convert: unable to open file `/Users/fred/images/Profiles/USWebCoatedSWOP.icc': No such file or directory @ error/blob.c/FileToBlob/940.
convert: unable to open image `/Users/fred/images/Profiles/sRGB.icc': No such file or directory @ error/blob.c/OpenBlob/2617.
convert: unable to open file `/Users/fred/images/Profiles/sRGB.icc': No such file or directory @ error/blob.c/FileToBlob/940.