Welcome, Guest |
You have to register before you can post on our site.
|
|
|
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?
|
|
|
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.
|
|
|
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.
|
|
|
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
|
|
|
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.
|
|
|
Introduction with question |
Posted by: Signman2025 - 05-14-2025, 11:07 PM - Forum: General questions
- Replies (10)
|
 |
Hello everyone! I'm new to Gimp! Been using Corel Draw for over 20 years now and am retired from the graphics field. I'll be 70 in July so be gentle with me please! I'd like to get to know how to use Gimp to pass my time and have been watching videos on how to do things. I'm very excited to try my luck with Gimp. I've started by downloading Gimp 3.0.2 and wanted the G'mic and Resynthisizer plugins too. Well That didn't go to well. I'm not sure if these are compatible. Neither plugin works on my Windows 11 PC running a Intel Ultra 9 processor with 32 gig of ram. I've followed the videos from downloading to installing and everything seems to go well but when I try to access the plugins they are not there in filters. Soooo, I'm here to learn as much as I can from all of you. Please don't yell at me for posting this if it is in the wrong place...just point me in the right direction please. Thanks Robbie
|
|
|
How to change default Windows editor to GIMP? |
Posted by: oatmeal769 - 05-13-2025, 03:14 PM - Forum: General questions
- Replies (2)
|
 |
I like to view pix in the standard windows viewer. I only use GIMP to edit.
In Windows 10, you could use a simple registry hack to make Gimp the default editor in right-click/context menus instead of Windows Paint.
This was the Registry location to change the default in Windows 10:
HKEY_CLASSES_ROOT\SystemFileAssociations\image\shell\edit\command
Unfortunately, this key doesn't exist in Windows 11.
Does anyone know how to set Gimp as the default editor in the right-click/context menus instead of whatever Win11 makes us use?
TIA!
(P.S., This is NOT the same as simply making Gimp the default photo handler.)
|
|
|
|