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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 5,172
» Latest member: ImgTinker
» Forum threads: 7,836
» Forum posts: 42,548

Full Statistics

Latest Threads
script-fu help
Forum: Extending the GIMP
Last Post: egrivel
1 hour ago
» Replies: 6
» Views: 400
Help converting a basic f...
Forum: Scripting questions
Last Post: n3306tx
3 hours ago
» Replies: 3
» Views: 197
How to get the full path ...
Forum: Extending the GIMP
Last Post: ImgTinker
8 hours ago
» Replies: 11
» Views: 1,781
How do I erase items from...
Forum: General questions
Last Post: Scallact
Yesterday, 11:29 AM
» Replies: 2
» Views: 183
Plug-in not showing up
Forum: Extending the GIMP
Last Post: rich2005
03-12-2026, 05:47 PM
» Replies: 2
» Views: 166
Pixels after exporting to...
Forum: General questions
Last Post: Scallact
03-11-2026, 12:53 PM
» Replies: 3
» Views: 358
can I do these Photoshop ...
Forum: General questions
Last Post: rich2005
03-11-2026, 09:36 AM
» Replies: 1
» Views: 183
Selecting more than one l...
Forum: General questions
Last Post: teapot
03-11-2026, 01:40 AM
» Replies: 4
» Views: 411
affinity now free
Forum: Other graphics software
Last Post: connag
03-11-2026, 12:30 AM
» Replies: 1
» Views: 642
GIMP: The Movie | Officia...
Forum: Gallery
Last Post: connag
03-11-2026, 12:21 AM
» Replies: 1
» Views: 379

 
  Is layer Composite Space the wrong way round in GIMP?
Posted by: jez9999 - 11-14-2024, 05:02 PM - Forum: General questions - Replies (4)

I've been looking into the GIMP Layers tab's "Composite Space" option, and I'm rather confused by it.  Given a background of white pixels and a foreground of black pixels at 50% opacity, I'd expect the RGB linear colour space to give me sample merged pixels of 128,128,128 because that's about 50% of 255,255,255.  However, with RGB (linear) selected I actually get pixels of 188,188,188 - significantly lighter.

   

When I select RGB (perceptual), though, I actually get the result I'd have expected from the linear model; pixels are darker at 128,128,128 - half way between white and black.

   

Is this a bug with GIMP's options here being the wrong way round, or am I misunderstanding something?

Print this item

  Change Default Text
Posted by: DarrellS - 11-14-2024, 04:28 PM - Forum: General questions - Replies (3)

How do you change the default text in version 2.10.38 (revision 1)?

I would like my text to be bold without having to click the Bold button every time I create text.

I wouldn't need to do this but ever since Gimp updated on it's own to this version, my text has been so thin I can hardly read it. It looks like the same font but it looks different than the text that was created using the earlier version.

Print this item

  non-destructive filter not OK?
Posted by: Dsbbw2020 - 11-14-2024, 09:58 AM - Forum: Gimp 2.99 & Gimp 3.0 - Replies (2)

Hello,

Description of the problem:

I want to use the recipe for "Freaky Details" (https://www.gimp-forum.net/Thread-Look-m...-Gimp-2-10), That is:

 - Make two copies of your original image (three layers total)
 - Color>Invert the top layer
 - Filters>Blur>Selective Gaussian blur the top layer (radius around 5 px, max delta around 0.2)
 - Add a layer group at the top, and move the top two layers in it
 - Set the color-inverted layer to Vivid light mode
 - Set the layer group to Overlay mode

If I do so in Gimp3.0 RC1 everything is OK

Next I change the original image with the function: color -> exposure (+ or - , both tested)
After applying the recipe the result is now unexpected. Sie screen1.jpg.

If I remove the non-destructive filter (exposure) from the top image (the inverted one) everything is OK.
See screen2.jpg.

   

   

Print this item

  Controlling Hue Chroma ?
Posted by: Alpha504 - 11-14-2024, 07:45 AM - Forum: Scripting questions - Replies (6)

Hi,

I would like to modify the hue-chroma of some images.

I tried the following function:


Code:
(gimp-drawable-hue-chroma drawable MODE-REPLACE -60 20 0 100.0)

But it gives me an error:


Code:
Error: eval: unbound variable: gimp-drawable-hue-chroma

If someone knows which command to use and what are the parameters ?

Print this item

  Resize and convert a SVG image using a gimp script ?
Posted by: Alpha504 - 11-12-2024, 04:24 PM - Forum: Scripting questions - Replies (9)

I'm using gimp 2.10 on a Debian 12 system.

My gimp script successfully convert the SVG to PNG, but it doesn't resize it.

Here is my script ~/.config/GIMP/2.10/scripts/convertresize.scm:

Code:
(define (convertresize in_filename out_filename width height)
   (let* (
           (image (car (gimp-file-load RUN-NONINTERACTIVE in_filename "")))
           (drawable (car (gimp-image-get-active-layer image)))
           (gimp-image-scale-full image width height INTERPOLATION-CUBIC)
           (gimp-layer-resize-to-image-size drawable)
       )
       (gimp-file-save RUN-NONINTERACTIVE image drawable out_filename out_filename)
       (gimp-image-delete image)
   )
)

 I launch it with the following command:
Code:
gimp -i -b '(convertresize "./image.svg" "./image.png" 24 24)' -b '(gimp-quit 0)'

So, if someone knows what I'm doing wrong ?

Print this item

  Missing DLL
Posted by: gasMask - 11-12-2024, 02:48 PM - Forum: Gimp 2.99 & Gimp 3.0 - Replies (4)

Windows 10 64 bit, GIMP 3 RC1 

Hi,

I just installed GIMP 3 RC1. The first thing I did was hook up a pattern folder in the Preferences dialog.
   

When I restarted GIMP 3, I get a slew of repeated errors, one for each file I suppose, listed in the console.
   
Is this an issue? Do I need to report it? Is there a fix?

Thanks for your attention.
Charles

Print this item

  Gimp 3.0.0. rc1 AppImage
Posted by: Tas_mania - 11-11-2024, 10:15 PM - Forum: Alternate Gimp packagings - Replies (28)

It's now released and I made a test appimage. This is still work in progress for the developers.
Debian-derived systems could try Gimp 3.rc1 from my github.



   

Print this item

  Is it possible to edit a Photoshop mockup file in Gimp on a Macbook?
Posted by: Lognill - 11-11-2024, 09:09 PM - Forum: General questions - Replies (2)

I'm new to Gimp. Is it possible to edit a Photoshop mockup file in Gimp on a Macbook? In Photoshop, I was able to just double click the "Edit Me" section/thumbnail and a new tab would open where I can place my design, but I can't do the same in Gimp. I want to attach a screenshot to give an example, but I couldn't due to the file being too large. Watching videos to help me reduce the screenshot file was no help either.

Print this item

  Printing problems
Posted by: Thunderace7 - 11-11-2024, 05:43 PM - Forum: Windows - Replies (7)

Hi.
I'm using Gimp 2.10.38 on a Windows 11 PC and I am having trouble printing photos.  I load the photo and edit it but the colour changes I make are not reflected in the printed photo.  I am using a Canon Pixma TS8350 printer and have updated the drivers.
The photo I am trying to print is coming out a little pale and with a slight blue hue.  I used the Curves tool to increase green and red and these changes are shown in the screen image.  When I print the picture the printed image is no different from the original.  I am probably doing something wrong but I can't see what it is.
Thanks.
Chris.

Print this item

  High to sharpen the faces of all persons
Posted by: Stephen Liu - 11-11-2024, 03:28 PM - Forum: General questions - Replies (11)

[attachment=12572][attachment=12572]
Hi all,

Is there any way to sharpen the faces of all persons on the photo attached.  If YES, please advise the detail steps how to do it.

Thanks in advance

Regards



Attached Files Thumbnail(s)
   
Print this item