Page 1 of 1

Identify -verbose in C#

Posted: 2018-03-20T10:48:35-07:00
by service-it-01
Hello,

I'm a new user of ImageMagick and I would like to know how I could do a similar task in C# to the commande line "identify -verbose".
My goal is to obtain the profile. Actualy, I do have the colorspace, but when I do a getProfile(), I only get icc or null.

And I would like to have the description like below (from the command line) :

icc:copyright: Copyright (c) Eastman Kodak Compa
icc:description: ProPhoto RGB
icc:manufacturer: KODAK
icc:model: Reference Output Medium Metric(ROMM)
Does anyone has an idea how to do it ?

Thx, David