Identify -verbose in C#
Posted: 2018-03-20T10:48:35-07:00
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) :
Thx, David
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) :
Does anyone has an idea how to do it ?
icc Copyright (c) Eastman Kodak Compa
icc:description: ProPhoto RGB
icc:manufacturer: KODAK
icc:model: Reference Output Medium Metric(ROMM)
Thx, David