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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 4,782
» Latest member: MichaelDak
» Forum threads: 7,595
» Forum posts: 41,398

Full Statistics

Latest Threads
Is there any version wher...
Forum: Older Gimp versions (2.8, 2.6....)
Last Post: rich2005
40 minutes ago
» Replies: 1
» Views: 196
How do I uninstall GIMP 3...
Forum: Linux and other Unixen
Last Post: Ofnuts
1 hour ago
» Replies: 1
» Views: 45
AI Gimp Plugins
Forum: Watercooler
Last Post: merlilderman
Yesterday, 04:16 PM
» Replies: 21
» Views: 68,156
How to make a watermark o...
Forum: General questions
Last Post: kyolim
09-13-2025, 10:05 PM
» Replies: 5
» Views: 14,155
Linux command that does e...
Forum: Other graphics software
Last Post: rich2005
09-13-2025, 06:06 PM
» Replies: 1
» Views: 467
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: 369
Batch Color Saturation
Forum: Extending the GIMP
Last Post: rich2005
09-13-2025, 07:53 AM
» Replies: 15
» Views: 12,050
Photo play-time
Forum: Gallery
Last Post: Ofnuts
09-13-2025, 07:32 AM
» Replies: 24
» Views: 21,886
BIMP plugin for GIMP 3.10
Forum: Extending the GIMP
Last Post: firefly
09-12-2025, 11:53 PM
» Replies: 2
» Views: 721
pl_stroke_arrows GIMP 3.0...
Forum: Extending the GIMP
Last Post: Scallact
09-12-2025, 04:03 PM
» Replies: 0
» Views: 370

 
  "Gimp 2.10" Brightness and contrast issues
Posted by: KavatKeeper_666 - 05-20-2018, 01:31 PM - Forum: Gimp 2.10 - Replies (3)

I just recently updated from a previous version of gimp to 2.10 and have about 16 minutes ago found that the Brightness and contrast options show a accurate preview of what "should" happen but instead it does nothing.
I also just tried to use "levels" to try and accomplish the same effect but that also did the same thing (nothing)

This is a new image that has RGB color ect, but ill add more information here if i need to clarify things.

Print this item

  Can't find brush "Size" (help)
Posted by: NNiedzolkowski - 05-20-2018, 01:15 PM - Forum: Installation and usage - Replies (5)

On GIMP 2.8 on my mac, I can't find the brush "Size".

I attached a picture of my display. It shows "Spacing", but not "Size".

Where can I find it? please help.

   

Print this item

  Problem to define a string
Posted by: Petequero - 05-20-2018, 11:25 AM - Forum: Extending the GIMP - Replies (1)

Hello guys, 



I have just solved my probleme of saving file (see thread file-png-save-defaults) by replacing one part of the code for another that I found on internet. 

I would like to understand why the one I use at fist didn't work. 



That is a problem of string building. Below in the code, two different way to build a string (which is eventually insert in the save file-png-save-defaults function).

The option number one is working. The option number 2 is not. Do you have any idea why ? 


Code:
(let*  (
        (destinationPath "C:/Users/Dav/Desktop/File")
        (filename "C:/Users/Dav/Desktop\\image.png")

;;;;;;;;;;;;;;;;;; Option number 1, which is working ;;;;;;;;;;;;;;;;;;;;;;;;;;
     (outputFilenameNoExtension
            (string-append
              (string-append destinationPath "/")
              (unbreakupstr
                (reverse
                  (cdr
                    (reverse
                      (strbreakup
                        (car
                          (reverse
                            (strbreakup filename "\\")
                          )
                        )
                        "."
                      )
                    )
                  )
                )
                "."
              )
            )
          )
          (outputfilename1 (string-append outputFilenameNoExtension ".png"))  ;add the new extension
          
;;;;;;;;;;;;;;;;;;;;; Option number 2, which is not working ;;;;;;;;;;;;;;;;;;;;;;;;;;;;
          
              (outputfilename2
                    (string-append
                        (string-append 
                            destinationPath "/") ;chemin/
                                (cadr (strbreakup filename "\\")) ;image.png
                    )
                    
            )
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; an then compare (0 means the same) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

            (comparison (number->string (strcmp outputfilename1 outputfilename2)))
        )

;;;;;;;;;;;;;;;;;;;;; Print on console ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

        (gimp-message (string-append "Option 1 (working)     :" outputfilename1))
        (gimp-message (string-append "Option 2 (not working) :" outputfilename2))
        (gimp-message (string-append "Comparison (0 means the same) :" comparison))
)

And the crual thing is that the function strcmp, which compare string, display 0, meaning that it is the same string. 
Why then one of them isi working, but the other one is not ?

Thanks in advance for any feedback. 

David



Attached Files Image(s)
   
Print this item

  Perspective shadow help
Posted by: LisaRH72 - 05-20-2018, 08:58 AM - Forum: General questions - Replies (2)

