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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 4,777
» Latest member: Jamesnex
» Forum threads: 7,593
» Forum posts: 41,391

Full Statistics

Latest Threads
reliable Gimp 2.10.38 dow...
Forum: Older Gimp versions (2.8, 2.6....)
Last Post: denzjos
30 minutes ago
» Replies: 2
» Views: 65
Batch Color Saturation
Forum: Extending the GIMP
Last Post: rich2005
9 hours ago
» Replies: 15
» Views: 11,687
Photo play-time
Forum: Gallery
Last Post: Ofnuts
10 hours ago
» Replies: 24
» Views: 21,595
BIMP plugin for GIMP 3.10
Forum: Extending the GIMP
Last Post: firefly
Yesterday, 11:53 PM
» Replies: 2
» Views: 498
Linux command that does e...
Forum: Other graphics software
Last Post: Grobe
Yesterday, 09:34 PM
» Replies: 0
» Views: 187
pl_stroke_arrows GIMP 3.0...
Forum: Extending the GIMP
Last Post: Scallact
Yesterday, 04:03 PM
» Replies: 0
» Views: 191
How do you make text circ...
Forum: General questions
Last Post: rich2005
Yesterday, 07:18 AM
» Replies: 12
» Views: 3,215
New Install, Black Screen...
Forum: OSX
Last Post: akhrameev
09-11-2025, 02:32 PM
» Replies: 3
» Views: 2,897
Trouble changing backgrou...
Forum: General questions
Last Post: tomatoSauce23
09-11-2025, 12:50 PM
» Replies: 6
» Views: 1,433
Mishap fixed
Forum: Gimp-Forum.net
Last Post: MrsP-from-C
09-10-2025, 05:50 PM
» Replies: 1
» Views: 503

 
  Gimp 3.0.4 Freezing on macOS Sonoma
Posted by: nlydick - 07-24-2025, 10:21 PM - Forum: Gimp 2.99 & Gimp 3.0 - Replies (2)

I'm running the latest software (3.0.4) on macOS Sonoma 14.6. When I open the program, the panel of tools in the sidebar does not display and when I attempt to open an image, it changes from a gray to black screen and provides no visual feedback. If it weren't for the fact that the program still closes with no issue, I might say that it's freezing. 

Attempts to restart my machine or reinstall the program have not helped in any way. What am I missing? I've been using Gimp for very basic photo editing for six years now and this is my first time having a major issue. I'm not sure how to proceed if I can't get it to function.

Print this item

  Problems with ofn3-Plug-Ins
Posted by: Emso - 07-24-2025, 12:43 PM - Forum: Extending the GIMP - Replies (18)

Hi there ;-)

with my new computer (Windows 11) I also downloaded the latest Gimp version (3.0.4). With my former PC I used two plug-ins provided by ofn. 

I downloaded the to plug-ins: ofn3-layer-tiles.zip and ofn3-export-layers.zip. The unzipped folders are in here:
C>user>NAME>AppData>Roaming>Gimp>3.0>plug-ins

When I open Gimp I can see the plug-in "ofn3-layer-tiles" but there is no way to also see the second plug-in. II can't find it in the python console either. 

Any suggestions out there? I am at a loss.

Thanks, Emso

Print this item

  help with shine/gloss effect
Posted by: tempy - 07-23-2025, 03:45 PM - Forum: General questions - Replies (7)

i am very new to gimp 
i was wondering if there are any filters that make a gloss shine effect or any plugins that would give me this effect 




   
.webp   stargazergeleffectnailpolishgreyscale2.webp (Size: 45.18 KB / Downloads: 46)

Print this item

  Plugins
Posted by: sparky 1987 - 07-22-2025, 06:33 AM - Forum: Gimp 2.99 & Gimp 3.0 - Replies (1)

Just installed Resynthesizer plugin and trying to understand how it works but the heal transparency does not seem to do whay I have seen in a tutorial.
To start with the eraser does not make a transparent slection on the picture instead it is black unless I add  alpha channel
Then the heal transparence tool does fix but fixes black and leaves the spot I cleared and creats messages about something wrong and also leaves , see file



