| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 5,193
» Latest member: Henryhuh
» Forum threads: 7,843
» Forum posts: 42,594
Full Statistics
|
| Latest Threads |
Batcher - Batch Image Pro...
Forum: Extending the GIMP
Last Post: rich2005
57 minutes ago
» Replies: 9
» Views: 13,684
|
GIMP Rename Layer (Pro) -...
Forum: Extending the GIMP
Last Post: rich2005
1 hour ago
» Replies: 3
» Views: 120
|
achieving a overdriven al...
Forum: General questions
Last Post: saint_m
Yesterday, 05:10 PM
» Replies: 2
» Views: 208
|
GIMP: The Movie | Officia...
Forum: Gallery
Last Post: JakaBasej01
Yesterday, 01:14 PM
» Replies: 3
» Views: 1,090
|
Severe Security Flaws in ...
Forum: Linux and other Unixen
Last Post: rich2005
03-20-2026, 04:59 PM
» Replies: 6
» Views: 267
|
Parametric Mask plug-in f...
Forum: Extending the GIMP
Last Post: denzjos
03-19-2026, 05:32 PM
» Replies: 1
» Views: 184
|
How do I uninstall GIMP 3...
Forum: Linux and other Unixen
Last Post: rich2005
03-19-2026, 04:29 PM
» Replies: 3
» Views: 2,159
|
How do I color Bevel Text...
Forum: General questions
Last Post: rich2005
03-18-2026, 12:36 PM
» Replies: 8
» Views: 614
|
Gimp 3.x scanner xsane pl...
Forum: Gimp 2.99 & Gimp 3.0
Last Post: rich2005
03-18-2026, 09:52 AM
» Replies: 22
» Views: 19,217
|
Directory & file structur...
Forum: General questions
Last Post: rich2005
03-18-2026, 09:23 AM
» Replies: 1
» Views: 276
|
|
|
| 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.
|
|
|
|