cropgui icon indicating copy to clipboard operation
cropgui copied to clipboard

gtk frontend for lossless cropping of jpeg images

Results 32 cropgui issues
Sort by recently updated
recently updated
newest added

Feature request: I am missing a zoom feature. (The "power-of-two autozoom" often leaves me with only a tiny preview image.)

enhancement

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...

help wanted

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...

bug
help wanted
needinfo

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: >...

help wanted
chore

``` /usr/bin/cropgui:33: DeprecationWarning: 'imghdr' is deprecated and slated for removal in Python 3.13 import imghdr ```

help wanted

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...

enhancement
help wanted

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...

needinfo

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.

help wanted

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...

help wanted