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

Notification

Icon
Error

Options
Go to last post Go to first unread
Nikolai DK  
#1 Posted : Tuesday, April 16, 2013 12:34:12 AM(UTC)
Nikolai DK

Rank: Newbie

Groups: Member
Joined: 11/25/2010(UTC)
Posts: 6

Thanks: 1 times
The following code locks the PSD file, how do I get it to unlock the file again?

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

//Choose LittleCMS color management engine
bitmap.ColorManagement.ColorManagementEngine = Aurigma.GraphicsMill.Transforms.ColorManagementEngine.LittleCms;

using (var PSD = new Aurigma.GraphicsMill.Codecs.Psd.PsdReader(imageSourceFilePath))
{
	PSD.MergeLayers(bitmap);

	PSD.Close();
}

Best regards

Nikolai

Eugene Kosmin  
#2 Posted : Tuesday, April 16, 2013 7:19:33 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)
Hello Nikolai,

Thanks for a feedback. This issue will be fixed in the next release.

Best regards,

Eugene Kosmin

The Aurigma Development Team

Andrew  
#3 Posted : Thursday, May 2, 2013 1:31:15 AM(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)
Nikolai,

We have just released an update - Graphics Mill 6.0.118. Along other improvements, we have fixed this problem. Please try it and let us know whether you still have this problem.

Download it here:

http://www.graphicsmill.com/trial

Edited by user Thursday, May 2, 2013 1:31:58 AM(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.