ImageToolbox icon indicating copy to clipboard operation
ImageToolbox copied to clipboard

Undo & Redo buttons

Open NikunjK8 opened this issue 1 year ago • 6 comments

Let say I'm editing an image in single edit mode. I've performed a bunch of operations one by one and saved. But if i changed my mind and want to revert the recent change i can't do it and have to completely reset the image and all operations. In that case a undo and redo button will be helpful

NikunjK8 avatar Apr 03 '24 15:04 NikunjK8

It's not possible to undo redo, but you can reset the image to the original, this button is at the screen bottom

T8RIN avatar Apr 03 '24 15:04 T8RIN

Yup, i mentioned the reset button. Is it not possible to implement undo & redo?

NikunjK8 avatar Apr 03 '24 15:04 NikunjK8

I think no, it's just overcomplicated to do this, and the only thing that's possible, is size, rotation, preset format and image scale mode undo-redo, filters cannot be saved as action that can be performed again

T8RIN avatar Apr 03 '24 15:04 T8RIN

At least in my implementation 🐸

T8RIN avatar Apr 03 '24 15:04 T8RIN

But redo the other params sounds like a possible feature

T8RIN avatar Apr 03 '24 15:04 T8RIN

Well then try to implement it for things other than filters. Something is better than nothing ig

NikunjK8 avatar Apr 03 '24 15:04 NikunjK8

Okay, after some attempts its seems to be not possible for current implementation

T8RIN avatar Sep 23 '24 19:09 T8RIN