Welcome, Guest |
You have to register before you can post on our site.
|
Latest Threads |
Python Snippets for GIMP ...
Forum: Scripting questions
Last Post: pixelmixer
5 hours ago
» Replies: 4
» Views: 98
|
copy sequence of filters ...
Forum: General questions
Last Post: rich2005
7 hours ago
» Replies: 1
» Views: 68
|
Gimp 3.0.4 Appimage by Iv...
Forum: Alternate Gimp packagings
Last Post: vitforlinux
Yesterday, 11:44 AM
» Replies: 0
» Views: 49
|
text tool
Forum: General questions
Last Post: Ofnuts
Yesterday, 06:31 AM
» Replies: 1
» Views: 81
|
edit_paste pastes at inco...
Forum: Scripting questions
Last Post: class43
07-18-2025, 03:48 PM
» Replies: 2
» Views: 148
|
CMYK color mode Gimp 2.10
Forum: Extending the GIMP
Last Post: rich2005
07-18-2025, 12:13 PM
» Replies: 20
» Views: 82,253
|
Open, save buttons on bot...
Forum: Gimp 2.99 & Gimp 3.0
Last Post: GrumpyDeveloper
07-17-2025, 09:52 PM
» Replies: 8
» Views: 3,015
|
Clone size randomly chang...
Forum: General questions
Last Post: oldschool1@runbox.com
07-17-2025, 05:45 PM
» Replies: 2
» Views: 217
|
AI Gimp Plugins
Forum: Watercooler
Last Post: Zbyma72age
07-17-2025, 03:31 PM
» Replies: 20
» Views: 53,809
|
Gimp closes automatically
Forum: General questions
Last Post: sallyanne
07-17-2025, 05:50 AM
» Replies: 2
» Views: 230
|
|
|
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.
|
|
|
Tiny tiny tiny toolbox icons |
Posted by: HavingTooMuchFun - 11-09-2020, 03:03 PM - Forum: Windows
- Replies (7)
|
 |
I've been using 2.8.22 on a Mac desktop, and just did a download of 2.10.22 on a PC laptop… and instead of the wonderful tool bar I'm used to, I've got these itsy-bitsy little icons, most of which actually represent several functions that I'm used to clicking on directly. This is just unusable! I figured out how to increase the size of the toolbox, but it isn't making the icons any bigger. Can someone PLEASE show me how to change what I've got into something I don't need to get new stronger reading glasses to use?
Secondarily, I REALLY hate this dark gray, it's very hard to read tiny white text against; can I possibly get bigger text on a light background? I've increased the base size of everything in the system to 150%, but, as warned, it doesn't affect the size of anything in certain programs, including this one.
|
|
|
|