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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 4,612
» Latest member: Seriestmy
» Forum threads: 7,476
» Forum posts: 40,832

Full Statistics

Latest Threads
Warped text
Forum: General questions
Last Post: Tas_mania
55 minutes ago
» Replies: 2
» Views: 128
GEGL Plugins for GIMP 3.0...
Forum: Extending the GIMP
Last Post: BeaverGEGLFreak
1 hour ago
» Replies: 1
» Views: 191
Blur/Sharp tool
Forum: General questions
Last Post: AWysy
4 hours ago
» Replies: 5
» Views: 275
Crop Layer To Selection
Forum: Gimp 2.99 & Gimp 3.0
Last Post: CmykStudent
10 hours ago
» Replies: 4
» Views: 693
3.0.4 Crashes when drag a...
Forum: Gimp 2.99 & Gimp 3.0
Last Post: programmer_ceds
Yesterday, 04:21 PM
» Replies: 8
» Views: 295
technology against mosqui...
Forum: Watercooler
Last Post: denzjos
07-10-2025, 05:38 PM
» Replies: 2
» Views: 211
script does not appears i...
Forum: Extending the GIMP
Last Post: Zydelum
07-10-2025, 05:05 PM
» Replies: 2
» Views: 205
script not available
Forum: Extending the GIMP
Last Post: Zydelum
07-10-2025, 04:33 PM
» Replies: 0
» Views: 108
Open, save buttons on bot...
Forum: Gimp 2.99 & Gimp 3.0
Last Post: gilmoreja
07-10-2025, 04:01 PM
» Replies: 7
» Views: 2,742
GIMP - 3.0.4 - perspectiv...
Forum: Gimp 2.99 & Gimp 3.0
Last Post: rich2005
07-09-2025, 12:11 PM
» Replies: 1
» Views: 191

 
  gimp3 plugin to lighten or darken areas
Posted by: denzjos - 05-24-2025, 11:58 AM - Forum: Extending the GIMP - No Replies

A gimp 3 plugin to lighten or darken certain parts of photos

https://www.chuckhenrich.com/gimp-dodge-...-flexible/

A quick try (on the right the original) :

   

Print this item

  Very beginner question - image resize
Posted by: nmw01223 - 05-24-2025, 08:49 AM - Forum: General questions - Replies (1)

I've just started using GIMP (2.10.14) after using an old copy of Photoshop for years (decades). So, my general knowledge of image editing is OK, but my knowledge of GIMP - zero.

So, very dumb question, want to scale the pixels/inch of an image. I've got a scanned image (B/W, TIF) that is very long and thin - one of those old school pictures taken with a panning camera. It was scanned and stitched together at 1600ppi, which is really way too big for my needs. So, want to down convert it to 600ppi. Should be simple ... .

So, started GIMP, dragged the image in, and it loads OK. Go to scale image and it shows the image as roughly 58000x8000 pixels at 1600ppi X and Y. X and Y are linked, so change X to 600ppi, and, yes, Y changes to 600ppi. , Click scale, so far so good.

Export as TIF, writes OK. But, load it up again, and it still says 58000x8000, 1600ppi. Same size file, too.

So, tried again, but this time just saved it as its native format, and reloaded it. This time it said 600ppi - good, but still listed the overall resolution as 58000x8000 - which it clearly wasn't or there would have been a lot of blank space.

Confused, should be very simple, what am I doing wrong?

Print this item

  GIMP problems (on Linux Mint)
Posted by: FranzBias - 05-24-2025, 12:29 AM - Forum: Gimp 2.99 & Gimp 3.0 - Replies (8)

Hello everyone,
I'm new to the forum. 

I'm having some problems with GIMP 3.0.4 (Flatpak) installed today on my PC with Linux Mint 22.1 Cinnamon.
Until two days ago, I had version 2.10.36-3ubuntu0.24.04. However, since yesterday I have been unable to use it: when creating or opening an image, the various mouse cursors (brush, selection, etc.) remain confined to the left side immediately after the toolbar and there is no way to do anything. After searching in vain, I purged GIMP (sudo apt-get purge --auto-remove gimp) and installed the Flatpak version.

Now, these are the problems I have: 

  1. When I went to Edit>Preferences>Folders>Brushes, I saw that there are 2 folders, but when I try to open them, it tells me that the folder cannot be found. The folders indicated are these:
    /home/franz/.var/app/org.gimp.GIMP/config/GIMP/3.0/brushes
    /app/share/gimp/3.0/brushes
    I went to check and, indeed, under the folder /home/franz/.var/app/org.gimp.GIMP/config/GIMP there was nothing, all the various folders were missing, i.e. there was no /3.0 folder and all the subfolders /brushes /filters /fonts /plug-ins etc.! So all the other various preference folders do NOT actually exist (!?); 
  2. When I try to put a new brush in the brushes folder indicated by the programme (see above), it does not exist when I reopen Gimp. It should be noted that, since the folder did not exist (see point 3 above), I created the /3.0/brushes folder myself, but, as mentioned, even if I put new brushes in it, they are not recognised.
  3. When I right-click on a layer, all the icons are missing from the list that appears. Have they perhaps been removed in the current version?
