[Gimp-developer] Using parasites in script-fu
Rob Antonishen
rob.antonishen at gmail.com
Mon Feb 23 08:10:52 PST 2009
I have filed this as http://bugzilla.gnome.org/show_bug.cgi?id=572865
Hopefully someone here can conform the bug who is able to change it's status.
Also, I have tested attaching parasites in python and it works without
problem, using the following in the console:
i = 0
while i < 10000:
i += 1
gimp.attach_new_parasite('test2', 1, 'data2')
temp = pdb.gimp_parasite_find('test2')
if temp == 'data2':
print 'bad'
pdb.gimp_parasite_detach('test2')
-Rob A>
More information about the Gimp-developer
mailing list