Identify -verbose in C#

Magick.NET is an object-oriented C# interface to ImageMagick. Use this forum to discuss, make suggestions about, or report bugs concerning Magick.NET
Post Reply
service-it-01
Posts: 1
Joined: 2018-03-20T10:38:14-07:00
Authentication code: 1152

Identify -verbose in C#

Post 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
Post Reply