| Welcome, Guest |
You have to register before you can post on our site.
|
| Latest Threads |
GIMP 3.04 opens with wind...
Forum: Windows
Last Post: subbareddy
49 minutes ago
» Replies: 7
» Views: 3,619
|
Isolate, select and copy/...
Forum: General questions
Last Post: rich2005
Yesterday, 04:39 PM
» Replies: 7
» Views: 349
|
"Plug-in crashed" on GIMP...
Forum: General questions
Last Post: skullamrotis
Yesterday, 03:32 PM
» Replies: 4
» Views: 366
|
AIMAGoR - Artificial IMAg...
Forum: Other graphics software
Last Post: vitforlinux
Yesterday, 12:09 PM
» Replies: 23
» Views: 9,767
|
RapidRAW
Forum: Other graphics software
Last Post: denzjos
11-03-2025, 12:51 PM
» Replies: 2
» Views: 195
|
Tutoriel installer Drea...
Forum: Tutorials and tips
Last Post: meric57
11-03-2025, 07:45 AM
» Replies: 0
» Views: 71
|
Nouveau Arrivant sur le f...
Forum: Watercooler
Last Post: meric57
11-03-2025, 06:45 AM
» Replies: 0
» Views: 73
|
Accessing GIMP’s internal...
Forum: General questions
Last Post: rich2005
11-02-2025, 12:35 PM
» Replies: 1
» Views: 172
|
Can't find path plug-in
Forum: General questions
Last Post: programmer_ceds
11-01-2025, 04:47 PM
» Replies: 7
» Views: 470
|
Gimp shows blank black sc...
Forum: Windows
Last Post: rich2005
11-01-2025, 09:01 AM
» Replies: 1
» Views: 174
|
|
|
| Is there a way to speed this up? Tile matching |
|
Posted by: trandoductin - 01-18-2018, 11:22 PM - Forum: General questions
- Replies (2)
|
 |
description of what i am trying to do
So I have a script right now it's doing this
loop through source image for each tile, copy and paste as pattern (difference mode) over top of tile image.
loop through each tile of a visible copy and look at r,g,b using
make selection of the tile.
Code:
r, _, _, _, _, _ = pdb.gimp_histogram(comp_layer,HISTOGRAM_RED,0,255)
g, _, _, _, _, _ = pdb.gimp_histogram(comp_layer,HISTOGRAM_GREEN,0,255)
b, _, _, _, _, _ = pdb.gimp_histogram(comp_layer,HISTOGRAM_BLUE,0,255)
look at r+g+b value and pick the tile with lowest sum consider that the best match....
and then compose an image using those best match tiles...
what's taking along time right now is this process of selecting the tile and using gimp_histogram...
Is there anyway i could possibly speed this up?
I can't think of one.
|
|
|
| Brush dynamcs in 2.10 ? |
|
Posted by: grit - 01-18-2018, 09:10 PM - Forum: Gimp 2.10
- Replies (21)
|
 |
Will brush dynamcs be activated in next release 2.10 ?
Will 2.10 have aditional features for brushes?
Will it have vector layer system?
|
|
|
| any plugin that helps remove EXIF data |
|
Posted by: louis2008 - 01-18-2018, 09:10 PM - Forum: Extending the GIMP
- Replies (5)
|
 |
Yes I know there are other standalone freeware that will remove EXIF data quickly
but I will work intensively with GIMP so I want to save up the effort of starting
another application.
Are there any GIMP plugins that will remove EXIF data completely?
|
|
|
| intelligently removing logo?? |
|
Posted by: louis2008 - 01-18-2018, 09:02 PM - Forum: General questions
- Replies (1)
|
 |
I have a large number of photos that are with logo mostly located at the lower right bottom
corner.
I want to remove all the logo (that I am authorized to do so) intelligently and quickly
What I mean intelligently is - removing the logo while preserving the surrounding color or pattern as good as possible.
Quickly - removing in a bulk way because there are too many photos to work with, I can't afford to do it one by one
I can understand and accept that it may not apply to all photos because a few photos may be out of the "pattern"
Is it possible or simply not possible?
|
|
|
| Gimp Python script to do same thing as Free Select Tool |
|
Posted by: sbhairava72 - 01-17-2018, 07:43 PM - Forum: General questions
- Replies (1)
|
 |
I can use the 'Free Select Tool' to draw polygons.How do I use Gimp Python-fu to do the same thing?
Should I use this?: pdb.gimp_edit_stroke_vectors(drawable, vectors)
If so, I don't know what to do for the vectors parameter. I tried treating it like an array of coordinates, or an array of arrays of coordinates but that does not work. So far I have learned to create an image, open an image in a layer, copy a layer and more. I am not making good progress on polygons.
|
|
|
| copyright |
|
Posted by: Espermaschine - 01-17-2018, 12:04 PM - Forum: Watercooler
- Replies (2)
|
 |
So in light of recent events, i was wondering about copyright and unwanted sharing of images.
Im not gonna slap a watermark on all my images i post on the web or should i ?
There is the advanced option to automatically add a comment in Gimp, but of course that requires people to look there and its a kind of hidden feature.
Also unsure i want to add an email adress to all my images in said comment section.
What about those licenses you see in scripts and stuff ? Does it make any sense ?
|
|
|
| Filter > Blur > Average |
|
Posted by: dinosaur - 01-16-2018, 02:23 PM - Forum: Gimp 2.10
- Replies (3)
|
 |
Does anyone know if Filter > Blur > Average or a filter with equivalent functionality is available in 2.9.8? I had hoped to use it in correcting a pronounced color cast.
Thanks much.
|
|
|
|