We use image magick by command line in order to convert image to different color space.
One of the command we used : (for CMYK to RGB)
- convert -quiet -respect-parenthesis -units PixelsPerInch -density 300 'in/CMYK-ISOcoated V2/CMYK-ISOcoated V2_2.tif[0]' +repage \( -clone 0 -auto-orient -profile /var/www/media/icc/sRGB_IEC61966-2-1_black_scaled.icc -colorspace 'sRGB' -background 'white' -format 'TIFF' -compress 'LZW' -interlace 'line' -type optimize -quality '75' -define tiff:alpha=associated -define tiff:rows-per-strip=11 -write 'TIFF':'out/CMYK-ISOcoated V2/RGB/CMYK-ISOcoated V2_2.tif' +delete \) null:
We use ImageMagick 6.8.6-8
I can't share the 2 images publicly but i can send them by dm