Hello,
 
I noticed, that imagemagick is no longer compiled with little-cms as an 
built-in delegate. Therefore icc conversions aree no longer working. I upgraded 
my cygwin x64 from 2.3.0 to 2.6.0. Afterwards convert and mogrify didn't work 
no longer for color conversions, and my images came out inverted.
 
for further information you might have a look into this thread in the image 
magick forum:
http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=31101&p=141224#p141224

$ convert -version
Version: ImageMagick 6.9.5-7 Q16 x86_64 2016-08-27 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2016 ImageMagick Studio LLC
License: http://www.imagemagick.org/script/license.php
Features: Cipher DPC OpenMP
Delegates (built-in): autotrace bzlib cairo fftw fontconfig fpx freetype gslib 
jbig jng jp2 jpeg lzma pangocairo png ps rsvg tiff webp x xml zlib

$ convert -list configure | grep -i "delegates"
DELEGATES      autotrace bzlib mpeg fftw fpx fontconfig freetype gslib jbig jng 
jpeg lzma openjp2 pango png ps rsvg tiff webp x xml zlib
$ convert -list configure | grep -i "delegates"|grep --color lcms
$ ldd $(which convert)| grep --color  cms
        cyglcms2-2.dll => /usr/bin/cyglcms2-2.dll (0x3e0ca0000)
$ ldd $(which mogrify) | grep lcms
        cyglcms2-2.dll => /usr/bin/cyglcms2-2.dll (0x3e0ca0000)
 
convert: delegate library support not built-in `myimage_01_CMYK_150dpi.tif' 
(LCMS) @ warning/profile.c/ProfileImage/813.
 
https://bpaste.net/show/2108883bdaa2[https://bpaste.net/show/2108883bdaa2]
 
Thank you in advance
kind regards
 
Gerhard Gaußling

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

Reply via email to