RSS/Atom feed Twitter
Site is read-only, email is disabled

Automate Creation of Center Guides

This discussion is connected to the gimp-user-list.gnome.org mailing list which is provided by the GIMP developers and not related to gimpusers.com.

This is a read-only list on gimpusers.com so this discussion thread is read-only, too.

7 of 7 messages available
Toggle history

Please log in to manage your subscriptions.

Automate Creation of Center Guides Trev81 24 Jul 17:59
  Automate Creation of Center Guides rich404 24 Jul 18:24
   Automate Creation of Center Guides Trev81 24 Jul 18:28
  Automate Creation of Center Guides akovia via gimp-user-list 24 Jul 23:34
   Automate Creation of Center Guides Trev81 29 Jul 17:44
   Automate Creation of Center Guides knowthyself 17 Nov 11:50
    Automate Creation of Center Guides Ofnuts 17 Nov 13:52
2018-07-24 17:59:40 UTC (over 5 years ago)
postings
3

Automate Creation of Center Guides

Hey guys!

I'm using GIMP 2.10, and I find that a very common thing I do when I work in GIMP is creating vertical and horizontal percentage guides at 50%. I feel like there has to be a way to automate this by scripting, but I'm not entirely sure how to go about it. I DID find a couple links to old plugins that would work perfectly, but unfortunately all the links I've found so far have been dead. Can anyone point me in the right direction for some plugins that will do this? Or some resources to script it myself? Thanks!

rich404
2018-07-24 18:24:31 UTC (over 5 years ago)

Automate Creation of Center Guides

Hey guys!

I'm using GIMP 2.10, and I find that a very common thing I do when I work in GIMP is creating vertical and horizontal percentage guides at 50%. I feel like there has to be a way to automate this by scripting, but I'm not entirely sure how to go about it. I DID find a couple links to old plugins that would work perfectly, but unfortunately all the links I've found so far have been dead. Can anyone point me in the right direction for some plugins that will do this? Or some resources to script it myself? Thanks!

You could try this one guides-grid.scm . I've used it for years, works Gimp 2.8 & 2.10 / linux / win

Sets guides by number or pixels (no percentages) so 2x2 = centerlines. file attached.

or somewhat more complicated, a python plugin ofn-preset-guides.py from

https://sourceforge.net/projects/gimp-tools/files/scripts/ about 24 down from the top. Instructions are in the zip.

2018-07-24 18:28:43 UTC (over 5 years ago)
postings
3

Automate Creation of Center Guides

You could try this one guides-grid.scm . I've used it for years, works Gimp 2.8 & 2.10 / linux / win

Sets guides by number or pixels (no percentages) so 2x2 = centerlines. file attached.

or somewhat more complicated, a python plugin ofn-preset-guides.py from

https://sourceforge.net/projects/gimp-tools/files/scripts/ about 24 down from the top. Instructions are in the zip.

PERFECT! That file you attached was exactly the kinda thing I was looking for. Thank you so much!

akovia via gimp-user-list
2018-07-24 23:34:00 UTC (over 5 years ago)

Automate Creation of Center Guides

Here is an old script I use for just this. I created a shortcut to drop crosshairs whenever I need them. I like it because there are no menus or options, just hit the shortcut and it's done.

https://www.dropbox.com/s/7axl454tbx44i4k/Gregs%20Crosshairs.scm?dl=1

For more complicated guides, I use either the ofn-guides like rich posted, or Arakne Guide Lab.

http://www.arakne.es/en/dessign/gimp-guideslab-edit-guides-numerically/

On Tue, Jul 24, 2018, at 1:59 PM, Trev81 wrote:

Hey guys!

I'm using GIMP 2.10, and I find that a very common thing I do when I work in GIMP is creating vertical and horizontal percentage guides at 50%. I feel like there has to be a way to automate this by scripting, but I'm not entirely sure how to go about it. I DID find a couple links to old plugins that would work perfectly, but unfortunately all the links I've found so far have been dead. Can anyone point me in the right direction for some plugins that will do this? Or some resources to script it myself? Thanks!

-- Trev81 (via www.gimpusers.com/forums) _______________________________________________ gimp-user-list mailing list
List address: gimp-user-list@gnome.org List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list List archives: https://mail.gnome.org/archives/gimp-user-list

akovia
2018-07-29 17:44:31 UTC (over 5 years ago)
postings
3

Automate Creation of Center Guides

Here is an old script I use for just this. I created a shortcut to drop crosshairs whenever I need them. I like it because there are no menus or options, just hit the shortcut and it's done.

https://www.dropbox.com/s/7axl454tbx44i4k/Gregs%20Crosshairs.scm?dl=1

For more complicated guides, I use either the ofn-guides like rich posted, or Arakne Guide Lab.

http://www.arakne.es/en/dessign/gimp-guideslab-edit-guides-numerically/

Whoa, that's even better! I didn't know having it as a script would let you assign it to a keyboard shortcut, that's super slick! Thanks akovia!

2018-11-17 11:50:03 UTC (over 5 years ago)
postings
11

Automate Creation of Center Guides

Here is an old script I use for just this. I created a shortcut to drop crosshairs whenever I need them. I like it because there are no menus or options, just hit the shortcut and it's done.

https://www.dropbox.com/s/7axl454tbx44i4k/Gregs%20Crosshairs.scm?dl=1

For more complicated guides, I use either the ofn-guides like rich posted, or Arakne Guide Lab.

http://www.arakne.es/en/dessign/gimp-guideslab-edit-guides-numerically/

Hello

The guide Lab plugin seems like a godsend, I am just having trouble installing it. I have tried it all Data roaming - Script folder - plugin folder - with no success...

Would you be so kind and give me some guidance (pun intended)

Gimp: 2.10.8 / Windows 10

Thank you

Ofnuts
2018-11-17 13:52:10 UTC (over 5 years ago)

Automate Creation of Center Guides

On 11/17/18 12:50 PM, knowthyself wrote:

Hello

The guide Lab plugin seems like a godsend, I am just having trouble installing it. I have tried it all Data roaming - Script folder - plugin folder - with no success...

Would you be so kind and give me some guidance (pun intended)

Gimp: 2.10.8 / Windows 10

Thank you

Also ofn-preset-guides here: ofn-preset-guides.zip

You can define your own sets of guides (absolute or relative positions), and assign key shortcuts to them.