cropgui
cropgui copied to clipboard
gtk frontend for lossless cropping of jpeg images
Feature request: I am missing a zoom feature. (The "power-of-two autozoom" often leaves me with only a tiny preview image.)
Note: the image gets bigger and smaller as expected, but the window size increases when zooming in, rather than there being (for example) a scrollable window. Not perfect, but far...
cropgtk.py contains the following code: ``` display = gdk.Display().get_default() wa = display.get_monitor(0).get_workarea() ``` However, rather than hard-coding 0 in get_monitor(), I think it should use the monitor where the mouse...
Cropping PNG-files with a size of between 2MB and 2.6MB I get a crash after cropping some of the files. I recorded the output on the terminal with asciinema. But...
The following deprecation warnings are shown on debian stable: ``` cropgtk.py:33: DeprecationWarning: 'imghdr' is deprecated and slated for removal in Python 3.13 cropgtk.py:259: DeprecationWarning: Gtk.Widget.get_pointer is deprecated ``` get_pointer: >...
``` /usr/bin/cropgui:33: DeprecationWarning: 'imghdr' is deprecated and slated for removal in Python 3.13 import imghdr ```
Today I used 4 the 1st time cropgui, installed from AUR (Arch Linux), defaults to gtk and it's ok, also I did try the github version, and I found the...
CropGUI worked properly when I used it on Manjaro KDE, but it doesn't on Linux Mint Xfce. When I click crop, the application closes and the cropped image is nowhere...
example output: nice jpegtran -copy all -crop 3456x2304+0+0 I did try to crop it. I'll update exact operating sequences once I get reliable repro.
There is a bug in install.sh If I do this: ``` ./install.sh -p /usr -P /usr/bin/python2 ``` then I get this, and the files are not installed properly: ``` File...