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

Environment: Linux Mint 22 with Cinnamon Not tested on other distributions or on Windows Steps to reproduce: 1. Set screen scaling to a value larger than 100%, e.g. 150% or...

help wanted

In self.show_handles we have ``` if self.show_handles: dx = (r - l) / 3 dy = (b - t) / 3 ``` versus ``` def classify(self, x, y): t, l,...

help wanted