Welcome, Guest |
You have to register before you can post on our site.
|
Latest Threads |
edit_paste pastes at inco...
Forum: Scripting questions
Last Post: class43
8 hours ago
» Replies: 2
» Views: 116
|
CMYK color mode Gimp 2.10
Forum: Extending the GIMP
Last Post: rich2005
Yesterday, 12:13 PM
» Replies: 20
» Views: 82,185
|
Open, save buttons on bot...
Forum: Gimp 2.99 & Gimp 3.0
Last Post: GrumpyDeveloper
07-17-2025, 09:52 PM
» Replies: 8
» Views: 2,953
|
Clone size randomly chang...
Forum: General questions
Last Post: oldschool1@runbox.com
07-17-2025, 05:45 PM
» Replies: 2
» Views: 188
|
AI Gimp Plugins
Forum: Watercooler
Last Post: Zbyma72age
07-17-2025, 03:31 PM
» Replies: 20
» Views: 53,548
|
Gimp closes automatically
Forum: General questions
Last Post: sallyanne
07-17-2025, 05:50 AM
» Replies: 2
» Views: 217
|
AIGoR - Artificial Image ...
Forum: Other graphics software
Last Post: vitforlinux
07-16-2025, 11:10 AM
» Replies: 12
» Views: 3,840
|
Is This Possible ? Print ...
Forum: General questions
Last Post: sallyanne
07-16-2025, 07:47 AM
» Replies: 4
» Views: 208
|
Gimp Crash
Forum: Gimp 2.99 & Gimp 3.0
Last Post: rich2005
07-16-2025, 07:16 AM
» Replies: 1
» Views: 153
|
producing an image
Forum: Gallery
Last Post: MJ Barmish
07-15-2025, 06:37 PM
» Replies: 0
» Views: 114
|
|
|
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
|
|
|
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)
|
|
|
|