Welcome, Guest |
You have to register before you can post on our site.
|
Latest Threads |
Preferences/Folders shows...
Forum: Gimp 2.99 & Gimp 3.0
Last Post: Ofnuts
1 hour ago
» Replies: 1
» Views: 53
|
Converting python plugin-...
Forum: Gimp 2.99 & Gimp 3.0
Last Post: n3306tx
5 hours ago
» Replies: 43
» Views: 4,242
|
Creating a customizable d...
Forum: General questions
Last Post: BorrowedWifi
9 hours ago
» Replies: 9
» Views: 2,236
|
Script-Fu in GIMP 3 websi...
Forum: Extending the GIMP
Last Post: crogonint
Yesterday, 01:39 PM
» Replies: 2
» Views: 485
|
AIGoR - Artificial Image ...
Forum: Other graphics software
Last Post: vitforlinux
Yesterday, 01:20 PM
» Replies: 7
» Views: 701
|
Arrow Script
Forum: Extending the GIMP
Last Post: GimpUser2504
Yesterday, 01:10 PM
» Replies: 129
» Views: 165,507
|
RemoveBG, how to install ...
Forum: Extending the GIMP
Last Post: rich2005
Yesterday, 09:11 AM
» Replies: 13
» Views: 496
|
Cannot install gimp-help ...
Forum: General questions
Last Post: rich2005
Yesterday, 08:30 AM
» Replies: 3
» Views: 708
|
selecting a fixed size re...
Forum: Gimp 2.99 & Gimp 3.0
Last Post: rich2005
04-20-2025, 12:30 PM
» Replies: 4
» Views: 216
|
New color : olo
Forum: Watercooler
Last Post: denzjos
04-20-2025, 07:51 AM
» Replies: 0
» Views: 107
|
|
|
Error while parsing |
Posted by: rdoty - 03-29-2025, 04:38 PM - Forum: General questions
- Replies (1)
|
 |
When I load Gimp 3.0 I get this message "Error while parsing 'C:\Users\xxxx\AppData\Roaming\GIMP\3.0\devicerc' in line 9: invalid value 'a' for token select-criterion
Is this a problem and how do I correct? Also, could this relate to some of the problems I had with a previous thread, difficulty removing jpeg background?
|
|
|
GIMP 3.0 View and Color menu length |
Posted by: KenS. - 03-29-2025, 01:40 PM - Forum: Gimp 2.99 & Gimp 3.0
- Replies (1)
|
 |
Hi there, if I click on a menu, and then move either left of right, the menus dropdown so you can see the listings, but both the the View and Color menus are long, so they will not close when you move the cursor either left or right, with the View menu, you can click on the up arrow at the top, to clear the menu, but the Color menu doesn't have a arrow at the top that I can see, I have to move the cursor off to one side and click to clear the menu. Would like to see both menus extend downward, so the menu title isn't hidden. Take care.
|
|
|
Gimp does not recognize Darktable or RawTherapee |
Posted by: KnowNothing - 03-28-2025, 08:39 PM - Forum: Gimp 2.99 & Gimp 3.0
- Replies (2)
|
 |
I am running a laptop with Ubuntu and when Gimp updated it quit working with Darktable. I have subsequently uninstalled all three programs and reinstalled them in various orders and Gimp will not open Raw files and does not show either Darktable or RawTherapee as import options. Also does not appear to allow a person to enter either program as an import option. I am not a programmer (I can barely take pictures), and virtually every web search just says install the programs and they will work together. NOT TRUE. Most of those searches don't even relate to the new version of Gimp. What is most perplexing is that My previous setup was working perfectly and the update to Gimp 3 was automatic but dropped any functionality with Darktable.
|
|
|
Overwrite function defaults |
Posted by: andytua - 03-28-2025, 04:08 PM - Forum: Gimp 2.99 & Gimp 3.0
- Replies (1)
|
 |
