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

Notification

Icon
Error

Options
Go to last post Go to first unread
natebell  
#1 Posted : Thursday, April 19, 2007 11:28:25 PM(UTC)
natebell

Rank: Member

Groups: Member
Joined: 3/28/2007(UTC)
Posts: 56

for example, I rotate the image clockwise, when I hit the save button it rotates it again, and for each time I hit save it reapplies the rotate

I'm not sure what I'm doing wrong
natebell  
#2 Posted : Friday, April 20, 2007 12:12:02 AM(UTC)
natebell

Rank: Member

Groups: Member
Joined: 3/28/2007(UTC)
Posts: 56

I seemed to have fixed my save button by adding the following line to the bottom of my save routine

Code:
PhotoEditorController1.EditingParams = "";



this clears out the stack of changes, they're already saved now on the file
Dmitry  
#3 Posted : Wednesday, April 25, 2007 4:07:37 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,

Suppose you save result into source file, after save this image is loaded by PhotoEditor again and all changes are applied onto this image. So you apply this changes twice. To cancel this behaviour you should empty PhotoEditorController.EditingParams string.
Sincerely yours,
Dmitry Sevostyanov

UserPostedImage Follow Aurigma on Twitter!
Users browsing this topic
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.