Gimp-Forum.net
find a pdf book on python-fu - Printable Version

+- Gimp-Forum.net (https://www.gimp-forum.net)
+-- Forum: GIMP (https://www.gimp-forum.net/Forum-GIMP)
+--- Forum: General questions (https://www.gimp-forum.net/Forum-General-questions)
+--- Thread: find a pdf book on python-fu (/Thread-find-a-pdf-book-on-python-fu)



find a pdf book on python-fu - coincoin39 - 01-15-2022

Hello

I am Renaud, I have developed a VB.NET application to compose a mosaic from timelapse images
the link : https://tilespictures.lesclichesderenaud.com/

I want to do the same thing on gimp with a python-fu script.

Do you have a book on python-fu programming?

French Version :

bonjour

Je suis Renaud, j'ai développer un application VB.NET pour composer une mosaïque à partir d'images de timelapse
le lien : https://tilespictures.lesclichesderenaud.com/

Je souhaites faire la même chose sur gimp avec un scripte python-fu.

Avez-vous un livre sur la programmation python-fu ?


RE: find a pdf book on python-fu - Ofnuts - 01-15-2022

Best there is: https://www.gimp.org/docs/python/

In addition: Filters ➤ Python-fu ➤ Console, hit the Browse button and peruse the search bar.

Many examples:  http://sourceforge.net/projects/gimp-tools/files/scripts/ (all written after reading the above, and some educated guesses)

More questions: https://www.gimp-forum.net/Forum-Scripting-questions


RE: find a pdf book on python-fu - coincoin39 - 01-16-2022

(01-15-2022, 04:52 PM)Ofnuts Wrote: Best there is: https://www.gimp.org/docs/python/

In addition: Filters ➤ Python-fu ➤ Console, hit the Browse button and peruse the search bar.

Many examples:  http://sourceforge.net/projects/gimp-tools/files/scripts/ (all written after reading the above, and some educated guesses)

More questions: https://www.gimp-forum.net/Forum-Scripting-questions

thank