X-Recipient: archive-cygwin@delorie.com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:mime-version:message-id:from:to:subject
	:content-type:date:content-transfer-encoding; q=dns; s=default; b=
	PUDBLhOid86FzNA4KCntrZ8kdBeXRhX7xLaNSd9EKHBU4Czc9S+zyUiN9LjRLyJR
	NPkspL+gaY9uJVRPipE1jeXKWhp9HGxBQ+tBi5xRaF7dETqcXJcwgD6aFTopudKu
	DZFk/61UsNDQa8ICXz0iYsmIz5n7LYCFUY3ejRIehIs=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:mime-version:message-id:from:to:subject
	:content-type:date:content-transfer-encoding; s=default; bh=KiJl
	55sIxhz8bR0QAKTSQYjSzfU=; b=AeoYy4RBhaGPwEtzWaLeLBtVMw8CLS4T7vuk
	o0KWKUkWDo0EfcxMpJR0JEChFoAMHQvKg553oOaBqvwyiH3zignLjHe0EGZkKqP5
	4mrifhZAbgNQsVCN86KFugFh55nQfWoj/F2n1adzxeq4oiSRtHzN67QAwUgAuyAW
	6H7kUew=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=-3.2 required=5.0 tests=AWL,BAYES_20,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 spammy=mpeg, Hx-languages-length:1700, cms, HImportance:normal
X-HELO: mout.web.de
MIME-Version: 1.0
Message-ID: <trinity-9f7dcee0-00e2-41e1-b50b-b49eaeb09d94-1482423924217@3capp-webde-bs35>
From: ggrubbish@web.de
To: cygwin@cygwin.com
Subject: cygwin x64 (2.6.0, 6.9.5-7 Q16 x86), delegate library support not built-in (LCMS) @ warning/profile.c/ProfileImage/8
Content-Type: text/plain; charset=UTF-8
Date: Thu, 22 Dec 2016 17:25:24 +0100
Sensitivity: Normal
X-UI-Out-Filterresults: notjunk:1;V01:K0:RkeIBDsLr4U=:UQ5yxYaZstd5T/esYQMRmw A3saGR0E7TUT5kmxqb2XqP21MXpaazXybTUaWbd0Au6g5LbsVY4gMUMnP/e2xCYVpKv5oEoCp WtGT12YducXLE6acMVEmBTf08jof//6XHqyZlXC2mjPK5Xtpn85Mne5A45i9avEjXGls8G4P0 wOFnb2/h5ww07WjhZN312WwRl3CBgpu9Cssa6+NJr3e/8X2LqWE/U7XgOtavAnFrBg7Vt3COW iQhVnlZVoWXknGRapKq7BD0vEm+1eNkQ14bsOWAW2nGG3VIZgky7u2mEpt+mZHZOo01BPNteb los6NB2MXnUoqZgQZGX5xy8P5PBeuFBxMoLJk/aciSkVvHLpd6sIcSLCiab4GeFtnR7IvW6Wk QrrOO4qs0/jEJ88yBwI9jchqTm2snel52Vkcu9LXTzMYTJD2Wo9sSjuH2Zl/BINgBIXBxjNnb fkku/2z5YA==
X-IsSubscribed: yes
Content-Transfer-Encoding: 8bit
X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id uBMGPqpO019560



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


