Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 4,789
» Latest member: Ttrevor
» Forum threads: 7,600
» Forum posts: 41,414
Full Statistics
|
Latest Threads |
ora format... it really w...
Forum: General questions
Last Post: mrkid
34 minutes ago
» Replies: 0
» Views: 15
|
Simplifying a path
Forum: Extending the GIMP
Last Post: Ofnuts
48 minutes ago
» Replies: 40
» Views: 35,241
|
"Gimp 2.99 & Gimp 3.0" fo...
Forum: Gimp-Forum.net
Last Post: Ofnuts
54 minutes ago
» Replies: 0
» Views: 17
|
.pcd files issue?
Forum: OSX
Last Post: Ofnuts
1 hour ago
» Replies: 2
» Views: 293
|
Coincidence or not, that ...
Forum: Watercooler
Last Post: Krikor
3 hours ago
» Replies: 2
» Views: 1,097
|
How do you make text circ...
Forum: General questions
Last Post: Krikor
3 hours ago
» Replies: 13
» Views: 3,712
|
files missing after insta...
Forum: Older Gimp versions (2.8, 2.6....)
Last Post: denzjos
Yesterday, 03:58 PM
» Replies: 4
» Views: 433
|
Is there any version wher...
Forum: Older Gimp versions (2.8, 2.6....)
Last Post: HavingTooMuchFun
Yesterday, 08:24 AM
» Replies: 2
» Views: 578
|
How do I uninstall GIMP 3...
Forum: Linux and other Unixen
Last Post: Ofnuts
09-15-2025, 07:02 AM
» Replies: 1
» Views: 405
|
AI Gimp Plugins
Forum: Watercooler
Last Post: merlilderman
09-14-2025, 04:16 PM
» Replies: 21
» Views: 69,159
|
|
|
Gimp Crash |
Posted by: KjellA - 07-15-2025, 09:32 PM - Forum: Gimp 2.99 & Gimp 3.0
- Replies (1)
|
 |
I have windows 11. I open Gimp 3.04 and try to open an image then gimp closes, I have uninstalled and removed everything and reinstalled but the same thing happens time and time again
|
|
|
producing an image |
Posted by: MJ Barmish - 07-15-2025, 06:37 PM - Forum: Gallery
- No Replies
|
 |
