MagickNet, Blob how can I use other profile

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
Snapko

MagickNet, Blob how can I use other profile

Post by Snapko »

In ImageMagickObject I can use other profile like this but how can I set other profile in MagickNet anybody now.
In MagickNet image object got a set_profile but I did not get it to work.

ImageMagickObject.MagickImageClass img = new MagickImageClass();
object[] obj = { "-geometry", 500, "-profile", "C:\\AdobeRGB1998.icc", "C:\\test.tif", "C:\\test.jpg" };
img.Convert(ref obj);
Post Reply