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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 4,789
» Latest member: Ttrevor
» Forum threads: 7,598
» Forum posts: 41,408

Full Statistics

Latest Threads
files missing after insta...
Forum: Older Gimp versions (2.8, 2.6....)
Last Post: denzjos
Yesterday, 03:58 PM
» Replies: 4
» Views: 411
Simplifying a path
Forum: Extending the GIMP
Last Post: Infinimitsu
Yesterday, 01:34 PM
» Replies: 39
» Views: 35,202
Is there any version wher...
Forum: Older Gimp versions (2.8, 2.6....)
Last Post: HavingTooMuchFun
Yesterday, 08:24 AM
» Replies: 2
» Views: 561
.pcd files issue?
Forum: OSX
Last Post: rich2005
Yesterday, 07:49 AM
» Replies: 1
» Views: 253
How do I uninstall GIMP 3...
Forum: Linux and other Unixen
Last Post: Ofnuts
09-15-2025, 07:02 AM
» Replies: 1
» Views: 392
AI Gimp Plugins
Forum: Watercooler
Last Post: merlilderman
09-14-2025, 04:16 PM
» Replies: 21
» Views: 69,064
How to make a watermark o...
Forum: General questions
Last Post: kyolim
09-13-2025, 10:05 PM
» Replies: 5
» Views: 14,534
Linux command that does e...
Forum: Other graphics software
Last Post: rich2005
09-13-2025, 06:06 PM
» Replies: 1
» Views: 770
reliable Gimp 2.10.38 dow...
Forum: Older Gimp versions (2.8, 2.6....)
Last Post: denzjos
09-13-2025, 05:20 PM
» Replies: 2
» Views: 685
Batch Color Saturation
Forum: Extending the GIMP
Last Post: rich2005
09-13-2025, 07:53 AM
» Replies: 15
» Views: 12,379

 
  Preserving HDR information in EXR output from Blender in a 8-bit PNG?
Posted by: Mixxer - 03-22-2021, 07:34 AM - Forum: General questions - Replies (3)

The only way to get the full dynamic range out in a render or bake is to save it as an EXR float from Blender. Not even saving 16-Bit PNG float will keep all the information in the highlights in Blender. But many applications call for another format other than EXR. Such as PNGs and even Jpegs.

So is there a way to compress the full dynamic range information from the EXR into a 8-bit PNG using Gimp? So basically all the HDR info in the EXR file can be seen in a 8-bit PNG and the highlights are not blown and the shadows are not crushed. In video, Log does basically that. Squeeze the dynamic range which normally couldn’t be handled by Rec709 into rec709.

Anybody knows how to do that with EXR to 8-bit PNG in Gimp? Again, I’m aware of the limitations of 8-bit PNG, but this is what I need to output to. So my question is really how to compress the dynamic range to fit the 8-bit limit.

Thanks

Print this item

  Bump Map spinner not working
Posted by: voltaire_lorens - 03-21-2021, 11:08 PM - Forum: General questions - Replies (4)

Hello everyone, 