I am currently preparing a new site, in which I intend to show how I created some of my images.
Let me give you an example (published in January on https://mjbarmish.fr). This image's primary quality is its delicacy and refined character.
However, it requires the use of at least 4 Gimp filters, not including sharpness, exposure, contrast, etc.
1. At the beginning there is a backlit photo of the church of a small village. It is of no interest.
2. I started by giving it some color with Normal map at a fairly high level 201.
3. Then to force the tones a little, I merged the original photo in subtraction mode.
4. Then I added some sharpening, before submitting the result to the recursive despeckle with extreme settings 30 -1 256.
5. At this point the picture becomes interesting; but it clearly lacks a finishing touch.
I then had the idea of sticking it on itself, but turning it over,
6. and merged in HSV saturation mode. As I expected, an aesthetically pleasing addition occurred. After, of course, exposure, sharpness, contrast...
Which just goes to show that you should never throw away a bad photo.
See you soon
|
|
|
GIMP 3.x: Editing a pdf |
Posted by: brucemc777 - 07-15-2025, 02:38 PM - Forum: General questions
- Replies (1)
|
 |
In Gimp 2.x i was able to copy and paste sections of a pdf (imported as an image if that makes any difference) whereas in 3.x i cannot.
I have uninstalled and reinstalled both versions a number of times, finally reinstalling 2.8
Due to my inexperience i suspect "user error" rather than a bug.
Would anyone be so kind as to advise?
Thank you!
-Bruce
|
|
|
Gimp closes automatically |
Posted by: KjellA - 07-15-2025, 01:42 PM - Forum: General questions
- Replies (2)
|
 |
I have installed Gimp 3.04. When I try to save a file, Gimp closes automatically. I have uninstalled and deleted all files related to Gimp and reinstalled Gimp, but the same problem persists, windows 11
|
|
|
Endianess of pixel data in a Python region for gimp 2.10. |
Posted by: teapot - 07-14-2025, 02:49 PM - Forum: Scripting questions
- Replies (5)
|
 |
For gimp 2.10, is my understanding correct?
Given a region's bytes from a layer ‘l’:
r = l.get_pixel_rgn(0, 0, w, h)
rb = r[:, :]
I think rb will hold the bytes of the channel's values in the machine's native endianess because:
- a region maps onto tiles,
- getting the tile's pixels uses a simple memcpy(), and
- a tile's pixels are in the native endianess.
I'm aware tile data in an XCF file is big-endian from
https://testing.developer.gimp.org/core/...ganization
But I'm interested in what's in memory and guaranteed to be seen through slicing a Python region into a string of bytes.
|
|
|
3.0.4 crashes all the time? |
Posted by: mayorpunk - 07-13-2025, 11:13 PM - Forum: Gimp 2.99 & Gimp 3.0
- No Replies
|
 |
Hello! First time posting. Just started using GIMP again and downloaded the latest version, 3.0.4. It keeps crashing on me? All i'm doing is paning, zooming, and erasing, pretty simple stuff. This is the error I get, I have no idea how to interpret this:
GNU Image Manipulation Program version 3.0.4
git-describe: GIMP_3_0_4
Build: org.gimp.GIMP_official rev 0 for windows
# C compiler #
clang version 20.1.5
Target: x86_64-w64-windows-gnu
Thread model: posix
InstalledDir: C:/msys64/clang64/bin
# Libraries #
using babl version 0.1.114 (compiled against version 0.1.114)
using GEGL version 0.4.62 (compiled against version 0.4.62)
using GLib version 2.84.1 (compiled against version 2.84.1)
using GdkPixbuf version 2.42.12 (compiled against version 2.42.12)
using GTK+ version 3.24.49 (compiled against version 3.24.49)
using Pango version 1.56.3 (compiled against version 1.56.3)
using Fontconfig version 2.16.2 (compiled against version 2.16.2)
using Cairo version 1.18.4 (compiled against version 1.18.4)
using gexiv2 version 0.14.3 (compiled against version 0.14.3)
using exiv2 version 0.28.5
> fatal error: unhandled exception
Stack trace:
-------------------
Error occurred on Sunday, July 13, 2025 at 19:05:50.
gimp-3.exe caused an Access Violation at location 00007FF622808C78 in module gimp-3.exe Reading from location 0000000000000008.
|
|
|
cannot find instructions for converting .svg to .ggr |
Posted by: Logansfury - 07-13-2025, 11:04 PM - Forum: General questions
- Replies (4)
|
 |
Hello,
Some time ago, I found an inkscape file of metal graidents. I used boxySVG on linux to separate them into individual .svg files, then, somehow, I got all these .svg files converted in GIMP 2.10 into .ggr files.
I have been all over the net for hours, I cannot find the instructions I followed to convert these .svg files. Can anyone please help?
|
|
|
Edge detect leaves invisible layers |
Posted by: marty39 - 07-13-2025, 09:34 PM - Forum: Gimp 2.99 & Gimp 3.0
- Replies (3)
|
 |
I'm using Gimp 3.04 in macOS. I have a color photo, I desaturate and apply one of the edge-detect filters. The edges come out white on dark, I want black edges on a light background, so I invert colors. I still have white edges on a dark background but they have moved a little. It acts like there is more than one layer and I'm only inverting one of them. So I apply flatten image, and then color invert. Now I get the expected result, dark edges on a light background.
This happens with all the different edge detect filters. It did not happen in Gimp 2.x. Something changed and I want it fixed. Preferably merge those layers, as apparently happened in Gimp 2.x, or at least show the layers in the layers panel.
|
|
|
|