Welcome, Guest |
You have to register before you can post on our site.
|
Latest Threads |
Simplifying a path
Forum: Extending the GIMP
Last Post: Infinimitsu
2 hours ago
» Replies: 39
» Views: 34,934
|
Is there any version wher...
Forum: Older Gimp versions (2.8, 2.6....)
Last Post: HavingTooMuchFun
7 hours ago
» Replies: 2
» Views: 435
|
files missing after insta...
Forum: Older Gimp versions (2.8, 2.6....)
Last Post: rich2005
7 hours ago
» Replies: 3
» Views: 259
|
.pcd files issue?
Forum: OSX
Last Post: rich2005
7 hours ago
» Replies: 1
» Views: 106
|
How do I uninstall GIMP 3...
Forum: Linux and other Unixen
Last Post: Ofnuts
Yesterday, 07:02 AM
» Replies: 1
» Views: 290
|
AI Gimp Plugins
Forum: Watercooler
Last Post: merlilderman
09-14-2025, 04:16 PM
» Replies: 21
» Views: 68,764
|
How to make a watermark o...
Forum: General questions
Last Post: kyolim
09-13-2025, 10:05 PM
» Replies: 5
» Views: 14,390
|
Linux command that does e...
Forum: Other graphics software
Last Post: rich2005
09-13-2025, 06:06 PM
» Replies: 1
» Views: 658
|
reliable Gimp 2.10.38 dow...
Forum: Older Gimp versions (2.8, 2.6....)
Last Post: denzjos
09-13-2025, 05:20 PM
» Replies: 2
» Views: 557
|
Batch Color Saturation
Forum: Extending the GIMP
Last Post: rich2005
09-13-2025, 07:53 AM
» Replies: 15
» Views: 12,252
|
|
|
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.
|
|
|
Blur/Sharp tool |
Posted by: AWysy - 07-10-2025, 04:59 PM - Forum: General questions
- Replies (5)
|
 |
Hi,
Just started to use GIMP. I am making my first experiences.
I have one question concerning Blur/Sharpen tool. After blurring and switching to sharpening the blurred part does not "return" to the original by applying the sharpen too. However after the sharpening, blurring functions. Is this normal, or some of the settings need to be changed.?
Thank you
|
|
|
|