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

Notification

Icon
Error

Options
Go to last post Go to first unread
Todd Kneib  
#1 Posted : Tuesday, December 1, 2020 12:17:13 PM(UTC)
Todd Kneib

Rank: Advanced Member

Groups: Member
Joined: 5/10/2006(UTC)
Posts: 32

Thanks: 6 times
We are getting this error when trying to get the default rgb profile:

Aurigma.GraphicsMill.CMOpenProfileException: Unable to open color profile 'C'.
at Aurigma.GraphicsMill.ColorProfile.Initialize(String fileName, Boolean deleteFile)
at Aurigma.GraphicsMill.ColorProfile.FromSrgb()

I checked, and the c:\Windows\System32\spool\drivers\color\sRGB Color Space Profile.icm exists.

Our manufacturer is in its busy season for Christmas, any prompt help would be appreciated,
Todd
Eugene Kosmin  
#2 Posted : Tuesday, December 1, 2020 4:45:59 PM(UTC)
Eugene Kosmin

Rank: Advanced Member

Groups: Member, Administration, Moderator
Joined: 9/19/2006(UTC)
Posts: 505

Was thanked: 41 time(s) in 41 post(s)
Please try to create a color profile from the file system:
Code:
var srgbProfile = new ColorProfile(@"c:\Windows\System32\spool\drivers\color\sRGB Color Space Profile.icm");

Best regards,
Eugene Kosmin
The Aurigma Development Team
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.