Build a GIMP python script
Budget: £20 – £250 GBP
I have a GIMP file and I want to set up 4 layers with text, I want to be able to use a python script to change the text of those layers and export the image.
For example,
- Imagine my .xcf gimp file is called template.xcf.
- It has 4 layers of text, layer1, layer2, layer3, layer4.
- I want to add texts: "10:50", "rafa@myemail", "Thank you for sending this to me", "Bye"
- I want to export it in JPEG with quality 90.
I should write:
python freelancer_script.py --template template.xcf --layer1 "10:50" --layer2 "rafa@myemail" --layer3 "Thank you for sending this to me" --layer4 "Bye" --out freelancer_image.jpeg --quality 90
For example,
- Imagine my .xcf gimp file is called template.xcf.
- It has 4 layers of text, layer1, layer2, layer3, layer4.
- I want to add texts: "10:50", "rafa@myemail", "Thank you for sending this to me", "Bye"
- I want to export it in JPEG with quality 90.
I should write:
python freelancer_script.py --template template.xcf --layer1 "10:50" --layer2 "rafa@myemail" --layer3 "Thank you for sending this to me" --layer4 "Bye" --out freelancer_image.jpeg --quality 90