Hello. On my previous PC, i was on GIMP 2.10
using File---Overwrite would pop up a dialog box with Export Image as JPEG settings
Convenient way to change quality of original image
With Gimp 3.0, using Overwrite simply overwrites the file and offers no dialog box
I have tried everything I can think of to get the dialog box to pop up but i got nothing
Maybe there is a better alternative I am unaware of
thank you!!
|
|
|
Gimp 3 plugin sprites/objects/islands to layers, handy for spritesheets! |
Posted by: joeyeroq - 03-28-2025, 12:26 PM - Forum: Extending the GIMP
- No Replies
|
 |
There are other plugins that do the same like Ofnuts "ofn-extract-objects" and G'MIC-Qt "Extract Objects" (install "G'MIC-Qt plugin", Plugin > Filters > G'MIC-Qt... > Arrays and Tyles > Extract Objects), but I wanted to learn some GIMP 3 Python scripting so made this.
How to install in Windows (I don't have Linux or Mac):
Go to GIMP 3 plugins folder by typing in the File Explorer's address bar:
Code:
%appdata%\GIMP\3.0\plug-ins
and extract plug-in-joey-py3-sprites-to-layers.zip file in there, the script path should look something like this:
C:\Users\<USER_NAME>\AppData\Roaming\GIMP\3.0\plug-ins\plug-in-joey-py3-sprites-to-layers\plug-in-joey-py3-sprites-to-layers.py
Usage:
Open GIMP 3, open an image, select the layer you want your sprites/objects/islands extracted from, than Layer > Sprites to layers.
plug-in-joey-py3-sprites-to-layers.zip (Size: 3.29 KB / Downloads: 31)
|
|
|
Combine Save and Export |
Posted by: theDrake - 03-28-2025, 09:43 AM - Forum: Watercooler
- Replies (1)
|
 |
I've been working on the graphics for a programming project and I'd like to make a suggestion for improving how GIMP handles the situation I find myself in.
Before I get into the issue I'd like to bring up, please know that I love GIMP. The way it handles layers is far superior to any other graphics application I've ever used, including Photoshop which I've been using for over 20 years. I understand why the .xcf format is important; after all, it preserves so much history of the image and it sounds like it's going to get even better very soon.
However, there's a case for combining Save and Export for images. Export makes sense for PDFs or perhaps ASCII-based formats suitable for including in program data, but for images, it's far more convenient to just use Save.
Now, what I've been dealing with...
The images are all PNGs generated by Inkscape. Of necessity, I've had to fiddle with a few of them to make them fit the UI. The process of saving these images takes me through no less than five dialog windows before the image gets saved.
It would be a lot faster if I could simply hit Ctrl-S to save these files. Then the only extra dialog I'd have to deal with is the one that asks me if I want to replace the existing file. Currently, I have to do this:
- Ctrl-S
- select the .xcf extension,
- delete it,
- type ".png"
- hit Enter,
- answer the dialog that asks if I actually want to Export
- click OK on the Export dialog,
- answer the "Do you want to Replace" dialog,
- click OK on the final "Do the thing" dialog.
Two dialogs or five.
I could just export and that might save me a few steps, but it'll still be more than two dialogs. Besides, coming from any other graphics applications (Photoshop, Krita, Tahoma, Corel Painshop Pro, MS Paint, etc.) I'm used to Ctrl-S, not Ctrl-E.
Oh! And it would also help to have a drop-down menu from which to select the file type. Saves typing.
So, who do I talk to about this? Or is this post enough to get the attention of the developers?
|
|
|
How to connect layers ? |
Posted by: henry_albrecht - 03-27-2025, 10:16 PM - Forum: Gimp 2.99 & Gimp 3.0
- Replies (8)
|
 |
Hi
In earlier Versions one could connect layers. This function is no longer available ?
The symbol in the layers-overview for chaining the layers is gone.
I want to scale several layers in one action. But it doesnt work. I tried the intuitive way by selecting all of them and then choose the scale-dialog .. but just one layer is scaled then.
|
|
|
|