Read ICC profile name

Magick++ is an object-oriented C++ interface to ImageMagick. Use this forum to discuss, make suggestions about, or report bugs concerning Magick++.
Post Reply
citydavid
Posts: 4
Joined: 2011-11-24T02:54:23-07:00
Authentication code: 8675308

Read ICC profile name

Post by citydavid »

How can I do this with Magick++, like imageMagick: identify -format %[profile:icc] - verbose test.tif.
I try in different ways but without results!

Thank you
User avatar
dlemstra
Posts: 1570
Joined: 2013-05-04T15:28:54-07:00
Authentication code: 6789
Contact:

Re: Read ICC profile name

Post by dlemstra »

This is not yet available in Magick++, I will add a method to the Image class that will allow you to do the same as with -format.
.NET + ImageMagick = Magick.NET https://github.com/dlemstra/Magick.NET, @MagickNET, Donate
citydavid
Posts: 4
Joined: 2011-11-24T02:54:23-07:00
Authentication code: 8675308

Re: Read ICC profile name

Post by citydavid »

Ok, thank you! Let me know when this feature will be ready!

Hi,

David
User avatar
dlemstra
Posts: 1570
Joined: 2013-05-04T15:28:54-07:00
Authentication code: 6789
Contact:

Re: Read ICC profile name

Post by dlemstra »

The method has been added and is called: formatExpression. This will be available in ImageMagick 6.8.8-2.
.NET + ImageMagick = Magick.NET https://github.com/dlemstra/Magick.NET, @MagickNET, Donate
Post Reply