Welcome Guest! You need to login or register to make posts.

Notification

Icon
Error

Options
Go to last post Go to first unread
ChristianGad  
#1 Posted : Thursday, July 7, 2005 4:38:00 PM(UTC)
ChristianGad

Rank: Member

Groups: Member
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.
Andrew  
#2 Posted : Thursday, July 7, 2005 8:39:00 PM(UTC)
Andrew

Rank: Advanced Member

Groups: Member, Administration
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

Users browsing this topic
Guest
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.