| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 4,834
» Latest member: Fifinella
» Forum threads: 7,911
» Forum posts: 43,066
Full Statistics
|
| Latest Threads |
Colors Exchange effect is...
Forum: General questions
Last Post: ldd2
9 hours ago
» Replies: 0
» Views: 60
|
How to change line color ...
Forum: General questions
Last Post: rich2005
10 hours ago
» Replies: 1
» Views: 55
|
Alternative to Drawable.g...
Forum: Scripting questions
Last Post: Scallact
Yesterday, 01:03 PM
» Replies: 7
» Views: 6,590
|
How to iterate pixels wit...
Forum: Scripting questions
Last Post: Scallact
Yesterday, 12:35 PM
» Replies: 1
» Views: 153
|
Problem with exporting fr...
Forum: General questions
Last Post: rich2005
07-01-2026, 07:16 AM
» Replies: 3
» Views: 237
|
Triptych - Abandoned Gate...
Forum: Gallery
Last Post: Tas_mania
07-01-2026, 06:39 AM
» Replies: 1
» Views: 163
|
strange and crazy, Hamste...
Forum: Watercooler
Last Post: denzjos
06-30-2026, 06:27 AM
» Replies: 0
» Views: 127
|
How would I be able to be...
Forum: General questions
Last Post: BrokenGamerX
06-29-2026, 11:31 PM
» Replies: 6
» Views: 542
|
What's the Best Way to Ch...
Forum: Other graphics software
Last Post: rich2005
06-29-2026, 09:25 AM
» Replies: 1
» Views: 192
|
How to restore tool docks...
Forum: General questions
Last Post: sallyanne
06-29-2026, 01:48 AM
» Replies: 7
» Views: 1,164
|
|
|
| How to Get a Custom Avatar |
|
Posted by: flauapaua - 12-04-2022, 08:37 AM - Forum: Gimp-Forum.net
- Replies (9)
|
 |
I tried to get one by going to User CP -> Change Avatar, chose a file from my computer i.e. the name of the file appeared beside the browse button. There is no upload button, so I clicked "Change Avatar". Didn't work however? Where did I go wrong?
|
|
|
| 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?
|
|
|
|