| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 5,302
» Latest member: vebe67
» Forum threads: 7,905
» Forum posts: 42,886
Full Statistics
|
| Latest Threads |
question about "Batch Ima...
Forum: General questions
Last Post: vebe67
2 hours ago
» Replies: 2
» Views: 130
|
chemin - path
Forum: General questions
Last Post: ApacheBlue
Yesterday, 02:13 PM
» Replies: 7
» Views: 446
|
All projects are LOCKED
Forum: General questions
Last Post: sallyanne
Yesterday, 10:41 AM
» Replies: 1
» Views: 103
|
GIMP 3.2.x
Forum: General questions
Last Post: rich2005
Yesterday, 07:27 AM
» Replies: 1
» Views: 122
|
Setting a default directo...
Forum: Tutorials and tips
Last Post: merlilderman
05-21-2026, 02:57 PM
» Replies: 1
» Views: 2,182
|
Switch tools from Text to...
Forum: General questions
Last Post: Ulodesk
05-18-2026, 10:05 PM
» Replies: 2
» Views: 368
|
Changing the size of the ...
Forum: General questions
Last Post: Ulodesk
05-17-2026, 01:39 PM
» Replies: 3
» Views: 389
|
Gimp3 ubuntu 24.04 favour...
Forum: Extending the GIMP
Last Post: vitforlinux
05-16-2026, 03:02 PM
» Replies: 1
» Views: 609
|
Dial Marks
Forum: Extending the GIMP
Last Post: MrsP-from-C
05-15-2026, 04:29 PM
» Replies: 1
» Views: 289
|
DDS Export error
Forum: General questions
Last Post: schabrackes
05-15-2026, 06:53 AM
» Replies: 2
» Views: 448
|
|
|
| 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.
|
|
|
|