| Welcome, Guest |
You have to register before you can post on our site.
|
| Latest Threads |
Parametric Mask plug-in f...
Forum: Extending the GIMP
Last Post: denzjos
3 hours ago
» Replies: 1
» Views: 33
|
Severe Security Flaws in ...
Forum: Linux and other Unixen
Last Post: rich2005
4 hours ago
» Replies: 1
» Views: 39
|
How do I uninstall GIMP 3...
Forum: Linux and other Unixen
Last Post: rich2005
4 hours ago
» Replies: 3
» Views: 2,056
|
How do I color Bevel Text...
Forum: General questions
Last Post: rich2005
Yesterday, 12:36 PM
» Replies: 8
» Views: 444
|
Gimp 3.x scanner xsane pl...
Forum: Gimp 2.99 & Gimp 3.0
Last Post: rich2005
Yesterday, 09:52 AM
» Replies: 22
» Views: 19,002
|
Directory & file structur...
Forum: General questions
Last Post: rich2005
Yesterday, 09:23 AM
» Replies: 1
» Views: 177
|
Batcher - Batch Image Pro...
Forum: Extending the GIMP
Last Post: iborg
03-17-2026, 09:01 PM
» Replies: 8
» Views: 13,433
|
GIMP: The Movie | Officia...
Forum: Gallery
Last Post: LunarEcho
03-17-2026, 01:51 PM
» Replies: 2
» Views: 955
|
How do I erase items from...
Forum: General questions
Last Post: cinque888
03-17-2026, 12:09 AM
» Replies: 4
» Views: 472
|
I need it to be opaque
Forum: General questions
Last Post: rich2005
03-15-2026, 07:10 PM
» Replies: 1
» Views: 200
|
|
|
| GIMP batch: error |
|
Posted by: cmorlighem - 11-11-2020, 08:51 AM - Forum: Extending the GIMP
- Replies (1)
|
 |
Hi,
I'm new to Gimp and I need to use it from the command line as it is part of an automation process.
I'm starting with a super simple command :
gimp-2.10.exe -i -b "(let* ((image (car (file-tiff-load 1 C:\Users\Camille\Documents\test.tif C:\Users\Camille\Documents\test.tif)))))"
I keep getting this error:
batch command experienced an execution error:
Error: eval: unbound variable: C:\Users\Camille\Documents\test.tif
I did lots of forum but I haven't found anything working. Also I tried with adding single/double quotes but doesn't change anything. I tried with -b "(gimp-quit 0)" in the end but doesn't change anything either and same when I use gimp-console-2.10.exe.
I'm running the command with windows 10.
Can anyone help me?
|
|
|
| [split] Installing Python scripts |
|
Posted by: OpaPeterPKHG - 11-10-2020, 09:10 AM - Forum: Scripting questions
- Replies (5)
|
 |
Hello,
W10 gimp 2.10.22
How to install any python plugin.
Would like a working small example
e.g. from WW
Code:
import gimp
def python_message(image, drawable, message):
gimp.message(message)
register(
"python_fu_message",
"Show message",
"Show message",
"Pin-Chou Liu",
"Pin-Chou Liu",
"2019",
"<Image>/Filters/Hello World...",
"",
[
(PF_STRING, "message", "message", "Hello World"),
],
[],
python_message)
main()
|
|
|
| LOGGING IN |
|
Posted by: daiappy - 11-09-2020, 06:03 PM - Forum: Gimp-Forum.net
- Replies (2)
|
 |
Hi, When I log in to Gimp-Forum.net I'm asked to reset my password. O.K., I then get in. When I Re-sign in again next time, that password wont let me in & I have to get a new password sent. Is there a way I can customise my own password in my user account somehow that will work next time I sign in or do I have to ask for a new password sent to my email every time? Ch.
|
|
|
|