PoL0/2dimagefilter

Repeat Button in GUI duplicating function

GoogleCodeExporter opened this issue · 3 comments

What steps will reproduce the problem?
- Open Image Resizer as usual

What is the expected output? What do you see instead?
- In the GUI there is two method to repeat the filter. One is via repeat button 
and another is via repeat spin control. User can just using one of them for 
similar purpose. An the repeat button can be optimized for another purpose.

What version of the product are you using? On what operating system?
- R33, Windows 7 32-bit

Please provide any additional information below.
- I think the repeat button can be replaced by reset button to reset image to 
its original state (So, users not need to re-open the image every time they 
make a mistake)
- Resize button can added similar function as current repeat button (for 
resizing, but also for repeating the process)
- Switch button can be replaced by undo button to cancel one step action made 
by resize button

Original issue reported on code.google.com by ryanb...@gmail.com on 29 Mar 2013 at 2:52

If you like this idea, I think there is no need to maintain two window and make 
it just one window. Users can always use undo button every time they make a 
mistake to cancel their action one step backward.

Original comment by ryanb...@gmail.com on 29 Mar 2013 at 2:56

Seems you did not fully get what those buttons do?

The repeat button always takes your output image (from the right) and applies 
the filters to it. The resize button takes your (untouched) input from the left.

The switch button makes your current target image the new source, so you can 
work like this:

Load a source image from file, test some filters using resize/repeat. If you 
progressed but are still not ready to save and you want to play with what you 
currently achieved, press switch and further test resize/repeat until you get 
what you want. Then save.

Original comment by Hawk...@gmx.de on 29 Mar 2013 at 8:58

  • Added labels: Priority-Low, Type-Other, Usability
  • Removed labels: Priority-Medium, Type-Defect

Original comment by Hawk...@gmx.de on 31 Mar 2013 at 10:44

  • Changed state: WontFix