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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 4,794
» Latest member: Lilidala
» Forum threads: 7,601
» Forum posts: 41,420

Full Statistics

Latest Threads
ora format... it really w...
Forum: General questions
Last Post: mrkid
9 hours ago
» Replies: 3
» Views: 189
.pcd files issue?
Forum: OSX
Last Post: T1-Survivor
10 hours ago
» Replies: 3
» Views: 406
cannot find plu-gins in g...
Forum: General questions
Last Post: rich2005
Yesterday, 05:21 PM
» Replies: 1
» Views: 124
Simplifying a path
Forum: Extending the GIMP
Last Post: Ofnuts
Yesterday, 03:17 PM
» Replies: 40
» Views: 35,408
"Gimp 2.99 & Gimp 3.0" fo...
Forum: Gimp-Forum.net
Last Post: Ofnuts
Yesterday, 03:12 PM
» Replies: 0
» Views: 151
Coincidence or not, that ...
Forum: Watercooler
Last Post: Krikor
Yesterday, 12:57 PM
» Replies: 2
» Views: 1,181
How do you make text circ...
Forum: General questions
Last Post: Krikor
Yesterday, 12:40 PM
» Replies: 13
» Views: 3,817
files missing after insta...
Forum: Older Gimp versions (2.8, 2.6....)
Last Post: denzjos
09-16-2025, 03:58 PM
» Replies: 4
» Views: 533
Is there any version wher...
Forum: Older Gimp versions (2.8, 2.6....)
Last Post: HavingTooMuchFun
09-16-2025, 08:24 AM
» Replies: 2
» Views: 647
How do I uninstall GIMP 3...
Forum: Linux and other Unixen
Last Post: Ofnuts
09-15-2025, 07:02 AM
» Replies: 1
» Views: 459

 
  How do I get 2 default windows back from the program?
Posted by: themagicman - 01-19-2018, 09:41 PM - Forum: General questions - Replies (3)

Hi there,
I just made a terrible mistake and closed out 2 of the windows and left the manipulation windows. How do I get the 2 default windows back? Any help is greatly appreciated. Thanks in advance.

Print this item

  sketching with a Wacom Tablet
Posted by: Espermaschine - 01-19-2018, 11:54 AM - Forum: General questions - Replies (2)

Bougth a Wacom Intuos Small Tablet CTL-480 over a year ago.
Thats when i thought the best way to make posterized Obey-esque art is by drawing simplified shapes manually on top of a processed image.

Found it a very awkward tool and ditched it in frustration.

Tried again yesterday. I dont know, something is not right.....
Installed the latest driver and it has gotten better, but its still not like drawing on paper.

I dont think i have pressure tapering and im very unsure about the right brush dynamic.

Watched a lot of videos and it seems 'Basic Dynamic' is supposed to be the default for drawing in Gimp.
It does give me faded strokes and differing opacity, but it does not really seem ideal for drawing.

Of course i can produce a stroke that is tapered at both ends with the right brush dynamic, but whats the point for drawing ?
Especially when i have to adjust the Fade manually to get the right tapering for any given line ???

I also applied the Smooth Stroke option, which helps a bit but i havent figured out a good setting yet.

Also tried with Inkscape and i just dont find it very useful with the smoothing option of the Pen Tool.

As a last trial i installed Krita, which is very laggy on my computer.
According to the FAQ, the 4GB RAM i have is not optimal...

Any advice ?

Print this item

  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.

Print this item

  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.

Print this item

  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?

Print this item

  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?

Print this item

  how to open a large number of GIMP windows and exporting them to png quickly
Posted by: louis2008 - 01-18-2018, 09:07 PM - Forum: General questions - Replies (1)

for example
I open 10 images at the same time while I have all of them edited
and I want to export them to PNG
but I don't want to click 10 times File>Export>OK etc.....


Any simple way to export them to PNG quickly?

Print this item

  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?

Print this item

  Can I interleave two layer groups?
Posted by: gib65 - 01-18-2018, 05:05 AM - Forum: General questions - Replies (3)

Please have a look at the following image:

[Image: ship shading above apple.png]

I have circled in blue the problem I'm trying to solve. Part of the shading on the ship is over top the apple. So why not move the ship shading layer below that of the apple? The problem is the ship shading is part of a group (called "shading") which includes a layer of the shading on the apple too. If I move the shading group below the layer of the apple, the apple will lose its shading (it will be over top it).

I'm wondering if there's a way to take layers in a group which is above layers in another group and interleave them with layers in the lower group. After all, putting layers in a group serves a completely different function than ordering layers above and below each other. Grouping is all about organizing layers related in some way, not about ordering them according to above/below. Therefore, I would think grouping layers together should HAVE to mean the layers in one group will necessarily ALL be above or below layers in another group.

Is this true? Is there a way to do what I want in Gimp?

Thanks.

Print this item

  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.

Print this item