Here is my image magick version :
Code: Select all
Version: ImageMagick 7.0.8-21 Q16 x86_64 2018-12-28 https://imagemagick.org
I'm converting it to png using this command :
Code: Select all
convert -define jpeg:size=image.tif[0] -thumbnail 140x100 rendition.140.100.png
Is there any issue with my command ? Any precision I can provide to the command to tell him to keep using the same colorspace?
If needed, you can get the image from here : https://www.dropbox.com/s/m7d8r8oo920ru ... e.tif?dl=0
Many thanks by advance,
MisterJpa