Rank: Member
Groups: Guest
Joined: 7/3/2005(UTC) Posts: 6
Thanks: 1 times
|
I'am converting images with a ICC profile for our printer. But the images I use as input don't have an embedded profile and haven't been through a workflow with color management. Can I somehow convert these images without applying a profile to bitmap.colorprofile?
I have tried but it looks like no correction are made at all, when colorprofile or rbgcolorprofile are nothing.
|
|
|
|
Rank: Advanced Member
Groups: Guest
Joined: 8/2/2003(UTC) Posts: 876
Thanks: 2 times Was thanked: 27 time(s) in 27 post(s)
|
If there is no source profile, conversion is impossible. So you need to assign some profile to bitmap.ColorProfile property to be able to run a conversion. For example, you can asign standard sRGB color profile (if you are working with RGB bitmap): Code:bitmap.ColorProfile = Aurigma.GraphicsMill.ColorProfile.FromSrgb();
Hope this helps. Edited by user Sunday, December 23, 2007 5:55:12 PM(UTC)
| Reason: Not specified
|
|
|
|
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.