Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 5,724
» Latest member: lewisc
» Forum threads: 7,223
» Forum posts: 39,439
Full Statistics
|
Latest Threads |
Adding path edit new feat...
Forum: General questions
Last Post: Ofnuts
Today, 07:45 AM
» Replies: 1
» Views: 103
|
Drag & Drop in Layers Not...
Forum: General questions
Last Post: Ofnuts
Yesterday, 10:52 PM
» Replies: 2
» Views: 118
|
Making a Selection from a...
Forum: Gimp 2.99 & Gimp 3.0
Last Post: Ofnuts
Yesterday, 10:48 PM
» Replies: 1
» Views: 85
|
Automate croping without ...
Forum: General questions
Last Post: rich2005
Yesterday, 09:31 PM
» Replies: 1
» Views: 87
|
Display problem in Gimp 2...
Forum: OSX
Last Post: beaubrunb
Yesterday, 10:27 AM
» Replies: 0
» Views: 69
|
Exported jpg different th...
Forum: General questions
Last Post: rich2005
Yesterday, 08:49 AM
» Replies: 6
» Views: 254
|
Antique Metal Qt 300 for ...
Forum: Extending the GIMP
Last Post: vitforlinux
03-12-2025, 01:43 PM
» Replies: 0
» Views: 146
|
Non-destructive edtiing i...
Forum: Tutorials and tips
Last Post: teapot
03-12-2025, 01:41 PM
» Replies: 5
» Views: 372
|
Testing attachments in mu...
Forum: Gimp-Forum.net
Last Post: Poupée-Chaussette
03-11-2025, 08:58 PM
» Replies: 0
» Views: 121
|
Crosshair guides for the ...
Forum: Extending the GIMP
Last Post: teapot
03-11-2025, 03:11 PM
» Replies: 0
» Views: 153
|
|
|
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?
|
|
|
|