GNOME Bugzilla – Bug 566443
diagonal method guidelines for crop tool
Last modified: 2009-03-19 06:22:35 UTC
I'd like to (re-)request diagonal guidelines for at least the cropping tool to assist in selecting according to the diagonal method concept as described here: http://www.diagonalmethod.info/ Apparently this has been requested/implemented earlier for the Gimp, but it wasn't accepted into trunk for some reason: http://www.mail-archive.com/gimp-developer@lists.xcf.berkeley.edu/msg14463.html It seems the feature is currently implemented in Photoshop/lightroom (apparently without informing the author(s) of the original article, I suppose it would be nice to send them an e-mail if it is implemented in the Gimp) Thanks in advance, Simon
Hi As far as I can see the reason that discussion died out was because no one wrote a working patch. I think we can keep this bug report open so that the one who writes the patch can attach it here.
The mail linked above has a patch. Probably needs to be updated to apply cleanly...
Created attachment 130596 [details] [review] Implements a diagonal lines method in Gimp. Patch against rev. 28154 This patch is based on the work of Tim Jedlicka. It corrects the bug that shows up when user has made a perfectly square selection - the previous one drew over the old guidelines removing them.
Could I kindly ask that if this patch is included the name of the inventor of this method, Edwin Westhoff, is mentioned?
You mention it in your patch, that should be sufficient. Why do you mention that the method has been registered? That comment should be removed, IMO.
Thanks for your contribution. 2009-03-14 Sven Neumann <sven@gimp.org> Bug 566443 – diagonal method guidelines for crop tool * app/tools/tools-enums.[ch] * app/tools/gimprectangletool.c (gimp_rectangle_tool_draw_guides): applied a slightly modified patch from Lukasz Hladowski, based on a patch from Tim Jedlicka. This adds diagonal guidelines as described by Edwin Westhoff to the rectangle tools.
*** Bug 575911 has been marked as a duplicate of this bug. ***