Welcome, Guest |
You have to register before you can post on our site.
|
Latest Threads |
theme font color
Forum: General questions
Last Post: rich2005
Yesterday, 04:40 PM
» Replies: 4
» Views: 256
|
Controlling Hue Chroma ?
Forum: Scripting questions
Last Post: Hugh-Chroma
Yesterday, 12:13 PM
» Replies: 6
» Views: 2,542
|
Image load times in other...
Forum: General questions
Last Post: Tas_mania
Yesterday, 09:45 AM
» Replies: 2
» Views: 233
|
Modifying DivideScannedIm...
Forum: Scripting questions
Last Post: rich2005
Yesterday, 08:27 AM
» Replies: 1
» Views: 170
|
how to measure in gimp?
Forum: General questions
Last Post: sallyanne
Yesterday, 01:35 AM
» Replies: 2
» Views: 241
|
Gimp exported image gets ...
Forum: General questions
Last Post: jefferyrowley@netscape.net
Yesterday, 01:30 AM
» Replies: 10
» Views: 11,039
|
Missing icons in GIMP 2.1...
Forum: Linux and other Unixen
Last Post: Ofnuts
06-13-2025, 08:46 PM
» Replies: 5
» Views: 548
|
Crop Layer To Selection
Forum: Gimp 2.99 & Gimp 3.0
Last Post: programmer_ceds
06-13-2025, 12:08 PM
» Replies: 2
» Views: 272
|
Layout for photographers
Forum: General questions
Last Post: rich2005
06-13-2025, 07:04 AM
» Replies: 1
» Views: 244
|
RawTherapee plugin
Forum: OSX
Last Post: AeFFe
06-12-2025, 04:16 PM
» Replies: 7
» Views: 3,312
|
|
|
Cannot draw arrows or lines |
Posted by: Stephen_A - 01-19-2018, 03:45 AM - Forum: Extending the GIMP
- Replies (3)
|
 |
Apologies for newbie question. Asking about drawling simple arrows, and lines to create arrows. Have installed arrow.scm and 'arrow' appears on 'Tools.' Unable to create arrow.
Tried using pencil tool. I cannot make it create any lines, despite ensuring I'm on the right layers.
Any pointers appreciated.
Thanks.
|
|
|
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.
|
|
|
|