Ok thank you very much.
Actually I'm not using the HDRI Version but I was waiting to this fix for upgrading to the latest version of the library in my projects.
Search found 10 matches
- 2018-06-03T22:46:39-07:00
- Forum: Magick.NET
- Topic: AddProfile very slow from version 7.2.0.0
- Replies: 7
- Views: 17057
- 2018-06-01T09:26:12-07:00
- Forum: Magick.NET
- Topic: AddProfile very slow from version 7.2.0.0
- Replies: 7
- Views: 17057
Re: AddProfile very slow from version 7.2.0.0
Hello Dirk,
have you found any solution to process color image conversion without HDRI color profile management?
Thank you and best regards,
Denis
have you found any solution to process color image conversion without HDRI color profile management?
Thank you and best regards,
Denis
- 2018-05-02T03:07:45-07:00
- Forum: Magick.NET
- Topic: CMYK MagickColor strange behaviour
- Replies: 6
- Views: 17098
Re: CMYK MagickColor strange behaviour
Hello Dirk,
with the latest version the problem is solved.
Thank you,
Denis
with the latest version the problem is solved.
Thank you,
Denis
- 2018-04-24T00:06:19-07:00
- Forum: Magick.NET
- Topic: CMYK MagickColor strange behaviour
- Replies: 6
- Views: 17098
Re: CMYK MagickColor strange behaviour
Thank you very much dlemstra.
- 2018-04-23T00:05:01-07:00
- Forum: Magick.NET
- Topic: CMYK MagickColor strange behaviour
- Replies: 6
- Views: 17098
Re: CMYK MagickColor strange behaviour
Hello dlemstra, I did other tests and sometimes it works and sometimes not. The link to the image: https://www.dropbox.com/s/6dzz0xrh7fpholf/CMYK%2B4SPOT.pdf%20%28PANTONE%20371%20C%29?dl=0 I tried this code: using (MagickImage miPantone1 = new MagickImage("CMYK+4SPOT.pdf (PANTONE 371 C ...
- 2018-04-11T05:47:02-07:00
- Forum: Magick.NET
- Topic: AddProfile very slow from version 7.2.0.0
- Replies: 7
- Views: 17057
Re: AddProfile very slow from version 7.2.0.0
I understand. Thank you for your update.
- 2018-04-09T03:39:34-07:00
- Forum: Magick.NET
- Topic: AddProfile very slow from version 7.2.0.0
- Replies: 7
- Views: 17057
Re: AddProfile very slow from version 7.2.0.0
Ok, thank you very much.
Regards,
Denis
Regards,
Denis
- 2018-04-09T02:46:16-07:00
- Forum: Magick.NET
- Topic: CMYK MagickColor strange behaviour
- Replies: 6
- Views: 17098
Re: CMYK MagickColor strange behaviour
Thank you dlemstra, it works like a charm.
Best regards,
Denis
Best regards,
Denis
- 2018-04-03T08:00:32-07:00
- Forum: Magick.NET
- Topic: CMYK MagickColor strange behaviour
- Replies: 6
- Views: 17098
CMYK MagickColor strange behaviour
Hi everyone, I have a simple Gray image and I want to convert it to CMYK and use the opaque method to fill the rectangle. My CMYK color should be: C:50 M:9 Y:98 K:61. The image is here: https://www.dropbox.com/s/22bq0clwrb3xop2/CMYK%2B4SPOT.pdf%20%28PANTONE%20371%20C%29?dl=0 My code: MagickImage ...
- 2018-04-03T03:57:18-07:00
- Forum: Magick.NET
- Topic: AddProfile very slow from version 7.2.0.0
- Replies: 7
- Views: 17057
AddProfile very slow from version 7.2.0.0
Hi everyone, from version 7.2.0.0 the AddProfile method, using a device link icc profile, is very slow. My simple code is: using(MagickImage mi = new MagickImage(@"E:\IN.tif")) { mi.AddProfile(new ColorProfile(@"E:\DeviceLink.icc")); mi.Write(@"E:\OUT.tif"); } You can find the IN.tif (CMYK 600 dpi ...