Attached Files Thumbnail(s)
   
Print this item

  Gimp 3.0.2- Problem merging down layers
Posted by: Mel987 - 07-22-2025, 03:00 AM - Forum: General questions - Replies (3)

Hi! I need to emerge some layers, but when I try to do so the program erases one of them instead of emerging them (if I use emerge down) or most of them (If I try to add my layers to a group to emerge it as a whole, most of them become invisible before I even try to emerge them), and I don't know why. This problem only presents with one file so I don't think it's a problem with my Gimp or its configuration, but I've been only working with Gimp for a few months, so I don't know much about the program or how to solve this problem. Thanks for the help!

(Please forgive any grammatical errors, English isn't my first language)



Print this item

  Cannot rotate Grid lines with Layer - Win 11 - GIMP 3.0.4
Posted by: toliveras23 - 07-22-2025, 01:14 AM - Forum: General questions - Replies (2)

   

Windows 11 (64-bit)
GIMP 3.0.4

I select the correct layer that I have add Grid Lines.

I use the Rotate Tool with Layer selected and rotate 60 degrees.

Grid lines merely offset to upper left instead of rotating 60 degrees.



Attached Files Thumbnail(s)
   
Print this item

  Can not save or export pictures, button is off the bottom of page
Posted by: Holographic Breathing - 07-21-2025, 11:34 AM - Forum: General questions - Replies (6)

I cannot save or export pictures; the button is off the bottom of the page.

Here is a video showing the problem. This was before I found out that the button was off the bottom of the page.

But even now, there is still no way of getting to the button.

If you know a way of accessing the Button, please let me know.



Sorry if I was very stressed and annoyed when I made this video.


Any help appreciated, thank you in advance.



https://youtu.be/AgwZ-nquSbo

Print this item

  [Python] In-memory save png
Posted by: DunkleMaterie - 07-19-2025, 08:34 PM - Forum: Gimp 2.99 & Gimp 3.0 - Replies (4)

Hello,

I don't know, whether such a feature is realizable without certain changes to the Gio, but let me just describe my intent:

In a plugin, I want to send an "copy" of current image to a service using urllib.request.Request. Currently, I save the png image as usual using Gimp.file_save(), reopen it to read the data as bytes and attach them to a boundarized body. Then I send this body using the content-type 'multipart/form-data; boundary=xxxx' to the web service. I get an answer, evaluate the response and add the retrieved image to a new created layer. This all is working well and stable.

But I just want to get rid of storing the image into a file and read it again to a byte buffer. Already tried Gio.File.new_for_uri() and point the uri to memory, but my current knowledge for this aspect of the Gio library is literally not existent  Big Grin

Maybe there is a more elegant way to implement a in-memory file storage, as the export to PNG format is crucial.

Does someone has an approach in mind and could give me some pointers to study?

Thanks

Print this item

  copy sequence of filters applied in one image to other image
Posted by: estatistics - 07-19-2025, 03:50 PM - Forum: General questions - Replies (3)

I want to copy the sequence of filters applied in one image to other image.

I cant remember either their values or the queue of the filters. I knwo how to use under history, and recently used filters. 

I want the easiest way to apply it. 

Chatgpt suggested to save the image as xcf, copy visible from edit, and then paste as new layer. Dont work. It copy the image as whole not only the filter that i have applied to this image. 

How i can copy a batch of filters applied to an image as edits to another image?

Print this item

  Python Snippets for GIMP 3
Posted by: pixelmixer - 07-19-2025, 01:21 PM - Forum: Scripting questions - Replies (4)

Hi all,

I’m familiar with Script-Fu, but I know nothing about Python scripting. (GIMP 3)
I’m testing a macro system and would really appreciate some small, self-contained Python snippets that can run with a button press, just something minimal to confirm it's working.

Any suggestions or examples would be cool.

Thanks!

Print this item