Page 2 of 2

Re: Resolution Unit

Posted: 2019-04-30T05:25:01-07:00
by snibgo
That is a bad file, because it is encoded as sRGB but contains a CMYK profile.

I suppose you have assigned a CMYK profile. Instead, you should first assign an sRGB profile, then convert to a CMYK profile.

Re: Resolution Unit

Posted: 2019-04-30T05:33:02-07:00
by angi_sfj
well, my first code was:

Code: Select all

                //image.AddProfile(ColorProfile.SRGB);
                image.AddProfile(ColorProfile.USWebCoatedSWOP);
with first row uncommented.
now i retry, maybe there was something else wrong.
or maybe the conversion has to be done in another way??

Re: Resolution Unit

Posted: 2019-04-30T06:11:22-07:00
by angi_sfj
ok now it works.
thankyou all