| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 5,193
» Latest member: seawall
» Forum threads: 7,848
» Forum posts: 42,603
Full Statistics
|
| Latest Threads |
slighly turing the colors...
Forum: General questions
Last Post: sallyanne
3 hours ago
» Replies: 1
» Views: 62
|
How do i use Ghostscript ...
Forum: Installation and usage
Last Post: JakaBasej01
Yesterday, 02:40 PM
» Replies: 2
» Views: 172
|
Where do you look for GIM...
Forum: Watercooler
Last Post: sallyanne
Yesterday, 10:29 AM
» Replies: 3
» Views: 175
|
No possibility than regis...
Forum: Extending the GIMP
Last Post: gickelbock
03-22-2026, 11:43 AM
» Replies: 0
» Views: 110
|
Rich, a question about th...
Forum: Alternate Gimp packagings
Last Post: CtrlAltDel
03-21-2026, 10:02 PM
» Replies: 4
» Views: 276
|
ExifToolGUI and ExifTool ...
Forum: Other graphics software
Last Post: denzjos
03-21-2026, 06:53 PM
» Replies: 13
» Views: 15,263
|
No Longer
Forum: General questions
Last Post: sallyanne
03-21-2026, 06:50 AM
» Replies: 0
» Views: 166
|
Severe Security Flaws in ...
Forum: Linux and other Unixen
Last Post: rich2005
03-20-2026, 04:59 PM
» Replies: 6
» Views: 353
|
Parametric Mask plug-in f...
Forum: Extending the GIMP
Last Post: denzjos
03-19-2026, 05:32 PM
» Replies: 1
» Views: 212
|
How do I uninstall GIMP 3...
Forum: Linux and other Unixen
Last Post: rich2005
03-19-2026, 04:29 PM
» Replies: 3
» Views: 2,177
|
|
|
| alpha to selection and text |
|
Posted by: alin33 - 03-03-2018, 08:50 AM - Forum: General questions
- Replies (3)
|
 |
I'm applying alpha to selection to text and fill the text with a gradient.I have noticed that after applying alpha to select the text loses his text attributes -usually I'm doing text to path cause I need the text layer to be regular layer-but after alpha to selection I don't have the text layer to path option-I need the final result -regular layer-Does the alpha to selection made it regular layer and not text permanently?
|
|
|
| Export non square or rectangle image |
|
Posted by: Ace71425 - 03-03-2018, 05:13 AM - Forum: General questions
- Replies (1)
|
 |
So im looking to export an image that is a triangle...easy enough to do with a transparent background and it looks like you have a triangle...but im my case I need the dimensions of the picture to fit the triangle perfectly not be a triangle within a square or rectangular transparent dimension...it's kind of like I'm looking for an option of setting the image to be width, height, and diagonal or something like that. Thanks!
|
|
|
| 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!
|
|
|
| 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.
|
|
|
| "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
|
|
|
| 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
|
|
|
|