Rank: Member Groups: Member
Joined: 3/28/2007 Posts: 56 Points: 0
|
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
|
Rank: Member Groups: Member
Joined: 3/28/2007 Posts: 56 Points: 0
|
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
|
Rank: Advanced Member Groups: Administration
, Member
Joined: 8/3/2003 Posts: 506 Points: 348
|
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 Sevostjanov.
|