Welcome, Guest |
You have to register before you can post on our site.
|
Latest Threads |
plugins not showing
Forum: Extending the GIMP
Last Post: programmer_ceds
Yesterday, 05:00 PM
» Replies: 2
» Views: 173
|
plugins - dead easy
Forum: Watercooler
Last Post: rich2005
Yesterday, 10:44 AM
» Replies: 0
» Views: 85
|
shift Q cursor clarity
Forum: General questions
Last Post: rich2005
Yesterday, 07:47 AM
» Replies: 2
» Views: 137
|
After using path tool - a...
Forum: General questions
Last Post: Joe
Yesterday, 01:37 AM
» Replies: 9
» Views: 459
|
Gimp 3.0.6 Appimage
Forum: Alternate Gimp packagings
Last Post: CtrlAltDel
Yesterday, 01:21 AM
» Replies: 1
» Views: 145
|
Shapes in GIMP
Forum: General questions
Last Post: sallyanne
10-12-2025, 10:53 PM
» Replies: 5
» Views: 280
|
windows 10 : goodbye...
Forum: Watercooler
Last Post: denzjos
10-12-2025, 02:20 PM
» Replies: 1
» Views: 425
|
is GIMP have the "mesh tr...
Forum: General questions
Last Post: sallyanne
10-11-2025, 09:42 AM
» Replies: 2
» Views: 198
|
Character eyebrow replace...
Forum: General questions
Last Post: Dunham
10-09-2025, 01:45 PM
» Replies: 5
» Views: 377
|
reverse engineering effec...
Forum: General questions
Last Post: sallyanne
10-09-2025, 08:00 AM
» Replies: 2
» Views: 261
|
|
|
How use a png with a transparent background as a mask |
Posted by: daveq - 02-05-2021, 06:31 PM - Forum: General questions
- Replies (7)
|
 |
I am trying to add an arrow pointer onto a picture (and plan to do a lot). I have added a png of the arrow, which I know has a transparent background, to a second layer. I have tried to set it up as a mask, but dont understand the finer details - it just stays as a complete rectangle. NB: Have successfully re-sized it & am trying to rotate it. I am new to GIMP, but IT competent.
|
|
|
Outline Disappears ... |
Posted by: scatterbrainz - 02-05-2021, 10:22 AM - Forum: General questions
- Replies (1)
|
 |
Greetings Folks,
I just re-installed GIMP 2.10.22 (rev 3.0) on brand new Mac M1 Mini. I've noticed that when I use the rectangle or ellipse tool, - I draw the shape. Then I attempt to use the "bucket fill" to colour the shape in, but the outline of the shape that was once visible is now INVISIBLE. So you can actually see where the shape is on the canvas, and your guessing as to where it went.
I'm not sure if this is a setting somewhere, or a bug ? or ?
Anyone have any ideas ? - I'd greatly prefer not going back to illustrator.
Best Wishes,
-scatterbrainz
|
|
|
Scripts do not appear in menu |
Posted by: MQ95 - 02-04-2021, 02:09 PM - Forum: General questions
- Replies (9)
|
 |
Hi, i'm using Gimp 2.10 on ubuntu-based linux.
I'm trying to follow this guide on how to get started with GIMP scripting, but when I save the .py file in the scripts folder or the plug-ins folders nothing happens.
When I restart GIMP I don't see the option to run that script in the menu.
I've also tried downloading other scripts from the internet, put them in the scripts folder and plug-ins folder, and same thing, they don't appear in the menu.
Am I doing something wrong?
This is the script's code, which I copied from the tutorial:
Code:
#!/usr/bin/python
from gimpfu import *
def first_plugin(timg, tdrawable):
print "Hello, world!"
register(
"hello_world",
"Presents a Hello, World! message",
"Presents a Hello, World! message",
"Brad Jones",
"Brad Jones",
"2017",
"<Image>/Image/Hello, World!",
"RGB*, GRAY*",
[],
[],
first_plugin)
main()
It's from 2017, so maybe it's not compatible anymore?
Thanks for the help guys.
|
|
|
Foreground Select tool fails in Draw Mode |
Posted by: Joydeck - 02-04-2021, 06:08 AM - Forum: General questions
- Replies (2)
|
 |
On a layer in my Layer Group, the Foreground Select tool rough-selects, Draws, but on releasing the mouse button nothing remains drawn on the layer. (Foreground Select does work if I select the Layer Group rather than the layer.)
If I drag my Layer Group to a new image, Foreground Select works fine.
Since I had been experimenting with filters on the layer, maybe GIMP 2.10.22 lost its way somewhere. Is this likely a bug or am I missing something?
|
|
|
basic coloring from pencil drawing |
Posted by: voodoo - 02-03-2021, 09:19 PM - Forum: General questions
- Replies (2)
|
 |
is this possible to do in gimp?
after scanning a pencil drawing or taking a photo with a cell phone
1. open the scanned drawing, which would take a layer on its own
2. create another layer, which should be transparent by default; then else it would make no sense to create a layer that by default covers whatever is in the previous visible layers that were placed there for a reason
3. lock the background layer that contains the scanned pencil drawing
4. draw in new layer the color and textures for the drawing
5. delete or hide the background layer
6. end up with a nice colored picture based on a pencil doodle drawn in paper and then scanned
This could have been made in licensed tools, I am asking if this can be done with those steps and without any extra-hassle in Gimp
|
|
|
|