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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 4,921
» Latest member: Charlotte
» Forum threads: 7,685
» Forum posts: 41,803

Full Statistics

Latest Threads
Multi window mode mode fa...
Forum: General questions
Last Post: teapot
7 hours ago
» Replies: 2
» Views: 169
Animation with only GIMP ...
Forum: Gallery
Last Post: Scut-51
11 hours ago
» Replies: 25
» Views: 22,764
GIMP 3.04 opens with wind...
Forum: Windows
Last Post: subbareddy
Yesterday, 07:47 AM
» Replies: 7
» Views: 3,743
Isolate, select and copy/...
Forum: General questions
Last Post: rich2005
11-04-2025, 04:39 PM
» Replies: 7
» Views: 469
"Plug-in crashed" on GIMP...
Forum: General questions
Last Post: skullamrotis
11-04-2025, 03:32 PM
» Replies: 4
» Views: 428
AIMAGoR - Artificial IMAg...
Forum: Other graphics software
Last Post: vitforlinux
11-04-2025, 12:09 PM
» Replies: 23
» Views: 9,894
RapidRAW
Forum: Other graphics software
Last Post: denzjos
11-03-2025, 12:51 PM
» Replies: 2
» Views: 233
Tutoriel installer Drea...
Forum: Tutorials and tips
Last Post: meric57
11-03-2025, 07:45 AM
» Replies: 0
» Views: 115
Nouveau Arrivant sur le f...
Forum: Watercooler
Last Post: meric57
11-03-2025, 06:45 AM
» Replies: 0
» Views: 115
Accessing GIMP’s internal...
Forum: General questions
Last Post: rich2005
11-02-2025, 12:35 PM
» Replies: 1
» Views: 204

 
  Best way to remove glare
Posted by: Muzician - 12-20-2022, 05:25 AM - Forum: General questions - Replies (9)

I've got a photo of a painting that has an irregularly shaped glare reflection. I've been getting decent results using the Free Select tool and mild stages of brightness/contrast reduction on progressively smaller areas of the image to avoid an obvious border where the filter has been applied but wondering if there's a better, quicker more effective way to do it. 

Thanks!

Print this item

  Texture for Blender
Posted by: meetdilip - 12-20-2022, 03:07 AM - Forum: Other graphics software - No Replies

Hi, I am trying to create my own PBR textures for Blender. The below link says a lot of things about it ( some of them I do not understand )

https://docs.ambientcg.com/books/creating-pbr-materials

In short, a PBR texture inputs colour, roughness, displacement and normal PNGs or JPGs as seen below

[Image: zyKerHW.png]

Wondering whether I can create them using GIMP?

I took a photo on my mobile of a wooden material and applied it as colour, which works. Then I tried roughness and displacement. Roughness using grey scale + Bump map in GIMP and displacement using filter > map > displace.

Both roughness and displacement JPG worked but with little detail added. I guess, my base photo is not very rich in detail (maybe I am wrong because I used a 108MP camera ).

It would be nice to know if such actions can be performed using GIMP.


Looks like GIMP can do it. This is after using Map > Bump and Map > Displace through Filter

[Image: W7PfWmV.png]

Print this item

  At least it was not England v Argentina :)
Posted by: Tas_mania - 12-19-2022, 06:50 AM - Forum: Watercooler - Replies (2)

Commiserations to France for coming so close. Apparently the French were well behaved due to the weather and because they are well behaved.

Print this item

  Recommended workflow to retain maximum quality of an image for printing
Posted by: Muzician - 12-19-2022, 12:06 AM - Forum: General questions - Replies (9)

Starting with a .jpg taken by a cousin with an iPhone of a painting done by a relative. 

Properties of the original .jpg I was sent per Gimp are: 

42" x 56" 
72 ppi
3.7 mb
RGB

It's a pic in sharp focus of the painting in a frame. The plan is to crop out just the painting, straighten it and bring it down to the original size of 23.5" x 29.25" and have it printed with some border around it for framing.

What do you recommend as the optimal workflow to go from the original to a format to have a print made of it and what method of printing do you recommend? Office Depot does prints that size as posters but they use a variety of inkjet printer and I wonder if there's something better that an actual print shop might use. The goal is to retain as much of the sharpness and detail as possible.

What DPI should I use for best results? I gather most places like .pdf as a file to print from? Is there a particular stock you recommend?

Thanks!

Print this item

  Tip of the day
Posted by: ijeniik - 12-18-2022, 05:45 PM - Forum: General questions - Replies (2)

Hello people
it is possible to show Tip of the day after each start of gimp? Huh

Print this item

  The "look" of gradients
Posted by: Ofnuts - 12-18-2022, 10:09 AM - Forum: Tutorials and tips - Replies (4)

Out of curiosity, I made a graph to see the effect of the "blending function" in a gradient, and how it behaves if the midpoint is changed.

   

The "50" gradients have the default midpoint position, and the "75" one have the midpoint dragged to 75% of the range.

To replicate, adapt and run this code in the Python console, and copy/paste the result to a CSV that you feed to your favorite spreadsheet application.

Code:
def valueAt(layer,x,y):
    _,rgb=pdb.gimp_drawable_get_pixel(layer,x,y)
    return sum(rgb[:3])/3.

def dumpLayer(layer):
    y=layer.height/2
    pts=['%.1f' % valueAt(layer,x,y) for x in range(layer.width)]
    print '"%s",%s' % (layer.name, ','.join(pts))

def dumpImage(image):
    for layer in [l for l in image.layers if l.visible]:
        dumpLayer(layer)
        

image=gimp.image_list()[0]
dumpImage(image)

Source XCF also attached.

Edit: some code updates (works with alpha channel, and dumps only visible layers)



Attached Files
.xcf   Gradients.xcf (Size: 384.53 KB / Downloads: 545)
Print this item

  Drawing lines
Posted by: pinnerite - 12-16-2022, 10:22 AM - Forum: General questions - Replies (1)

I seem to have lost  drawing toolbar.
How can I recover it?

Print this item

  Unhidden docks take up whole screen
Posted by: pinnerite - 12-16-2022, 10:20 AM - Forum: General questions - Replies (2)

This is in 2.10.18.
Since this version was installed. Some functions are behaving unexpectedly.
At the moment I am looking at "Pencil" and it occupies the whole screen.
How can I reduce it?

TIA

Print this item

  Tools not working
Posted by: ScottM - 12-16-2022, 04:55 AM - Forum: General questions - Replies (3)

Hello,
For months now various tools and functions have not been working properly or at all in Gimp. The select by colour often makes a selection, but, for example, I can't invert it and delete or change the background, or the selection itself. Once I've made a selection by colour, I have tried the manual command as well as clicking the option in the EDIT tab to fill with forground colour, but nothing happens. There are other tools and functions not working either. I'm stuck. Can anyone help? I have Gimp GIMP 2.10.32 currently. I use a Mac Monteray. 12.6.1

Print this item

  Can the measure tool be set to show inches or mm instead of pixels?
Posted by: Muzician - 12-15-2022, 10:11 PM - Forum: General questions - Replies (2)

I see the measure tool defaults to pixels, I don't find a setting to change that to any other unit of measure. Is there such a setting and if so how do I access it?

Thanks.

Print this item