I opened the Bump Map dialog, then tried to choose an existent layer through the spinner (Presets Smile, however, I didn't found in the Presets field despite I have layers that I already created. Confusing, I need to point this layer so I can work on.

Thank you for your help.

Print this item

  Select areas where value is changing rapidly
Posted by: geobeck - 03-21-2021, 07:26 PM - Forum: General questions - Replies (1)

I'm trying to create a texture mask for a game map, and need to select the cliffs on my terrain. How can I select the areas where the pixel value is substantially different from adjacent pixels by a certain amount?

Print this item

  Brush problem
Posted by: rdaughdril@gmail.com - 03-21-2021, 03:12 PM - Forum: General questions - Replies (1)

I have a problem with my brushes.  Every time I move my brush it rotates and cycles between large and small.  What did I press to cause this. 

Thanks for the help.

Print this item

  Gif problem
Posted by: Nico - 03-21-2021, 10:15 AM - Forum: General questions - Replies (10)

Hello !

I'm trying to make some gif and I have a problem.
The smoke is moving (it's what I want) but it "flash on and off". 

My gif :

https://www.zupimages.net/up/21/11/7w9k.gif

Can you help me ?

Thank you in advance for your help and sorry for my bad english.

Print this item

  Scottish fabric
Posted by: denzjos - 03-21-2021, 09:45 AM - Forum: Other graphics software - Replies (5)

Need Scottish fabric in your graphic composition? Tartanmaker can help you : http://www.tartanmaker.com/?page=index. The result is available as png file. 
   

Print this item

  backgrounds creator
Posted by: denzjos - 03-21-2021, 09:11 AM - Forum: Other graphics software - No Replies

Backgrounds. No idea ? This site can help you : http://bg.siteorigin.com. The user have control over any colour, many patterns, blend mode, pattern intensity, noise, invert the pattern and scale it up 2 times. The result can be saved as a png file. Pay attention, the file is saved as file.png'. So you have to delete the ' in the extension so you can use the file in gimp to further pimp the creation.
   

Print this item

  Working command line arguments fail in shell script
Posted by: TimorousMe - 03-21-2021, 03:46 AM - Forum: Scripting questions - Replies (10)

After some great help from this forum I've nailed down my Gimp plugins and bash shell commands. However I want to launch them from a shell script and they're failing from there. 

I'm on OS X Mojave. 

Here's my bash shell command:

Code:
gimp -idf --batch-interpreter python-fu-eval -b "import sys;sys.path=['.']+sys.path;import OAFE_PARAM;OAFE_PARAM.open_add_flatten_export('/Users/TimB/Desktop/xcftemplate.xcf', '/Users/TimB/Desktop/jpg_to_add.jpg', 2060, 410, '/Users/TimB/Desktop/')" -b "pdb.gimp_quit(1)"

OS X shell scripts don't recognize my Gimp alias, so I try to launch this and it fails. 

Code:
/applications/GIMP-2.10.app/contents//macos/gimp -idf --batch-interpreter python-fu-eval -b "import sys;sys.path=['.']+sys.path;import OAFE_PARAM;OAFE_PARAM.open_add_flatten_export('/Users/TimB/Desktop/xcftemplate.xcf', '/Users/TimB/Desktop/jpg_to_add.jpg', 2060, 410, '/Users/TimB/Desktop/')" -b "pdb.gimp_quit(1)"

Here's the error I see:

Code:
GIMP is started as MacOS application
2021-03-20 23:44:41.568 gimp[68881:966437] *** WARNING: Method userSpaceScaleFactor in class NSView is deprecated on 10.7 and later. It should not be used in new applications. Use convertRectToBacking: instead.
/applications/GIMP-2.10.app/contents/macos/gimp: LibGimpBase-WARNING: gimp: gimp_wire_read(): error
GIMP-Warning: The batch interpreter 'python-fu-eval' is not available. Batch mode disabled.

gimp_check_updates_callback: loading of https://www.gimp.org/gimp_versions.json failed: Operation not supported

Any thoughts on what I could do differently?

Starting with "open" at the beginning doesn't work because then it treats my command line parameters as parameters for "open" and not for Gimp.

Print this item

  Shift a range of Grays to a range of Another Color
Posted by: Brian.Raila - 03-20-2021, 09:23 PM - Forum: General questions - Replies (3)

I set out on the task, as described in the Subject Line, to modify an 8 x 8 -points subject.  I find that I not only misunderstand those methods, but can't even isolate the pixels of interest.

I have some familiarity with Color Mapping, Color Exchange, Rotation, Levels, Colorize, etc.  But I'll be damned if I can operate on ONLY the intended region.

The attached 1) Starting Point shows a Grays 'center dot', which I seek to shift to Greens.

I wish to affect only the region depicted in 2) Intended Selection, selected via Select > By Color.

When 3) Copied, and Pasted as New Image - Alpha blend is evident, which is grand, as the shading is intact.  But so is there a shaded background, which I wish to exclude, as depicted in

4a) But so is background, bleeding through - Untitled, and

4b) But so is background, bleeding through - Untitled.png

– – –

I've a feeling I needn't even extract that center-dot as a separate 'frame' to work in, but that would seem irrelevant –– when I get it shifted to Greens, I'll just paste it back in the Starting Point image.

What is it[s] I'm missing about simply selecting a region, to copy-and-paste, for modification.  Why is the background haunting me, and won't let go?

Also, any hints on the overall objective are warmly welcomed.

– BR


 



Attached Files Thumbnail(s)
               
Image(s)
   
Print this item

  Heal transparency (resynthesizer plug-in) Error
Posted by: V@le93 - 03-19-2021, 11:03 AM - Forum: Extending the GIMP - Replies (5)

Hello everyone,

I need help with the resynthesizer plug-in and in particular Heal transparency code. It works perfectly fine with all my images except for a new batch that i received recently. The error and messages are:
GIMP Message:

  1. Plug-in 'Heal selection' left image undo in inconsistent state, closing open undo groups.
  2. Plug-in crashed: "resynthesizer" (/home/ariotta/.config/GIMP/2.10/plug-ins/resynthesizer) The dying plug-in may have messed up GIMP's internal state. You may want to save your images and restart GIMP to be on the safe side.
  3. Calling error for procedure 'plug-in-resynthesizer': Procedure 'plug-in-resynthesizer' returned no return values
An error occurred running python_fu_heal_transparency:
File "/usr/lib/gimp/2.0/python/gimpfu.py", line 740, in response dialog.res = run_script(params) File "/usr/lib/gimp/2.0/python/gimpfu.py", line 361, in run_script return apply(function, params) File "/home/ariotta/.config/GIMP/2.10/plug-ins/plugin-heal-transparency.py", line 59, in heal_transparency pdb.python_fu_heal_selection(timg, tdrawable, samplingRadiusParam, 0, orderParam, run_mode=RUN_NONINTERACTIVE) RuntimeError: execution error

Someone know what could be?
Thank you in advance!

Valeria

Print this item