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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 4,866
» Latest member: restrepo@duck.com
» Forum threads: 7,656
» Forum posts: 41,662

Full Statistics

Latest Threads
Opening a RAW Image in Gi...
Forum: General questions
Last Post: Dunham
5 hours ago
» Replies: 0
» Views: 47
Text on a Path....
Forum: General questions
Last Post: Billy G.
7 hours ago
» Replies: 2
» Views: 126
Anyone working on video g...
Forum: Watercooler
Last Post: rasterraymond
8 hours ago
» Replies: 2
» Views: 114
Copy and paste in pdf (em...
Forum: General questions
Last Post: brucemc777
10 hours ago
» Replies: 0
» Views: 66
Gimp 3.0.6 Appimage
Forum: Alternate Gimp packagings
Last Post: 5354photos
Yesterday, 01:59 PM
» Replies: 2
» Views: 215
plugins not showing
Forum: Extending the GIMP
Last Post: MrsP-from-C
Yesterday, 08:04 AM
» Replies: 4
» Views: 344
plugins - dead easy
Forum: Watercooler
Last Post: rich2005
10-13-2025, 10:44 AM
» Replies: 0
» Views: 147
shift Q cursor clarity
Forum: General questions
Last Post: rich2005
10-13-2025, 07:47 AM
» Replies: 2
» Views: 192
After using path tool - a...
Forum: General questions
Last Post: Joe
10-13-2025, 01:37 AM
» Replies: 9
» Views: 520
Shapes in GIMP
Forum: General questions
Last Post: sallyanne
10-12-2025, 10:53 PM
» Replies: 5
» Views: 356

 
  Missing "Edit with Gimp"
Posted by: Davefaz - 03-02-2018, 08:25 AM - Forum: Installation and usage - Replies (6)

I installed Gimp on a new Win10 PC yesterday, but there is an issue. There is no entry in the Context Menu "Edit with GIMP". I uninstalled the software, installed it again, checked the associations, and not a single typr of graphics file comes up with "Edit with GIMP".
Anyone any clue what's going wrong? Unfortunately if I can't fix this I will have to abandon GIMP. BOO!

Print this item

  Script - Fu Plugin for Mac
Posted by: DesignsByJJ - 03-02-2018, 12:00 AM - Forum: Extending the GIMP - Replies (1)

Im not finding any answer on the web  any where  or how to download it on mac?

i just want some help with the simple Script-Fu download for mac


please help

Thank you

Print this item

  Scottish gritters have funny names
Posted by: Ofnuts - 03-01-2018, 10:38 PM - Forum: Watercooler - No Replies

See http://scotgov.maps.arcgis.com/apps/weba...c0bd0b1aab

"Luke Snowwalker", "Plougher o'Scotland". Abuse of local liquids?

Print this item

Photo Obama Hope Poster Style but Double Exposed Original
Posted by: trandoductin - 02-28-2018, 09:53 PM - Forum: Gallery - Replies (5)

[Image: obama-poster-double-exp-contrasty-png?id=9411]
Double exposed original on top at 50% opacity on top of Obama Poster Style base, then high contrast it.
I enjoyed the result thought i'd share.

Here was the base that i did after have a good chat with EsperMaschine, quite happy with this as I traced out thresholds.
[Image: me-selfie-png?id=9408]

Print this item

  Learning Gimp??
Posted by: aamcle - 02-28-2018, 09:08 PM - Forum: General questions - Replies (3)

I've used Gimp in a fairly halfhearted way (1) for some years but I'd now like to get to grips with it and I'd prefer a one source option, a book or course something that's joined up rather than fragmented tutorials.

I'll be using 2.8 on OpenSuse linux.


Please can you recommend something?



Many Thanks.              aamcle

(1) resize, clone, various simple adjustments , I'm fuzzy on paths and layers and channels etc.

Print this item

  "source contains no colors" despite following the instructions to import palette
Posted by: gnuimpcub - 02-28-2018, 07:48 PM - Forum: General questions - Replies (14)

My system: Gimp 2.8.18 on Debian GNU/Linux 9 (stretch) 64-bit Gnome 3.22.2

Hi,

I try to import a color palette from a picture with RGB mode, following the instructions of rich2005 found in https://www.gimp-forum.net/Thread-How-to...83#pid6383

Quote:To get a palette from the original RGB image is different.
1. In the palettes dialogue, right click to import https://i.imgur.com/iF437h3.jpg
2. You get the 'Import' dialogue where you can select the image, and the number of colours https://i.imgur.com/qLPGDYU.jpg
3. Then again, hunt for that palette (Lenna-imported-5), right click, rename to something sensible, note the 500 colours in this one. https://i.imgur.com/QBZPIJX.jpg

Try as I might, I always get the message "source contains no colors", and the resulting imported color palette contains only very few colors, e.g., only two.

However, when I first convert the mode of the image to indexed I can import the full color palette containing all colors.

Did I get something wrong with "To get a palette from the original RGB image..."?

Is it impossible to import a color palette from an RGB image?

Thanks,

gnuimpcub

P.S. Since I work with layers, I have to work with RGB mode.

Just tried it with Gimp 2.8.16 on Microsoft Windows 10 Home Edition OEM, Version 1511 (Build 10586.164). Same result as with Linux Debian  Sad

Print this item

  Use cut and (new) edge fades to white
Posted by: sbhairava72 - 02-28-2018, 07:01 PM - Forum: General questions - Replies (9)

Say, for example, I have a layer that is solid red (255,0,0) on the left side and solid blue (0,0,255) on the right.  Then I cut out and keep a rectangle or polygon from the middle.  If I zoom in I see that the edge of the polygon fades to white.  The left fades from red to white, and the right from blue to white.

The original pixels, at what now is the edge, were full red (or blue).

Is there a way to cut that leaves the pixels at the edge at their original color (hue/sat/lum)?

This is what I did:
  pdb.gimp_image_select_polygon(image01, CHANNEL_OP_ADD, len(polygonPoints), polygonPoints)
  pdb.gimp_selection_invert(image01)
  pdb.gimp_edit_cut(layerobj)
  pdb.gimp_selection_invert(image01)

I think that what is happening is that for the cut the pixels at the edge might be considered as, for example, 80% inside the polygon and 20% outside - so they are given acolor that is 80% red.

I there way to select a threshold so that the pixels that are >= 50% red would be solid (255,0,0) red, otherwize they would be cut from the polygon?

Thanks,
Saurabh

Print this item

  Ink tool: can I make it get thinner instead of thicker?
Posted by: tolworthy - 02-28-2018, 03:44 PM - Forum: General questions - Replies (4)

I love the ink tool (the calligraphy pen): a slow movement is a thick like, and a fast movement is thin, just like using a quill pen. But for drawing I need the opposite: when quickly drawing a person's arm I need a thick line, but when I slow down to draw the fingers I need it thinner. Is there some way to do that?

(Using Gimp 2.8.16 on Linux Mint)

Print this item

  Windows: Gimp loading fonts on each startup: possible workaround
Posted by: Ofnuts - 02-28-2018, 03:15 PM - Forum: Windows - Replies (20)

Gimp displays "Looking for data files / fonts (this may take a while)" on each startup

This is not the normal behavior. See https://bugzilla.gnome.org/show_bug.cgi?id=793918

Gimp should rebuild the font cache only when the fonts are added to/removed from the system.

A possible workaround:

  • Navigate to C:\users\{your id}\AppData\local\fontconfig\cache
  • There should be four files:
    • CACHEDIR.TAG
    • someverylongname (usually 1MB or more)
    • someverylongname.NEW (usually 1MB or more, slightly bigger that the one above if you added fonts)
    • someotherverylongname (small: 1K)
  • rename someverylongname to someverylongname.OLD
  • rename someverylongname.NEW to someverylongname
  • restart Gimp which should no longer rebuild the font cache

If this works for you please confirm below.

Print this item

  Overlaying? (noob question)
Posted by: Quod Deum Immortalem - 02-28-2018, 10:19 AM - Forum: General questions - Replies (4)

I do not know the proper term for this, but I'm trying to do something in Gimp that I cannot figure out how to.

I have tried the normal overlay, but when you do that it uses the color under your new layer to find out what your color should be. This makes it so that if I had a red color and overlay it with blue, it turns purple.

What I want to do is to overlay a color that only overlays the nuance differences. So it would still be blue, but it would follow the nuance differences that the red had in the underlaying picture. How do I do this?

Print this item