| Welcome, Guest |
You have to register before you can post on our site.
|
| Latest Threads |
Welcome Screen Colour The...
Forum: Windows
Last Post: Jon
Yesterday, 11:24 AM
» Replies: 9
» Views: 328
|
Switch tools from Text to...
Forum: General questions
Last Post: rich2005
Yesterday, 08:04 AM
» Replies: 4
» Views: 556
|
Lumi-o
Forum: Alternate Gimp packagings
Last Post: pixelmixer
05-26-2026, 05:17 PM
» Replies: 0
» Views: 143
|
Artbox Autosave
Forum: Alternate Gimp packagings
Last Post: pixelmixer
05-26-2026, 04:49 PM
» Replies: 1
» Views: 1,840
|
Why is the Move tool movi...
Forum: Tutorials and tips
Last Post: rich2005
05-25-2026, 01:23 PM
» Replies: 3
» Views: 5,916
|
Batcher - Batch Image Pro...
Forum: Extending the GIMP
Last Post: rich2005
05-24-2026, 04:24 PM
» Replies: 11
» Views: 17,762
|
arakne path shapes
Forum: Extending the GIMP
Last Post: rich2005
05-24-2026, 08:13 AM
» Replies: 8
» Views: 1,937
|
GIMP 3.2.x
Forum: General questions
Last Post: rich2005
05-24-2026, 07:43 AM
» Replies: 5
» Views: 632
|
question about "Batch Ima...
Forum: General questions
Last Post: vebe67
05-23-2026, 06:32 AM
» Replies: 2
» Views: 318
|
chemin - path
Forum: General questions
Last Post: ApacheBlue
05-22-2026, 02:13 PM
» Replies: 7
» Views: 682
|
|
|
| Gimp 3.0.4 python batch interpreter oddities |
|
Posted by: Andrew_L - 08-09-2025, 11:47 AM - Forum: Scripting questions
- Replies (5)
|
 |
Hi,
I use the python-fu-eval batch interpreter on GIMP 3.0.4 AppImage and have noticed some unexpected behaviour. As a trivial example,
User:~$ ~/AppImages/gimp/GIMP-3.0.4-x86_64.AppImage -i --quit --batch-interpreter=python-fu-eval -b 'if True: a="something"; print(a);'
something
batch command executed successfully
But if the "if" statement comes after the declaration of variable "a"
User:~$ ~/AppImages/gimp/GIMP-3.0.4-x86_64.AppImage -i --quit --batch-interpreter=python-fu-eval -b 'a="something";if True: print(a);'
batch command experienced a calling error:
Traceback (most recent call last):
File "/tmp/.mount_GIMP-3bPBAmP/usr/lib/x86_64-linux-gnu/gimp/3.0/plug-ins/python-eval/python-eval.py", line 42, in code_eval
exec(code, globals())
File "<string>", line 1
a="something";if True: print(a);
^^
SyntaxError: invalid syntax
Similar problems arise with a "with" statement.
I don't understand this. Has anyone else noticed this sort of behaviour?
My OS is linux 6.1.0-37-amd64
Thanks.
|
|
|
| Python, something completely different... |
|
Posted by: denzjos - 08-09-2025, 09:29 AM - Forum: Watercooler
- Replies (4)
|
 |
The British Post Office is releasing a special series of 10 stamps honoring the British comedy collective Monty Python. Nice! Four of the stamps depict scenes from the film "Monty Python and the Holy Grail," which was released exactly 50 years ago this year. The remaining six stamps feature the members of Monty Python: Graham Chapman, John Cleese, Terry Gilliam, Eric Idle, Terry Jones, and Michael Palin.
When I'm walking through Bruges, Belgium, and hear a horse-drawn carriage approaching, I always think of the scene with the coconut. I'll say to my wife, coconut sound, John Cleese's coming. I've never heard a reaction from the tourists around me... Monty Python humor, a little different ?
https://www.youtube.com/shorts/sPMeBdjHW0s
|
|
|
GIMP3.0.4 Freezes After ‘Load Transparency as Selection’ on Large Canvases |
|
Posted by: Riustina - 08-08-2025, 04:28 PM - Forum: General questions
- Replies (2)
|
 |
[color=rgba(0, 0, 0, 0.9)]I'm experiencing performance issues, where the program frequently freezes or becomes unresponsive after ‘Load Transparency as Selection’ on Large Canvases[/color]
[color=rgba(0, 0, 0, 0.9)]System specs:[/color]
- OS: Windows 11 24H2
- CPU: AMD Ryzen 7 6800H
- GPU: NVIDIA RTX 3060 Laptop (6GB VRAM)
- RAM: 16GB
- Storage: All files are stored on SSD
[color=rgba(0, 0, 0, 0.9)]Software:[/color]
- GIMP 3.0.4
- No third-party plugins, default preferences
[color=rgba(0, 0, 0, 0.9)]Steps to Reproduce[/color]
(All content above was translated by AI.)
|
|
|
| Creating a Flyer in GIMP with a Multi URL QR Code |
|
Posted by: GibsontheIbsen - 08-06-2025, 04:05 PM - Forum: Extending the GIMP
- Replies (2)
|
 |
I wanted to design a flyer in GIMP that includes a multi URL QR code, wich is basically one code that sends people to a page with multiple links (my website, social media and a contact form). I didn’t feel like installing any Python plugins or messing with the GIMP plug-in folder, so I kept it simple and did everything outside GIMP, then imported the result.
What I did:
- I used a QR generator that supports multiple links. Most modern services allow you to create a multi URL QR code using a dynamic landing page inside their service. I added all my links and customized the page with my logo and colors.
- I exported the QR code as a PNG. The site lets you download in high resolution, and even vector formats if needed. PNG worked fine for my case.
- I opened my flyer project in GIMP and imported the QR code.
I used File > Open as Layers to bring in the QR PNG, then scaled it down while keeping interpolation set to None to preserve sharp edges (blurry codes leads to huge scan fails).
- I added a small label below it “Scan for links” to make it obvious.
- Tested the scan at actual print size using my phone camera. Worked right away.
|
|
|
|