Hello,

I've been trying to add a shadow to the attached image - I want the shadow in front of the image with a light source being behind the subject to the left.

I just can't figure it out. I've tried Drop Shadow & perspective shadow but can't find any way to add it to the front. I've also tried Gmic and Layers Effect.

I'd really appreciate any advice as it's slowly driving me mad this morning! 

Thank you for any help and advice,
Lisa



Attached Files Thumbnail(s)
   
Print this item

  GIMP 2.10 constantly crashing while painting
Posted by: Nerrel - 05-20-2018, 01:56 AM - Forum: Windows - Replies (1)

I've been using 2.8 to do texture work for a very long time without any major issues, but after updating to 2.10 and proceeding to use it in the exact same way the program keeps abruptly closing with no warning, no errors, and no chance to save my work.  It seemed to happen most frequently when working with multiple windows open, but it just now happened twice in a row while working on a single image.  This basically renders GIMP totally unusable, as I can't keep throwing work away every time the program dies- the odds of a crash or completing a texture without issue are about 50/50, and it's very easy to forget to save when focusing on the work I'm doing. 

I use a Huion drawing tablet and am usually using it to draw when the crash happens; it doesn't appear to happen when the program is inactive, it's always when I'm in the middle of something.  I need pressure sensitivity and never work with just a mouse alone, so I can't say whether it happens as frequently then.

I'm not able to go back to 2.8 since I now have many files saved in the new format...  Where can I begin troubleshooting this?  Are there any crash dumps or logs I can find?  I'm on Windows 10x64 and using the latest drivers for all my system. I tried uninstalling and then reinstalling GIMP over again, but the issue persists.

Print this item

  Combine 3D render image and real image
Posted by: Christophpher - 05-19-2018, 11:56 PM - Forum: General questions - Replies (2)

Hello GIMP forum, 

I hope someone would be so kind and help me with this challenge. 

I will like to combine an image of a soccer player and a 3D render image I have created. So far I have been able to put the two pictures together.. But I need the final touch to make it look more 'real' or 'life like:

Do any of you have some suggestions of what I can do? I have put the different files that I am using into a dropbox folder: 
https://www.dropbox.com/sh/xkq2fek0sluk4...y05Va?dl=0


Please feel free to guide and show me what is possible - that would be a great help for me. 


Thank you, 
Christopher

Print this item

  I have an idea for a new logo
Posted by: Espermaschine - 05-19-2018, 01:53 PM - Forum: Watercooler - Replies (4)

[Image: mYdj2ZY.png]

Print this item

  Gimp 2.10 with old vignette.scm from Plugin registry.
Posted by: DenisT - 05-19-2018, 01:45 PM - Forum: Extending the GIMP - No Replies

Hi, my first message in here  Smile  don't know much about scripts and all, but I really wanted this to work...

So I installed Gimp 2.10 and quickly found out that many scripts would generate errors.
Sadly one of my favorite (Vignette script) from:
Dom_C at "http://registry.gimp.org/node/17267" would not work anymore.

The first error was: Error: eval: unbound variable: NORMAL
Quit Gimp
So I open the script file "vignette.scm" for me it was in:
"C:\Users\username\AppData\Roaming\GIMP\2.10\scripts\"
I search for the word "NORMAL" and replaced it with a zero "0"

Re-started Gimp and tried again.
Then second error was: Error: Procedure execution of plug-in-gauss-iir failed...
Quit Gimp
Again in the script file "vignette.scm":
I search for the word "plug-in-gauss-iir" at this point I did many trial and error to finally figure that it was with the radius so I searched for "radius" and finally found this line:
"(theRadius (* inRadius (/ (max theWidth theHeight) 25) ) )"
I replaced it with a different value like this:
"(theRadius (* inRadius (/ (max theWidth theHeight) 400) ) )"

Tried it with images of "RGB color 8-bit gamma integer" and
"RGB color 32-bit linear floating point 6000x4000"
and it worked for me Smile
I hope, for those who like this old script, this will help..
Have a nice day.

Print this item

  fade in-out
Posted by: gimp-artist - 05-19-2018, 12:49 PM - Forum: General questions - Replies (2)

Q1. I know how to fade-in or fade-out for paint brush. What I don't know is how to do the both fade-in and fade-out together. Is it even possible?

Q2. I'm creating a new dynamic for fade parameter. Color and Angle works for fade-in perfectly, but color and angle doesn't work for fade-out. Strange. Am I wrong?

Print this item

  paint mode - color erase mode
Posted by: gimp-artist - 05-19-2018, 05:34 AM - Forum: General questions - Replies (2)

   
I'm testing "color erase" mode for paint tool. Background color is cyan. I painted blue color on it in the "color erase" mode. Then the green color came out. It is fine.

Now background color is yellow. I painted red color on it in the "color erase" mode. I'm expecting green color for the result, but nothing happens. What's wrong with this approach?

Print this item