| Welcome, Guest |
You have to register before you can post on our site.
|
| Latest Threads |
XP-Pen tablet works in Pa...
Forum: General questions
Last Post: rich2005
55 minutes ago
» Replies: 1
» Views: 27
|
Requesting testers for CM...
Forum: General questions
Last Post: CmykStudent_
4 hours ago
» Replies: 12
» Views: 1,893
|
CMYK conversion
Forum: Other graphics software
Last Post: denzjos
Today, 06:38 AM
» Replies: 0
» Views: 60
|
Need help installing Resy...
Forum: Gimp 2.99 & Gimp 3.0
Last Post: Dave Rove
06-18-2026, 08:44 AM
» Replies: 8
» Views: 7,410
|
Color management and soft...
Forum: Gimp 2.99 & Gimp 3.0
Last Post: Malsasa
06-17-2026, 03:14 PM
» Replies: 5
» Views: 9,842
|
How to restore tool docks...
Forum: General questions
Last Post: rich2005
06-16-2026, 06:40 PM
» Replies: 3
» Views: 672
|
How to change mouse wheel...
Forum: General questions
Last Post: rich2005
06-16-2026, 07:27 AM
» Replies: 9
» Views: 19,101
|
Software-update: Affinity...
Forum: Other graphics software
Last Post: denzjos
06-16-2026, 06:50 AM
» Replies: 0
» Views: 662
|
Converting python plugin-...
Forum: Gimp 2.99 & Gimp 3.0
Last Post: migf1
06-15-2026, 01:01 PM
» Replies: 66
» Views: 57,957
|
A way to disable gimps ov...
Forum: General questions
Last Post: rich2005
06-15-2026, 08:17 AM
» Replies: 6
» Views: 980
|
|
|
| can't use ctrl + alt + scroll wheel to change brush size |
|
Posted by: akirapink - 09-13-2023, 04:20 PM - Forum: Gimp 2.99 & Gimp 3.0
- Replies (10)
|
 |
i recently had to reinstall linux mint, and upon reinstalling GIMP 2.99, i discover that i can't use these keyboard? shortcuts anymore
and i can't assign them either, because the scroll wheel doesn't count as a key
what do i do to get those back?
the shortcuts in question being:
- ctrl + alt + scroll wheel: change brush size
- alt + scroll wheel: change brush opacity
|
|
|
| Drawing line in Script-Fu |
|
Posted by: Strzegol - 09-13-2023, 12:25 AM - Forum: Scripting questions
- Replies (5)
|
 |
Hello. Still another newbie question. Why this script don't work? (GIMP 2.99 but this is so basic stuff that this should don't matter)
EDIT: I checked documentations for hours and also mined examples shipped with GIMP but there are no examples that use gimp-paintbrush-default and oddly I don't found anything in documentation about creation of scripts that draw something on existing images despite this kind of scripts seems to be most common)
EDIT: It should draw line from cornet to pixel at x=100 y=100 using current brush.
Code:
(define (script-fu-linedraw drawable orientation)
(gimp-paintbrush-default drawable 2 #(0 0 100 100))
)
(script-fu-register
"script-fu-linedraw"
"Linedraw"
"Try draw a line in GIMP"
"Strzegol"
"copyright 2023 Strzegol"
"September 12,2023"
""
SF-DRAWABLE "Drawable" 0
)
(script-fu-menu-register "script-fu-linedraw"
"<Image>/Tools")
Second stuff: Why refreshing scripts remove them from menu?
|
|
|
| Rotate Won't Work |
|
Posted by: andyman159 - 09-12-2023, 07:00 PM - Forum: General questions
- Replies (5)
|
 |
I've been using GIMP for years and had a new hard drive installed, so I just had to download GIMP again. Now, when I select anything to rotate it, the outline shows as if it's rotating as I change the angles, but the selection does not rotate with it, only the selection box outline rotates, then once I click OK it processes but nothing selected ever rotates. The selection box does rotate, but nothing that was selected does. I've even opened a new image with a blank canvas, with only a single layer, and drawn on it, selected it, and same thing, it shows it should be rotating but it doesn't. I've 'de-selected all' as well in case somehow it selected something, but still the same issue. Is there something I'm missing here? Thank you!
|
|
|
| Making one picture from several |
|
Posted by: MarGa - 09-12-2023, 02:38 PM - Forum: General questions
- Replies (5)
|
 |
Dear all,
I would like to create one picture from several pictures of the same object that I took from a microscop.
I work on microscopic elements and I can't take juste one picture of the whole blade so I decided to take several pictures of the same blade. In each picture there is at least one element that still the same from a picture to another because I want to make sure I always have a reference point (or landmark).
Do you know if in GIMP there an automatic way to recreate the blade from all this pictures? Or do I have to take them one by one and reassemble them manually?
I ma sorry if I am not clear...Please tell me if you need precisions or if you don't understand my question.
Thank you for your answer!
Have a great day!
|
|
|
| Put one object in front of another |
|
Posted by: sl60 - 09-10-2023, 05:09 AM - Forum: General questions
- Replies (3)
|
 |
Let's say you have a photo of a fence and you want to put a number of photos of people behind it--but you want each person behind the other people. What would be the easiest and simplest way to go about it?
|
|
|
|