| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 4,924
» Latest member: Volker
» Forum threads: 7,689
» Forum posts: 41,818
Full Statistics
|
| Latest Threads |
Text Editor hardly ever w...
Forum: General questions
Last Post: Snacko
4 hours ago
» Replies: 0
» Views: 53
|
How to make image and mas...
Forum: Installation and usage
Last Post: Ofnuts
6 hours ago
» Replies: 5
» Views: 225
|
How to get G'MIC within G...
Forum: General questions
Last Post: teapot
7 hours ago
» Replies: 0
» Views: 60
|
Colorized Layer Reverts t...
Forum: General questions
Last Post: rich2005
Yesterday, 02:42 PM
» Replies: 3
» Views: 168
|
Multi window mode mode fa...
Forum: General questions
Last Post: teapot
11-07-2025, 01:40 PM
» Replies: 5
» Views: 336
|
Animation with only GIMP ...
Forum: Gallery
Last Post: Scut-51
11-06-2025, 11:49 AM
» Replies: 25
» Views: 22,998
|
GIMP 3.04 opens with wind...
Forum: Windows
Last Post: subbareddy
11-05-2025, 07:47 AM
» Replies: 7
» Views: 3,799
|
Isolate, select and copy/...
Forum: General questions
Last Post: rich2005
11-04-2025, 04:39 PM
» Replies: 7
» Views: 509
|
"Plug-in crashed" on GIMP...
Forum: General questions
Last Post: skullamrotis
11-04-2025, 03:32 PM
» Replies: 4
» Views: 461
|
AIMAGoR - Artificial IMAg...
Forum: Other graphics software
Last Post: vitforlinux
11-04-2025, 12:09 PM
» Replies: 23
» Views: 9,953
|
|
|
Text Editor hardly ever works!! |
|
Posted by: Snacko - 4 hours ago - Forum: General questions
- No Replies
|
 |
I went from 2.10 to 3 this year, and have never had a good experience with the Text tool!! I hate it!!
When using the on-canvas text editor, I select my text and type in a new font at the top, and select it, the font does NOT change!
When selecting a font and size from the left side tool panel, with my text selected, it has no affect!
When using the big Text Editor, my text is microscopic no matter what size I set the font to..
'Use Selected font' may work, but I cannot tell, because I need a microscope to see my text.
When doing any of these actions, I always have my text selected. This has pretty much been the same for me from v2 - v3 for the past years.
I remember years ago when it seemed to kind of work.
Does it work this way for everyone? Is there a fix for this??
Argg... 
|
|
|
| Colorized Layer Reverts to Greyscale if I Add a Layer Above it |
|
Posted by: TMORT - Yesterday, 02:08 AM - Forum: General questions
- Replies (3)
|
 |
I have some satellite imagery of the same area bur from different times. I want to show where development has occurred.
The satellite images are all the the same extent but come from different sources and look a lot different from one another. While the changes in developed areas is visible it gets lost in all the other differences in the images.
I thought it might be best to use edge detect with the magic wand to select the developed areas in another layer and then turn it to just black and white, then change the colors of that area to some other color. I also thought because the satellite images were quite variable in how they looked, some were nice and full color others were more black and white and some it looks like some tiles were color and others more grayscale.
I could do that. I later thought I'd colorize the base grayscale layer to green. It sort of matches what I'm trying to show and gets lost even in the full color images when I go to grayscale.
I find though that when I overlay the layer with just the developed areas with an alpha background that the bottom colorized layer loses it colorization. I read something about turning the alpha lock on so I did that for the base layer and also the top layer and that didn't change anything. It went from colorized back to grayscale.
Does anyone know why it is doing this and how to keep if from doing this.
For that matter, I described what I'm trying to do because I have to think this sort of thing has been done many times by others. Maybe there is another way that is easier or maybe that just works.
I have used GIMP on and off for quite a few years now, but never really for this sort of thing. I'm also using v3.06 for Linux. I think it is a flatpack build as well for what its worth.
|
|
|
| How to make image and mask move together? |
|
Posted by: ESH - 11-07-2025, 12:38 PM - Forum: Installation and usage
- Replies (5)
|
 |
I am a novice to Gimp 3.0.6. I used Photoshop for decades untill Adobe's policies made me leave.
My pc runs Win 11 with an AMD 64 processor.
In Photoshop a layer with a mask shows a locking-icon. "Locked" will lock the relative movements between image and mask - and "unlocked" will allowe them to be moved separately.
This has nothing to do with Gimp's options to protect the content of the layer against editing or movement (as far as can see).
One of my layers in Gimp shows an image icon and its mask icon - and apparently there's no option to lock their relative movement?
Example:
With the Move tool active and the image at eg. 400% trying to move the image and the mask together within the borders of the screen results in two unexpected behaviors:
1. with the mask icon active a selection of the mask becomes visible and moves independently of the image.
2. with the image icon active the image moves relative to the mask.
How can I make them move together - like in PS when the small locking-icon shows "locked"?
|
|
|
| Accessing GIMP’s internal GEGL operations outside of GIMP |
|
Posted by: activey - 11-02-2025, 09:43 AM - Forum: General questions
- Replies (1)
|
 |
Hi everyone,
GIMP defines many custom GEGL operations with the gimp:* prefix (for example, gimp:color-balance, gimp:threshold, etc.).
As far as I can tell, these are registered programmatically inside GIMP during startup - they don’t exist as separate loadable GEGL plugins or .so files.
Is there any supported or practical way to make these gimp:* operations available to an external GEGL-based application, or to initialize the same set of operations in another process?
Specifically:
- Can GIMP’s GEGL operation registration be triggered externally (e.g. by linking or loading GIMP libraries)?
- Has anyone successfully reused these operations outside of GIMP’s runtime environment?
- Or is embedding code inside GIMP itself the only way to access them?
Any insight or code references from the GIMP source tree where these ops are registered would be very helpful.
Thanks!
|
|
|
|