Rank: Member
Groups: Guest
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
|
|
|
|
Rank: Member
Groups: Guest
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
|
|
|
|
Rank: Advanced Member
Groups: Guest
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. |
|
|
|
|
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.