| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 4,929
» Latest member: aKe6/Bg
» Forum threads: 7,969
» Forum posts: 43,356
Full Statistics
|
| Latest Threads |
How to use script-fu for ...
Forum: Scripting questions
Last Post: MrsP-from-C
51 minutes ago
» Replies: 1
» Views: 45
|
Seeking Gimp 3 version of...
Forum: General questions
Last Post: Scallact
3 hours ago
» Replies: 3
» Views: 1,538
|
DOSBox release 4 December...
Forum: Other graphics software
Last Post: denzjos
Yesterday, 07:48 AM
» Replies: 4
» Views: 4,540
|
Wacom tablet with GIMP 3....
Forum: General questions
Last Post: Grimpo
Yesterday, 12:34 AM
» Replies: 9
» Views: 752
|
Separation-Luminosity-Cou...
Forum: Extending the GIMP
Last Post: denzjos
09-01-2026, 04:32 PM
» Replies: 0
» Views: 123
|
Gimp 3.0 to 3.2 AppImage ...
Forum: Linux and other Unixen
Last Post: CmykStudent_
08-31-2026, 11:37 AM
» Replies: 2
» Views: 173
|
bunnywaffle plugins
Forum: Extending the GIMP
Last Post: denzjos
08-30-2026, 09:20 AM
» Replies: 4
» Views: 382
|
adding color after using ...
Forum: General questions
Last Post: CmykStudent_
08-29-2026, 06:14 PM
» Replies: 16
» Views: 1,033
|
Should I reinstall
Forum: General questions
Last Post: Grimpo
08-29-2026, 10:26 AM
» Replies: 6
» Views: 417
|
Rotate tool in 2.10 blurr...
Forum: Gimp 2.10
Last Post: CmykStudent_
08-27-2026, 05:28 PM
» Replies: 12
» Views: 29,624
|
|
|
| Smaller font size main menu after some time |
|
Posted by: mmhmjanssen - 04-13-2026, 09:51 AM - Forum: General questions
- No Replies
|
 |
It already happened to me several times that the characters of the main menu, as well as the icons in the control / status bar, suddenly have become very small when I reactivate the program after some time. It happens when I leave VLC Media Player open for a couple of days, switching between hibernation / sleep mode and active mode numerous times during the day.
|
|
|
| apply a certain gradient color-sheme to a image: |
|
Posted by: saint_m - 04-11-2026, 02:01 AM - Forum: General questions
- Replies (8)
|
 |
good day dear experts,
in this thread - i have learned alot: i have seen, that there were awesome color-shemes.
the thread: c.f. https://www.gimp-forum.net/Thread-color-...al-example
i (we all) have learned - that we can use wonderful color shemes - such as: LCH - Lightness, Chroma, and Hue:
Quote:LCH stands for Lightness, Chroma and Hue. It is pretty similar to HSL but is modelled after human vision. Oftentimes, it is referred to as HCL color mode.
HCL or LCH - however you may want to call it, provides a consistent lightness of colors as perceived by human eyes. I prefer this color mode as it enables us to generate gradients with consistent lightness. Here’s an example:
cf. https://www.prasannamestha.com/blog/scie...-gradients
well - i want o apply this on a image: - see here a shematic view:
Code:
colorize this from left to right - with LCH
+---------------------------------------+
| Base-plane |
| .-----o .-----o |
| | \ / | |
| o o--o o |
| / \ / \ / \ |
| o o---o o---o o |
+---------------------------------------+
-.. how to apply the gradient from left to right
the base plane: with a network
what is aimed: i want to colorize this from left to right - with LCH
should i do this with - some kind of layers - where i have the gradient of the LCH stored in!?
look forward to hear from you
regard
Saint M
|
|
|
| Gimp 3.2.2 (and 3.0) text tool problems |
|
Posted by: SteveBros - 04-10-2026, 08:09 PM - Forum: General questions
- Replies (1)
|
 |
I installed Gimp 3.2.2 and the text tool does not work (same problem in 3.0). When selecting a font, instead of selecting the font, it just displays my partial search string. Also, when I click on a text layer, the font size is changed to a seemingly random and large font size. After the text is changed I cannot undo it either! Any ideas? I think 2.10.38 is working okay. macOS Ventura.
|
|
|
| color scala - how to define the colors right : with a real example |
|
Posted by: saint_m - 04-09-2026, 02:44 PM - Forum: General questions
- Replies (5)
|
 |
good day dear friends,
currently working on the preparing of a new graphic.
here i need to define the color scala - how to define the colors right
see the example which is me reference - scale of colors:
how to define the colors - can you gives some reference points (/or colors) here .. in hexa..
i guess that we have the following
yellow #FFFF00 255,255,0
yellow1 #FFFF00 255,255,0
yellow2 #EEEE00 238,238,0
yellow3 CDCD002 05,205,0
yellow4 #8B8B00 139,139,0
DarkOrchid4 #68228B 104,34,139
DarkViolet #9400D3 148,0,211
LavenderBlush FFF0F5 55,240,245
blue 0000FF 0,0,255
blue1 #0000FF 0,0,255
blue2 #0000EE 0,0,238
blue3 #0000CD 0,0,205
orange #FFA500 255,165,0
orange1 #FFA500 255,165,0
orange2 #EE9A00 238,154,0
orange3 #CD8500 205,133,0
hmm - do they fit right -!?
look forward to hear from you
greetings
|
|
|
|