What's the state of device link support?

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
imageboard
Posts: 5
Joined: 2011-02-02T08:28:05-07:00
Authentication code: 8675308

What's the state of device link support?

Post by imageboard »

Hi,

i read in the changelog

2010-04-08 6.6.1-2 Cristy <quetzlzacatenango@image...>
Improve support for device link profiles.

I'm trying to use a device link to convert from eciV2RGB to eciV2 but receive the following error msg:

Code: Select all

$ convert input.tif[0] +profile '!icc,*' -profile devicelink.icc  output1.tiff
convert: unable to create color transform `icc' @ error/profile.c/ProfileImage/1190.
$ convert -version
Version: ImageMagick 6.6.6-6 2010-12-21 Q16
Any clue what's wrong?
Do I need a different command?
Thanks!
Post Reply