Installation:
Download file from registry.gimp.org, unzip and save it in your Plugin Folder. Restart GIMP. You will find this tools on Tools / GIMP-Atelier/........
Configuration:
- Code: Alles auswählen
#### global definitions ###########
PHI = (1 + sqrt(5))/2
if not sys.platform == 'win32':
GAT_CFG = os.environ['HOME'] + '/.gimp-2.6/gat_tools.cfg'
else :
GAT_CFG = os.environ['HOMEDRIVE'] + os.environ['HOMEPATH'] + '\\.gimp-2.6\\gat_tools.cfg'
###################################
- Code: Alles auswählen
#### global definitions ###########
PHI = (1 + sqrt(5))/2
GAT_CFG = 'C:\\temp\\.gimp-2.6\\gat_tools.cfg'
###################################
Set of cross guide:
This function has two options only
- remove existing guides. Function should be self explanatory.
- Selection Set
Multiple Guides:
Now it's possible to set more than one guide on exact position in one step. For this you have to type in the position of the guides separated by comma. As you could see in example, it's also possible to use percentage notation. For this add a % to the value. Only integer values allowed. Values which are located outside the image will be ignored without error message.
Save Guides to File:
The program reads position of all guides and store it into the file. You have to give a name for the set only. There is no check for existing sets with same name! You could change file gat_tools.cfg as described next.
It's not possible to read all sets of guides and display it on GIMP. Worst case edit file gat_tools.cfg with a normal editor like notepad++ or gvim. It's a simple text file (ini File). The name of the set is written in square brackets.
Load Guides from File:
Type in the Name of the Set and guides will be drawn if the set is existing
Example:
Test picture with guides
