Skip to content

python-fu that automates the edit and export of jpeg images using a variable data from a txt file file using GIMP

Notifications You must be signed in to change notification settings

jberaunm/python-fu-gimp-automation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

python-fu-batch

Python GIMP plug-in that loads an image from directory, inserts a text layer using data from a text file, saves the modified image and then iterates throught all the lines of the text file using GIMP.


Following variables need to be replaced with local directories:

path_data = 'C:\data.txt'

path_image_base = 'C:\image_base.jpeg'

path_ouput_directory = 'C:\'


Script python_fu_batch.py needs to be stored in Gimp plug-ins directory, then it can be executed from Gimp UI / File. In my laptop the script was located in C:\Users\User\AppData\Roaming\GIMP\2.10\plug-ins

image

About

python-fu that automates the edit and export of jpeg images using a variable data from a txt file file using GIMP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages