Rank: Newbie
Groups: Guest
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
|
|
|
|
Rank: Advanced Member
Groups: Guest
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
|
|
|
|
Rank: Advanced Member
Groups: Guest
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/trialEdited by user Thursday, May 2, 2013 1:31:58 AM(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.