Welcome, Guest
You have to register before you can post on our site.

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 4,578
» Latest member: ДианаJak
» Forum threads: 7,452
» Forum posts: 40,730

Full Statistics

Latest Threads
Missing script-fu "refres...
Forum: Gimp 2.99 & Gimp 3.0
Last Post: Frenchie
16 minutes ago
» Replies: 11
» Views: 330
Macroglossum stellatarum
Forum: Watercooler
Last Post: Tas_mania
10 hours ago
» Replies: 1
» Views: 71
processes in Whitelist
Forum: OSX
Last Post: rich2005
Yesterday, 09:45 AM
» Replies: 5
» Views: 186
Digikam: photo management...
Forum: Other graphics software
Last Post: denzjos
Yesterday, 06:53 AM
» Replies: 7
» Views: 4,592
GIMP 3.04 opens with wind...
Forum: Windows
Last Post: SteveH
07-01-2025, 11:47 PM
» Replies: 0
» Views: 80
AIGoR - Artificial Image ...
Forum: Other graphics software
Last Post: rich2005
07-01-2025, 12:12 PM
» Replies: 10
» Views: 3,124
Can't see GIMP windows
Forum: Gimp 2.99 & Gimp 3.0
Last Post: Tankred
07-01-2025, 11:48 AM
» Replies: 3
» Views: 258
Windows save
Forum: General questions
Last Post: sallyanne
07-01-2025, 06:27 AM
» Replies: 3
» Views: 346
Trying to append part of ...
Forum: General questions
Last Post: Denarius
06-30-2025, 12:26 PM
» Replies: 5
» Views: 361
clone tool
Forum: General questions
Last Post: sallyanne
06-30-2025, 12:38 AM
» Replies: 6
» Views: 416

 
  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?

Print this item

  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?

Print this item

  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?

Print this item

  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.

Print this item

  Avatar not showing up
Posted by: AceMcHammer - 02-26-2019, 06:52 AM - Forum: Gimp-Forum.net - Replies (8)

Wherebe be my 100px X 100px avatar I uploaded manbe? It's not showing up

Thanks in advance

Print this item

  GIMP~tastic ... Photos to Paintings
Posted by: AceMcHammer - 02-26-2019, 06:42 AM - Forum: Gallery - No Replies

Luna Street Japan 1957 
- Cropped
- Color balance adjusted (a lot of yellow added)
- Brightness/contrast adjusted,
- Saturation bumped up
- Brushfiy filter via the G'MIC plugin
- Signature added for effect
[Image: LunaStreet.png]


Original image: [photo taken by my father while stationed in Japan in 1957 during his service in the US Air Force
[Image: Original%20600px.jpg]

My Son - OBX - 2008~ish
- Colors/Auto/White Balance
- Smudge Tool for brushed effect
- Filters/Artistic/Apply Canvas
[Image: Daniel%20at%20museum%201000px.jpg]

Print this item

  Does this forum use BBC code or HTML for hot links to post images
Posted by: AceMcHammer - 02-26-2019, 05:33 AM - Forum: Gimp-Forum.net - Replies (7)

... or do you just have to attach a file?

UPDATE: Disregard. I figured it out. It's BBC code ([img]photo link here[/img])

Print this item

  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"...

Print this item

  Can't load files
Posted by: BCarp - 02-25-2019, 02:49 AM - Forum: Windows - Replies (11)

I just downloaded GIMP 2.10.8 on Feb. 23rd.  I am on Win 7 32-bit. Home desktop PC.

When I try to open a file from either my desktop c\ drive or a thumb drive, GIMP does not recognize any file type. I have tried TIFFs, JPEGs and PNGs.

I tried uninstalling and reinstalling GIMP, but this did not help.


Thanks for any advice.

Print this item

  Newbie - working with svg file
Posted by: carljong - 02-24-2019, 04:57 PM - Forum: General questions - Replies (4)

[attachment=2656][attachment=2657]

I have a svg file of a magnifying glass.  I want to place the image of the shark inside the magnifying glass.  What's the easiest way to do it?

I've tried to break it into layers, but it looks like that is for flat pictures with a few colors.  The magnifying glass I have is more realistic and I would like to keep it that way.

Thanks for your help.

Carl

Print this item