| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 4,924
» Latest member: Volker
» Forum threads: 7,690
» Forum posts: 41,824
Full Statistics
|
| Latest Threads |
Text Editor hardly ever w...
Forum: General questions
Last Post: rich2005
1 hour ago
» Replies: 3
» Views: 98
|
How to get G'MIC within G...
Forum: General questions
Last Post: rich2005
2 hours ago
» Replies: 2
» Views: 101
|
How to make image and mas...
Forum: Installation and usage
Last Post: Ofnuts
Yesterday, 08:39 PM
» Replies: 5
» Views: 231
|
Gimp 3.0 get Metadata wit...
Forum: Extending the GIMP
Last Post: Volker
Yesterday, 05:41 PM
» Replies: 0
» Views: 3
|
Colorized Layer Reverts t...
Forum: General questions
Last Post: rich2005
Yesterday, 02:42 PM
» Replies: 3
» Views: 183
|
Multi window mode mode fa...
Forum: General questions
Last Post: teapot
11-07-2025, 01:40 PM
» Replies: 5
» Views: 344
|
Animation with only GIMP ...
Forum: Gallery
Last Post: Scut-51
11-06-2025, 11:49 AM
» Replies: 25
» Views: 23,001
|
GIMP 3.04 opens with wind...
Forum: Windows
Last Post: subbareddy
11-05-2025, 07:47 AM
» Replies: 7
» Views: 3,801
|
Isolate, select and copy/...
Forum: General questions
Last Post: rich2005
11-04-2025, 04:39 PM
» Replies: 7
» Views: 511
|
"Plug-in crashed" on GIMP...
Forum: General questions
Last Post: skullamrotis
11-04-2025, 03:32 PM
» Replies: 4
» Views: 468
|
|
|
| How to display a message to the user from script-fu |
|
Posted by: flauapaua - 12-03-2022, 08:33 PM - Forum: Scripting questions
- Replies (6)
|
 |
I have a very basic question.
in the script-fu console writing
Code:
(gimp-message "Hello World")
and pressing return gives me this
Code:
> (gimp-message "Hello World")
(#t)
in the output box of the console. And this is it.
Shouldn't I get some dialog pop up or something? If not how else can one do this?
|
|
|
| batch joining many jpgs - possible? |
|
Posted by: abrogard - 12-03-2022, 03:50 AM - Forum: General questions
- Replies (3)
|
 |
I have a large number of jpg of exactly the same format.
the are maps.
the inside areas of each match the inside areas of others, meet up, coincide
The thing is to get the borders off and join them into one large map that I can then select different areas and shapes from.
Is there a way to do this quiickly, easily in gimp, even by batch perhaps?
here's a couple of samples:
map jpgs
|
|
|
| what is the recommended hardware configuration for GIMP? |
|
Posted by: kenny1999 - 12-02-2022, 07:39 AM - Forum: General questions
- Replies (2)
|
 |
I do not mean the lowest hardware requirement for GIMP because we usually have better than that.
I'd like to know what the recommended hardware/system requirement for GIMP is.
I am buying a new computer soon and GIMP will be part of an important consideration because I don't plan on buying expensive and high-end one but at the same time I'd like to get something good enough for GIMP so that it is not going to lag, freeze or crash.
|
|
|
| TOOL Options |
|
Posted by: gaystan - 12-01-2022, 08:45 PM - Forum: General questions
- Replies (5)
|
 |
Hi everybody :
I have version 2.10
I accidentally deleted then TOOL options (on the right side). I searched the internet
for answers. Couldn't find the correct solutions. Example : when I click on FREE SELECT,
I get the tool options on the right side ( showing SIZE, FORCE,etc....). How do I get them
back ?
garystan
document.oncontextmenu = null; document.body.onpaste = null; document.body.onselectstart = null; document.onselectstart = null; document.ondragstart = null; document.body.oncut = null; document.onmousedown = null; document.body.oncontextmenu = null; document.body.oncopy = null; document.body.ondragstart = null; document.body.onmousedown = null;
|
|
|
| Processing XCF files in batch |
|
Posted by: Mate de Vita - 12-01-2022, 03:38 PM - Forum: Scripting questions
- Replies (14)
|
 |
I have a large number (~3500) of .xcf GIMP projects. I would like to perform some simple operation on all of them. Specifically, the images all contain one layer that's all green and one layer that's all red, and I would like to flip those two colours (i.e. I would like to turn RGB (0, 255, 0) to (255, 0, 0) and vice versa).
Is there a way to do this automatically without manually opening each file in GIMP and recolouring it by hand?
|
|
|
|