[Gimp-developer] Default tags for GIMP resources
Aurimas Juška
aurimas.juska at gmail.com
Sat Feb 28 13:43:50 PST 2009
Hi,
As you might already know, GIMP from next version will allow to tag
resources (brushes, patterns, etc). It would be nice to create a
default tag set for resources provided in a standard GIMP
distribution. If someone would like to volunteer, there are following
options to create (possibly partial) tag set:
* (easier) edit tags from GUI or tags.xml (found in
$HOME/.gimp-2.7/tags.xml) file directly and send the tags.xml file to
me and I could take care of updating the necessary files in source
tree.
* (harder) edit gimp/data/tags/gimp-tags-default.xml.in directly. File
structure is pretty simple and each entry should look similar to this
(<resource>s are already generated, only <tag>s need to be added):
<resource identifier="gimp-brush-clipboard"
checksum="157dcef48665ab465439cfaf10d6feeb">
<tag>
<_thetag>test1</_thetag>
</tag>
<tag>
<_thetag>test2</_thetag>
</tag>
<tag>
<_thetag>test3</_thetag>
</tag>
</resource>
If you have any questions, feel free to ask.
Best regards,
Aurimas
More information about the Gimp-developer
mailing list