Welcome, Guest |
You have to register before you can post on our site.
|
Latest Threads |
No keyboard shortcuts—all...
Forum: Gimp 2.99 & Gimp 3.0
Last Post: rich2005
2 hours ago
» Replies: 1
» Views: 70
|
Forced to operate Gimp 3....
Forum: Gimp 2.99 & Gimp 3.0
Last Post: Ofnuts
11 hours ago
» Replies: 2
» Views: 221
|
ofn3-layer-tiles
Forum: Extending the GIMP
Last Post: Ofnuts
Yesterday, 09:33 PM
» Replies: 8
» Views: 1,111
|
ofn-flatten-cylinder
Forum: Extending the GIMP
Last Post: Ofnuts
Yesterday, 09:09 PM
» Replies: 13
» Views: 5,279
|
New Install, Black Screen...
Forum: OSX
Last Post: Indeterminate
Yesterday, 07:14 PM
» Replies: 2
» Views: 131
|
How to change default Win...
Forum: General questions
Last Post: oatmeal769
Yesterday, 05:35 PM
» Replies: 2
» Views: 116
|
Gimp doesn't recognize mo...
Forum: Gimp 2.99 & Gimp 3.0
Last Post: rich2005
Yesterday, 03:27 PM
» Replies: 2
» Views: 98
|
Black brush shows milky e...
Forum: General questions
Last Post: rich2005
Yesterday, 03:13 PM
» Replies: 1
» Views: 73
|
Change of operation of th...
Forum: Gimp 2.99 & Gimp 3.0
Last Post: brianleach
Yesterday, 02:15 PM
» Replies: 4
» Views: 98
|
Créer des bords noirs sur...
Forum: General questions
Last Post: Ethan Burke
Yesterday, 09:26 AM
» Replies: 2
» Views: 196
|
|
|
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.
|
|
|
|