HaikuArchives / TheAwesomeResizer

Allows quick dynamic resizing of any translator-supported image.
1 stars 4 forks source link

GUI ideas #4

Open humdingerb opened 6 years ago

humdingerb commented 6 years ago
humdingerb commented 6 years ago

On second thought... The coordinates stuff may be better put into a status bar on the bottom of the opened image window. That would separate the mere info from the editable parameters of the TAResizer window. It'd also make a full size resize-corner of the image window possible.

janus2 commented 6 years ago

I do not like the idea of the title, the filename is in the TextControl field. I think it would be misleading and I prefer to have the window only with the image without a status bar.

Not sure how the "Smooth scaling" will work in the end

Have you tried the experimental version? What do you think?

janus2 commented 6 years ago

Remove the About button

How do we show the AboutWindow?

janus2 commented 6 years ago

gui reworks

The label "Action:" looks weird to me.

humdingerb commented 6 years ago

Have you tried the experimental version? What do you think?

I first didn't quite get it... now I do, I think: first down-size an image, then click "Smooth scaling" to see the filtered image. Doesn't work for up-sizing, right?

And once down-sized and smoothed, up-sizing again shows the image "blocky". This migt be a nice effect, but IMO that would be better done as a new "action". I still think a checkmark for the smoothing would be better, which would apply the filtering at the end of resizing (on mouse-up). Resizing should always be done with the original image data, i.e. up-sizing a formerly down-sized image won't lose quality.

How do we show the AboutWindow?

We don't. :) Maybe rather add a widget (button?) to open a helpfile. About windows don't offer much IMO.

janus2 commented 6 years ago

If you use the experimental branch the scaling works as you expected...

janus2 commented 6 years ago

Maybe rather add a widget (button?) to open a helpfile. About windows don't offer much IMO.

I agree but they are adding the about window everywhere...

humdingerb commented 6 years ago

I'm not against About windows in general. If there's a menu bar, putting it there is good. But TAResizer tries for a minimal GUI. Adding a menu bar for a Help and an About item isn't sexy...

More on scaling at PR #2