Welcome, Guest
You have to register before you can post on our site.

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 5,988
» Latest member: MaryalicMartinez
» Forum threads: 7,400
» Forum posts: 40,296

Full Statistics

Latest Threads
Do I have to create a fl...
Forum: General questions
Last Post: rich2005
2 hours ago
» Replies: 1
» Views: 62
Automatic selection tool
Forum: General questions
Last Post: rich2005
2 hours ago
» Replies: 1
» Views: 50
Color fill into pasted la...
Forum: General questions
Last Post: RealGomer
3 hours ago
» Replies: 2
» Views: 158
RawTherapy to Gimp
Forum: General questions
Last Post: doiphoto
5 hours ago
» Replies: 2
» Views: 81
Recent folders missing fr...
Forum: Gimp 2.99 & Gimp 3.0
Last Post: rich2005
6 hours ago
» Replies: 1
» Views: 56
Is there a way to use *.8...
Forum: Gimp 2.99 & Gimp 3.0
Last Post: denzjos
8 hours ago
» Replies: 2
» Views: 78
crop and straighten photo...
Forum: General questions
Last Post: denzjos
Yesterday, 10:51 AM
» Replies: 6
» Views: 207
Arrow Script
Forum: Extending the GIMP
Last Post: Chris Thompson
05-08-2025, 07:48 PM
» Replies: 133
» Views: 169,008
ofn3-layer-tiles
Forum: Extending the GIMP
Last Post: karaxus
05-08-2025, 10:53 AM
» Replies: 7
» Views: 1,055
Slowing down
Forum: General questions
Last Post: rich2005
05-08-2025, 10:33 AM
» Replies: 2
» Views: 228

 
  Plugins
Posted by: sparky 1987 - 03-29-2025, 04:13 AM - Forum: Gimp 2.99 & Gimp 3.0 - Replies (3)

   

I have Gimp 2.10.38 and now updated to 3.0.1  and just to 3.0.2 but have found cant get the plugins I have in previous verion to install in 3.
See pic where I copied the exact plugins from location for 2.10 but 3.0.2 and 3.0.1 does not seem to see them do you have to load some
other way in the new updates?

Print this item

  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.

Print this item

  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!!

Print this item

  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.

.zip   plug-in-joey-py3-sprites-to-layers.zip (Size: 3.29 KB / Downloads: 41)
   

Print this item

  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?

Print this item

  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.

Print this item

  Nothing in display
Posted by: MacEgel - 03-27-2025, 07:57 PM - Forum: Gimp 2.99 & Gimp 3.0 - No Replies

    I was barely getting along with a previous version, but just made the mistake of upgrading to GIMP 3.0.2 Mac Silicon. Now I can't do anything! I even tried going back to my previous version, but that had apparently been blown away.

The display is uniformly black, with a vertical grey bar with an ellipsis on the left side. Bar and ellipsis are immovable. Tools are not visible. Graphic is not visible. Selections may be made from the menu bar at the top, but to no avail.

HELP!

Print this item

  Cannot find GIMP 2.10.38 (revision 1) update
Posted by: Niels - 03-27-2025, 06:59 PM - Forum: OSX - Replies (2)

I'm using macOS 10.13.6.
Gimp 2.10.38 is installed; it came from a file dated May 2024 (gimp-2.10.38-x86_64-1.dmg).
A notification just popped up for a Revision 1 of my Gimp. Going to the Older Downloads section on Gimp's download page led to a 404 page. (Its link was https://download.gimp.org/gimp/v3.0/osx/)
Typing in https://download.gimp.org/ eventually led to a whole load of old Gimps. The 2.10.38 version there seemed the same as mine.
So, two things –
• The Older Downloads link on Gimp's page needs fixing.
• Perhaps the notification is trying to get me to download Gimp 3.0.2, even though my macOS can't cope with it. Or is there a Revision 1 lurking somewhere that I could use?

Print this item

Photo Partial translation of Gimp 3.0 menus
Posted by: frenchie971 - 03-27-2025, 06:11 PM - Forum: Gimp 2.99 & Gimp 3.0 - Replies (3)

I am French. I downloaded Gimp 3.0 from Manjaro. Even if Manjaro is an US distribution, every menu, every help is well translated in French in the system.

Every software appears in French. The old days of Linux, in the 2000's, where mix of English/other language where found in every nooks and crannies were a distant memory.


Until Gimp 3.0 ! Some submenus have not yet been translated in French. It will come soon, I'am sure, BUT for a major update, waited so many years ?



Attached Files Thumbnail(s)
   
Print this item

  Change text appareance when editing an old (2.x) .xcf
Posted by: dacer - 03-27-2025, 05:12 PM - Forum: Gimp 2.99 & Gimp 3.0 - Replies (3)

Hello, first of all, thank you very much for GIMP. It's been my editor for many years, and I'm truly grateful to everyone behind it.

I'm using Debian, currently version 3.0. There are many new features, and it's time to discover them and learn how to use the new ones, while continuing to use the old ones.

Right now, I'm editing an image and need to change some text. Well, when I edit the text, even though it seems to detect the font and size, when I change anything, it completely changes its appearance. Even pressing Ctrl-Z doesn't return it to its original state; I have to close the .xcf and reload it.

Could you tell me why this is happening and how to prevent the text from changing?

I've attached the before and after images.

Thank you very much.



Attached Files Image(s)
       
Print this item