[Image: 79800e15f5eec91113d85a0e3e268b89d206c2eb.png]

I think that's everything Angel .

Thanks and best regards to all,
Franz

Print this item

  Histogram linear vs. non-linear
Posted by: Merlin - 05-22-2025, 05:14 PM - Forum: Scripting questions - Replies (2)

When working with Gimp's histograms, you always have the choice of whether you want to display the x-axis linearly or non-linearly. 

When working with python the function to get the histogram values has no paramter for the x-axis e.g.
t, mean, std_dev, median, pixels, counter, percentile = layer.histogram(Gimp.HistogramChannel.VALUE, 0.5, 0.6)
returns the values using the non-linear x-axis. 
In contrast the function to change the histogram e.g.
t = layer1.curves_spline(Gimp.HistogramChannel.VALUE, curve)
calculates the spline on the linear x-axis.
I found this out by comparing the values with the manually created values in Gimp.

I need a possibility to gett the correction by spline on the non-linear x-axis.

Is there a way to achieve this?

Print this item

  How do I crop by values?
Posted by: Steve_k2400 - 05-21-2025, 11:32 AM - Forum: General questions - Replies (11)

Hi!
I would like to crop an image by entering the values in the crop dialog box.
The values I'm looking for is Position X/Position Y and Size X and Size Y.
These values describing the cropping area and should be enough but:

- when I try to enter values in the corresponding fields, my image is zooming. Regardless if I use the NumPad or the normal numbers. I'm not able to input the numbers.
  What is the way to enter the value fields and be able to put numbers in it? 

- when I was able to somehow enter those numbers I can't see a way to execute the crop. When I click in the image, it will reset these values.
  How do I actually initiate the crop after I entered the values?

All the tutorials in the net show the interactive way to crop but I could not find any that shows how to do it just by numbers.

Thanks for any suggestion.

Print this item

  [Problem]Cant use dynamics
Posted by: VikingChad - 05-20-2025, 09:39 PM - Forum: Windows - Replies (1)

Hi there, ive installed the 3.0.0 version but i cant use the dynamics thing. It works in the previous versions.
Im using a Xp-pen tablet.

Hope u can help me, thanks.

[Image: 00003.png]


I dont know what is "DJP", but is disabled.

[Image: 00002.png]

Here u can see that the tablet is ok:

[Image: 00001.png]

Print this item

  Gimp 3.0.4 AppImage
Posted by: rich2005 - 05-19-2025, 10:18 AM - Forum: Alternate Gimp packagings - Replies (2)

...for ubuntu 22.04 / 24.04 / equivalent Mint.

On my cloud storage gimp_304_deb.AppImage about 97 MB 
https://u.pcloud.link/publink/show?code=...T6WXijSh2V

Comes with installed gimp_gmic_qt 3.5.4 (remember QT5 is required) and resynth-heal plug-ins.

Edit:  An update for gmic plugin 3.5.5
https://u.pcloud.link/publink/show?code=...HGOf2U7NUk
Download unzip and put the gimp_gmic_qt folder in your user plugins folder (it will supersede the old version) 

It has some failings, python is a bit old.  The usual guarantee - there is none

... there is also the gimp.org Gimp 3.0.4 appimage Get it from  https://www.gimp.org/downloads/  - Give them a day or so to update their web page or go to https://download.gimp.org/gimp/v3.0/linux/

Print this item

  G'MIC Inpaint Routines
Posted by: fern99 - 05-18-2025, 11:50 AM - Forum: General questions - Replies (3)

It's said inpainting may be used to repair a damaged photo. G'MIC has 5 different inpaint routines. Between them they have about 2 dozen adjustable parameters. I can't find any basic instruction. Why 5 separate inpaint routines? What are all the parameters for? If anyone could advise a beginner, or point to such advice, it would be appreciated.

Print this item

  Impossible to remove fonts?
Posted by: Maple921 - 05-17-2025, 06:26 PM - Forum: Gimp 2.99 & Gimp 3.0 - Replies (4)

Hi

I've been trying to start GIMP with a custom set of fonts, separate from my system, so I've been using a custom fontconfig path, with fonts.conf being:

Code:
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
  <dir>/home/maple/Apps/GIMP/GIMPFonts/Fonts</dir>
  <cachedir>/home/maple/.cache/fontconfig</cachedir>
</fontconfig>
My goal is to only have fonts from a certain folder show up in GIMP

I have found that I can remove all fonts except Monospace, Sans-serif, and Serif, and their variants, for a total of 12 fonts I cannot remove, plus the two I've been testing with, though the first 12 seem to be bugged.

   

Does anyone know of a way to disable/remove these fonts?

This happens on GIMP 3.0.2 AppImage, Debian 12.10

Print this item

  How to undock image window?
Posted by: madstylesnz - 05-17-2025, 05:57 AM - Forum: General questions - Replies (2)

Hi, newbie to Gimp here. Does anyone know if it's possible to undock the image window while Gimp is in single window mode? 

I'm not a fan of floating windows, I want it to be like Photoshop where it's a single window for the app but having the option to undock the image window as I need to drag it my 2nd monitor for ref when working on an image in the 1st monitor.

As far as I can tell I seem to be only able to undock the image window when not in single window mode.

Print this item