| Welcome, Guest |
You have to register before you can post on our site.
|
| Latest Threads |
migrating 2.8 bash script...
Forum: Scripting questions
Last Post: vince
1 hour ago
» Replies: 6
» Views: 143
|
script-fu help
Forum: Extending the GIMP
Last Post: rich2005
11 hours ago
» Replies: 4
» Views: 179
|
Digikam: photo management...
Forum: Other graphics software
Last Post: denzjos
Yesterday, 05:50 PM
» Replies: 8
» Views: 10,473
|
Horizons
Forum: General questions
Last Post: denzjos
Yesterday, 10:33 AM
» Replies: 8
» Views: 520
|
RapidRAW
Forum: Other graphics software
Last Post: denzjos
Yesterday, 08:17 AM
» Replies: 4
» Views: 1,227
|
Pixels after exporting to...
Forum: General questions
Last Post: Scallact
Yesterday, 01:09 AM
» Replies: 1
» Views: 144
|
Gimp 3.0 - How to draw st...
Forum: Scripting questions
Last Post: krokots
03-07-2026, 09:50 PM
» Replies: 4
» Views: 388
|
Having trouble going from...
Forum: General questions
Last Post: rich2005
03-07-2026, 10:18 AM
» Replies: 1
» Views: 147
|
Selecting more than one l...
Forum: General questions
Last Post: rich2005
03-07-2026, 09:13 AM
» Replies: 1
» Views: 165
|
Smudge tool not working
Forum: General questions
Last Post: RasterRanger
03-06-2026, 10:33 AM
» Replies: 4
» Views: 500
|
|
|
| High dynamic range |
|
Posted by: fjcaba - 01-24-2022, 01:21 PM - Forum: General questions
- Replies (2)
|
 |
Hello,
My hobby is astrophotography and what I cannot do with Siril in linear image or in PixInsight LE in non-linear image I do it with GIMP.
I would like to ask you a question regarding several closely related processes.
I work with raw format that I convert to TIF. In photographs with a high dynamic range, and assuming there has been no loss of information in lights and shadows, it is necessary to increase light in shadows and reduce light in highlights, and then increase local contrast. In GIMP with the G'MIC plug-in I find several processes that I can use. If I use masks I can use them on certain areas and if I break up the image with wavelets
I will be able to use them only on certain structures (stars or nebula).
In relation to the dynamic range of the image:
1. Colors > Exposure (exposure for me is a combination of aperture, ISO and exposure time, but this process has two sliders for shadow level and 'exposure'). There is a tutorial to bring up the shadows, but what about the highlights?
2. Colors > Shadows/highlights
3. Colors > Brightness/contrast
4. Colors > Auto > Equalize
My doubt with these is because I think that they are several perspectives of the same thing: the modification of the black point, the white point, and the midtones in the histogram; and I have no information on whether they cut out the information or not. Is there any other tool that will help improve the dynamic range of this
type of images?
Regarding the dynamic range, and trying to be clearer, I am looking for a tool that allows me to increase the space of the shadows and the highlights, at the expense of a compression of the midtones, so that I can extract detail from the extremes of hystogram (and this is not only to move three points in the hystogram I suppose)
And to increase the local contrast:
1. Filters > G'MIC > Details > Local contrast enhancement
2. Filters > G'MIC > Details > Tone mapping
Are they the same? From a technical point of view, could someone tell me what each of these processes does?
|
|
|
| python_fu_ofn_circumcircle usage/parameters |
|
Posted by: mark_lester - 01-23-2022, 11:50 AM - Forum: General questions
- Replies (8)
|
 |
I've managed to load an editable set of lines. I now want to draw a precision circle and I'm stuck again
Code:
images = gimp.image_list()
fill_type=1
new_image = images[0]
new_layer = new_image.layers[0]
new_vectors=pdb.gimp_vectors_new(new_image, 'Vectors!')
pdb.python_fu_path_csv_import(new_image,new_vectors,"/home/mark/cardano/original.csv")
pdb.gimp_image_add_vectors(new_image, new_vectors, 0)
// all good so far, I now want to stick a circle on it
// the next two lines dont work. says I have wrong parameter type.
points=[[4330,4086],[5749,2526],[5589.639999999999,4205.5199999999995]]
pdb.python_fu_ofn_circumcircle(new_image,points)
|
|
|
| Cannot reinstall Gimp on different drive (resolved) |
|
Posted by: EffiRain - 01-22-2022, 06:56 PM - Forum: Windows
- Replies (4)
|
 |
Hi, longtime Gimp user, 10+ years, very casually though.
The SSD where Gimp was installed recently died (Christmas). Today, I tried to install Gimp on a different drive and the installation fails. It is trying to install Gimp on the no longer existent drive, and there is no option to install it on the new drive.
Before you tell me to "uninstall the old Gimp" as per the pinned instructions on this forum, Windows uninstaller fails, of course, because the old SSD does not exist. The old SSD is dead.
Therefore, since the Gimp installer lacks such a basic function as drive selection, it appears I will need to spend time in the registry. I am not a computer genius, so yay. Great design choice.
So could someone with a bigger brain than me please explain step by step how to remove the old Gimp from the registry so that the Gimp installer can then install to the correct drive?
Thank you.
|
|
|
| White Foreground... |
|
Posted by: lennyd - 01-22-2022, 03:29 PM - Forum: General questions
- Replies (4)
|
 |
when i run the mouse over the photo that i have showing nothing happens...when i turn to black then it rubs the photo out and shows the patern in behind the photo.
Should the white have any affect on the photo or am i missing something?. hope this is clear.
|
|
|
| arbitrarily stretching a polygon shaped section of an image |
|
Posted by: gimpuserjan2022 - 01-22-2022, 01:08 PM - Forum: General questions
- Replies (3)
|
 |
hi ,
I am using gimp 2.10 on windows 10
I want to do the following
Select a polygon section in an image . I am able to do that using free select tool .
Now I want to select any vertex of polygon and pull it farther . This should distort the image inside that polygon . But when I do that simply the polygon shape changes but there is no effect on underlying image .
I hope that I am able to explain my requirement .
To give another example - suppose image is of human body . I draw a polygon such that right hand is inside it , now when I will stretch or squeeze the polygon then right hand should get deformed .
Can you tell me how to do above ?
Thanks.
|
|
|
| Where is path to CSV in the interface |
|
Posted by: mark_lester - 01-22-2022, 03:14 AM - Forum: Scripting questions
- Replies (4)
|
 |
I am trying to load a set of generated 2 point lines on top of the image they display a hidden geometry to..
I have stuck path-csv-0.1.py in my plug-ins directory and it shows up in the plug in browser.
I cant find where it is in the interface, how to run it.
|
|
|
|