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.
Resolution Unit
-
- Posts: 12159
- Joined: 2010-01-23T23:01:33-07:00
- Authentication code: 1151
- Location: England, UK
Re: Resolution Unit
snibgo's IM pages: im.snibgo.com
Re: Resolution Unit
well, my first code was:
with first row uncommented.
now i retry, maybe there was something else wrong.
or maybe the conversion has to be done in another way??
Code: Select all
//image.AddProfile(ColorProfile.SRGB);
image.AddProfile(ColorProfile.USWebCoatedSWOP);
now i retry, maybe there was something else wrong.
or maybe the conversion has to be done in another way??
Re: Resolution Unit
ok now it works.
thankyou all
thankyou all