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

Notification

Icon
Error

Options
Go to last post Go to first unread
garg  
#1 Posted : Wednesday, January 3, 2007 10:55:47 PM(UTC)
garg

Rank: Member

Groups:
Joined: 1/3/2007(UTC)
Posts: 3

We are using following code to convert CMYK image to RGB mode :

Code:
Aurigma.GraphicsMill.Bitmap BKG_CMYK = new Aurigma.GraphicsMill.Bitmap();

BKG_CMYK.ColorManagement.ColorManagementEnabled = true;
BKG_CMYK.Load(@"C:\Documents and Settings\ngarg\Desktop\CMYK.jpg");

BKG_CMYK.ColorProfile = new Aurigma.GraphicsMill.ColorProfile(@"c\kashcard\kc\Profiles\USWebCoatedSWOP.icc");
BKG_CMYK.ColorManagement.RgbColorProfile = new Aurigma.GraphicsMill.ColorProfile(@"c:\My Project\kashcard\kc\Profiles\sRGB Color Space Profile.icm");
BKG_CMYK.ColorManagement.CmykColorProfile = new Aurigma.GraphicsMill.ColorProfile(@"c:\My Project\kashcard\kc\Profiles\USWebCoatedSWOP.icc");
BKG_CMYK.ColorManagement.TargetColorProfile = new Aurigma.GraphicsMill.ColorProfile(@"c:\My Project\kashcard\kc\Profiles\USWebCoatedSWOP.icc");

BKG_CMYK.ColorManagement.ConvertToContinuous(Aurigma.GraphicsMill.ColorSpace.Rgb, true, BKG_CMYK.IsExtended);

BKG_CMYK.Save(@"C:\Documents and Settings\ngarg\Desktop\finalCMYK(Aurigma).jpg", new Aurigma.GraphicsMill.Codecs.JpegEncoderOptions());
pictureBox2.ImageLocation = @"C:\Documents and Settings\ngarg\Desktop\finalCMYK(Aurigma).jpg";
BKG_CMYK.Dispose();

but the color of output image is not similar to image saved using Photoshop application for conversion CMYK to RGB mode with same profile.

for reference find attached files.

It is very urgent, Please reply as soon as possible.

Thanks & Regards

Natwar Garg

Edited by user Tuesday, December 18, 2007 7:25:03 PM(UTC)  | Reason: Not specified

garg attached the following image(s):
sourse_image(CMYK).jpg
PS(RGB).jpg
Aurigma(RGB).jpg
Thanks & regards

Natwar Garg

Dmitry  
#2 Posted : Thursday, January 4, 2007 7:41:42 PM(UTC)
Dmitry

Rank: Advanced Member

Groups: Member, Administration, Moderator
Joined: 8/3/2003(UTC)
Posts: 1,070

Thanks: 1 times
Was thanked: 12 time(s) in 12 post(s)
Hello,

To duplicate your issue we need for source and destination color profiles. Could you send it by email?

Sincerely yours,

Dmitry Sevostyanov

UserPostedImage Follow Aurigma on Twitter!

vandna  
#3 Posted : Thursday, January 4, 2007 11:04:39 PM(UTC)
vandna

Rank: Member

Groups: Member
Joined: 1/4/2007(UTC)
Posts: 23

Source profile - sRGB

Destimnation Profile - US Web Coated SWOP V2

Dmitry  
#4 Posted : Friday, January 5, 2007 10:26:43 PM(UTC)
Dmitry

Rank: Advanced Member

Groups: Member, Administration, Moderator
Joined: 8/3/2003(UTC)
Posts: 1,070

Thanks: 1 times
Was thanked: 12 time(s) in 12 post(s)
Hello,

I have replied by email. It seems that the problem is in Microsoft ICM, use Adobe ICM in Photoshop.

Sincerely yours,

Dmitry Sevostyanov

UserPostedImage Follow Aurigma on Twitter!

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.