It is currently Sun Jul 07, 2024 8:46 am


All times are UTC - 5 hours [ DST ]



Post new topic Reply to topic  [ 4 posts ] 
Author Message
 Post subject: Can I save guide sets.
PostPosted: Mon May 13, 2013 9:59 am  (#1) 
Offline
GimpChat Member
User avatar

Joined: Aug 30, 2012
Posts: 2174
GIMP Version: 2.6.11
Operating System: Linux
OS Version: XP - SP3
GIMP Experience: Intermediate Level



So I'm creating a image at the moment that has already used a lot of guides to get the structure of the design, I want to add some more guides to help with the positioning of the design into a layered perspective, Adding more guides is going to get very confusing.

So I wondered is there a way to save a guide set then remove them and create a new set of guides.

Thanks

He4rty

_________________
Image


Share on Facebook Share on Twitter Share on Orkut Share on Digg Share on MySpace Share on Delicious Share on Technorati
Top
 Post subject: Re: Can I save guide sets.
PostPosted: Mon May 13, 2013 10:23 am  (#2) 
Offline
GimpChat Member

Joined: Mar 04, 2011
Posts: 2439
There is GAT tools (GIMP-Atelier)
http://registry.gimp.org/node/25332

Your info reads gimp 2.6.11 ( but also says linux / XPsp3 ?)

This is a python plugin for Gimp 2.6 & works ok in Gimp 2.8 except for saving the file sets.
so edit lines 54 & 56 from 2.6 to 2.8 as:
54   GAT_CFG = os.environ['HOME'] + '/.gimp-2.8/gat_tools.cfg'
55 else :
56   GAT_CFG = os.environ['HOMEDRIVE'] + os.environ['HOMEPATH'] + '\\.gimp-2.8\\gat_tools.cfg'


works here PCLOS/Gimp 2.8.2

_________________
Image


Top
 Post subject: Re: Can I save guide sets.
PostPosted: Mon May 13, 2013 11:00 am  (#3) 
Offline
Global Moderator
User avatar

Joined: Nov 16, 2011
Posts: 5128
Location: Metro Vancouver, BC
I agree, GAT tools (GIMP-Atelier) is the best one for sure. It should be part of Gimp, but this is good the way it is.

_________________
Image
Gimp 2.8.18, Linux, median user
Gimp Chat Tutorials Index
Spirit Bear (Kermode)


Top
 Post subject: Re: Can I save guide sets.
PostPosted: Mon May 13, 2013 11:16 am  (#4) 
Offline
Script Coder
User avatar

Joined: Oct 25, 2010
Posts: 4756
rich2005 wrote:
There is GAT tools (GIMP-Atelier)
http://registry.gimp.org/node/25332

Your info reads gimp 2.6.11 ( but also says linux / XPsp3 ?)

This is a python plugin for Gimp 2.6 & works ok in Gimp 2.8 except for saving the file sets.
so edit lines 54 & 56 from 2.6 to 2.8 as:
54   GAT_CFG = os.environ['HOME'] + '/.gimp-2.8/gat_tools.cfg'
55 else :
56   GAT_CFG = os.environ['HOMEDRIVE'] + os.environ['HOMEPATH'] + '\\.gimp-2.8\\gat_tools.cfg'


works here PCLOS/Gimp 2.8.2

IMHO:
GAT_CFG = gimp.directory+'/gat_tools.cfg'
will work everywhere (Linux, Win, OSX) with every Gimp version. There is also the anal-retentive version that should work in the weirdest filesystems:
import os # if not already done for other uses
GAT_CFG = os.path.join(gimp.directory,'gat_tools.cfg')

_________________
Image


Top
Post new topic Reply to topic  [ 4 posts ] 

All times are UTC - 5 hours [ DST ]


   Similar Topics   Replies 
No new posts Where did GIMP save my file, & how do I change default save location

5

No new posts Attachment(s) Cross guide

3

No new posts Creating a guide for GIMP

4

No new posts Attachment(s) A guide to using Abstract Plus Filter (Tutorial) PDF

0

No new posts THIRD PARTY GEGL FILTER GUIDE

14



* Login  



Powered by phpBB3 © phpBB Group