Image shade changes while converting a tiff to jpg with RGB colorspace
Posted: 2018-06-11T08:08:00-07:00
Hi,
When I convert attached tiff file to jpg mentioning color-space as RGB, its shade changes from brownish to greenish. It produces expected output when we don't pass color-space or keep it 'CMYK', source file is of CMYK type but I am looking for an RGB output.
Command :
convert.exe "Sample.tif" "Output_Default.jpg"
convert.exe "Sample.tif" -colorspace RGB "Output_RGB.jpg"
convert.exe "Sample.tif" -colorspace CMYK "Output_CMYK.jpg"
ImageMagick version: I am using 6.9.2.6 (but it's reproducible with latest version 6.9.9-50 as well)
Environment (Operating system, version and so on): Windows 7, Windows Server 2012
https://drive.google.com/open?id=1fpWkC ... YqAMCtZuLF
Thanks
When I convert attached tiff file to jpg mentioning color-space as RGB, its shade changes from brownish to greenish. It produces expected output when we don't pass color-space or keep it 'CMYK', source file is of CMYK type but I am looking for an RGB output.
Command :
convert.exe "Sample.tif" "Output_Default.jpg"
convert.exe "Sample.tif" -colorspace RGB "Output_RGB.jpg"
convert.exe "Sample.tif" -colorspace CMYK "Output_CMYK.jpg"
ImageMagick version: I am using 6.9.2.6 (but it's reproducible with latest version 6.9.9-50 as well)
Environment (Operating system, version and so on): Windows 7, Windows Server 2012
https://drive.google.com/open?id=1fpWkC ... YqAMCtZuLF
Thanks