Welcome, Guest |
You have to register before you can post on our site.
|
Latest Threads |
Dodge and burn plug-in fo...
Forum: Extending the GIMP
Last Post: chuckhenrich
9 hours ago
» Replies: 2
» Views: 209
|
Is there any version wher...
Forum: Older Gimp versions (2.8, 2.6....)
Last Post: rich2005
Yesterday, 08:54 AM
» Replies: 5
» Views: 929
|
Batch export all opened i...
Forum: Extending the GIMP
Last Post: rich2005
09-18-2025, 07:58 PM
» Replies: 24
» Views: 14,346
|
cannot find plu-gins in g...
Forum: General questions
Last Post: πk2
09-18-2025, 08:46 AM
» Replies: 3
» Views: 465
|
ora format... it really w...
Forum: General questions
Last Post: mrkid
09-17-2025, 10:57 PM
» Replies: 3
» Views: 411
|
.pcd files issue?
Forum: OSX
Last Post: T1-Survivor
09-17-2025, 09:45 PM
» Replies: 3
» Views: 661
|
Simplifying a path
Forum: Extending the GIMP
Last Post: Ofnuts
09-17-2025, 03:17 PM
» Replies: 40
» Views: 35,818
|
"Gimp 2.99 & Gimp 3.0" fo...
Forum: Gimp-Forum.net
Last Post: Ofnuts
09-17-2025, 03:12 PM
» Replies: 0
» Views: 388
|
Coincidence or not, that ...
Forum: Watercooler
Last Post: Krikor
09-17-2025, 12:57 PM
» Replies: 2
» Views: 1,397
|
How do you make text circ...
Forum: General questions
Last Post: Krikor
09-17-2025, 12:40 PM
» Replies: 13
» Views: 4,104
|
|
|
Looking for brush menu management tips |
Posted by: Ritergeek - 02-27-2019, 09:21 PM - Forum: General questions
- Replies (18)
|
 |
My brushes menu is out of control. I've added several new ones, most of them for special, limited use. To further complicate things, a couple of stray clipboard images appeared at the top of the brushes menu. ??? I found some tags at the bottom of the Brushes menu that seem like they should limit the display, but nothing happens when I click them on and off.
Does anyone have a good strategy for sorting things out and managing this mess short of moving seldom used ones into a detached storage folder?
Is there a plug-in to manage brushes similar to the Photoshop method of swapping collections in and out?
And how do I exorcise those clipboard images?
|
|
|
Averaging images using layers |
Posted by: Bob - 02-27-2019, 09:50 AM - Forum: General questions
- Replies (3)
|
 |
I am working on a project to measure the various components of light in a night scene and need to stack and average multiple images. I am doing this using layers in GIMP 2.10.8 and hope to reduce the opacity of each stacked layer; eg 100%, 50%, 33%, etc. However in a simple test using just two layers (Black, 0.000, at 100% opacity and above that White, 1.000 at 50% opacity) the resulting "visible layer" pixels had a value of 0.737 not the 0.500 I had expected. I am not sure what I am doing wrong but would appreciate any advice on how to stack say 10 photographic images which gives equal weight to the pixel values in each image?
|
|
|
Color Scale for specific colors (like blue and pink, for Synthwave or Retrowave) |
Posted by: ktaherig - 02-26-2019, 09:26 PM - Forum: General questions
- Replies (13)
|
 |
Hello, everybody.
I've been looking on Youtube for tutorials on how to do color scales to make Synthwave image manipulations using GIMP. So far, the only videos I've found have been for doing it in Photoshop, and even then, almost all of them have been in either Spanish or Portuguese (and I speak English). For example:
https://www.youtube.com/watch?v=eePbtDQmylc
It's been a compounded problem for me because there's been nothing available for Synthy/Retroey-type art. I've tried using pretty much everything in under the "Colors" tab in Gimp 2.10 (Balance, Temperature, Saturation, Shadows-Highlights, Levels, Curves, etc). I can't figure out how to make it work.
Can anybody offer any techniques?
|
|
|
Trying to install plug-ins etc in WSL Gimp 2.10 |
Posted by: Zero01 - 02-26-2019, 08:33 AM - Forum: General questions
- Replies (4)
|
 |
I got Gimp 2.10.8 installed and running on my 'Windows Subsystem for Linux' on Windows 10 Pro 64-bit, starts very quickly which is a welcome change to the normal Windows waiting experience, however I can't seem to add any plug-ins, palettes, brushes etc etc to the setup..
I put them in 'home/zero01/.config/GIMP/2.10/plug-ins (../palettes ../brushes)' etc but to no avail - does anybody have any information on this? maybe a command-line (bash) fix?
I managed to get gmic up and running with 'sudo apt-get install gimp-gmic'.
Thanks.
|
|
|
Load multiple plugins from a parent plugin folder |
Posted by: Davide_sd - 02-25-2019, 11:20 PM - Forum: Scripting questions
- Replies (2)
|
 |
Let say I want to have a folder containing my plugin. As I understand, GIMP only looks for plugins file named as the folder. For example, this works ok:
Code:
my-plugin-folder-name
my-plugin-folder-name.py
If I change the plugin file name, the plugin will not be loaded. For example:
Code:
my-plugin-folder-name
something-different.py
In this case the file something-different.py will not be loaded by GIMP, even if it's set to be executable.
Is it possible to force GIMP (from settings) to also look for other file names into plugin subfolders? Ideally, I would like to have multiple files for slightly different plugins into the folder my-plugin-folder-name. Right now with only one file to be loaded, as my plugin get bigger and bigger, it's becoming also messier to keep it "organized"...
|
|
|
|