GimpPs icon indicating copy to clipboard operation
GimpPs copied to clipboard

support hidpi

Open OneOfOne opened this issue 7 years ago • 6 comments

Any chance to support HIDPI-style icons like https://github.com/jedireza/gimp-hidpi?

OneOfOne avatar Sep 19 '16 17:09 OneOfOne

Does that theme provide hidpi support? The icons are svg, so they get bigger (I hope) with the display, but I can't tell for sure how it works from the description. Could you test for me?

doctormo avatar Sep 19 '16 17:09 doctormo

The icons do get bigger with that theme but they look weird.

OneOfOne avatar Sep 19 '16 19:09 OneOfOne

The right solution for this bug report is to redraw the icons as svg files instead of png files.

OneOfOne - Are you capable of drawing svg? Maybe with Inkscape?

doctormo avatar Mar 01 '17 21:03 doctormo

Sadly I have 0 experience with that.

OneOfOne avatar Mar 02 '17 00:03 OneOfOne

@doctormo this shouldn't be too hard. You would need all icons within ./themes/PsIcons/images/tools as svg?

robertguetzkow avatar Apr 17 '17 10:04 robertguetzkow

That's the idea @robertguetzkow once there is svg icons we can have hi-dpi tests. If only Gimp was Gtk3 we could use the GtkInspector to test HiDPI :cry:

doctormo avatar Apr 18 '17 06:04 doctormo