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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 4,592
» Latest member: GAGNEPAIN
» Forum threads: 7,463
» Forum posts: 40,789

Full Statistics

Latest Threads
Gimp.ParamSpec.int() defa...
Forum: Extending the GIMP
Last Post: owierda
3 hours ago
» Replies: 2
» Views: 69
Open, save buttons on bot...
Forum: Gimp 2.99 & Gimp 3.0
Last Post: GrumpyDeveloper
Yesterday, 08:36 PM
» Replies: 6
» Views: 2,577
Export all opened images ...
Forum: Extending the GIMP
Last Post: Bookman
Yesterday, 01:53 PM
» Replies: 18
» Views: 9,692
Can tooltip display time ...
Forum: Gimp 2.99 & Gimp 3.0
Last Post: CmykStudent
Yesterday, 12:02 PM
» Replies: 3
» Views: 162
v3.04 Script Error sg-sav...
Forum: Extending the GIMP
Last Post: rich2005
Yesterday, 10:40 AM
» Replies: 3
» Views: 202
Technique for removing ov...
Forum: General questions
Last Post: sallyanne
Yesterday, 07:16 AM
» Replies: 13
» Views: 1,142
'Transparent' area is bro...
Forum: General questions
Last Post: sallyanne
Yesterday, 06:24 AM
» Replies: 5
» Views: 229
AIGoR - Artificial Image ...
Forum: Other graphics software
Last Post: vitforlinux
07-05-2025, 12:45 PM
» Replies: 11
» Views: 3,315
GIMP 3.04 opens with wind...
Forum: Windows
Last Post: rich2005
07-05-2025, 07:15 AM
» Replies: 6
» Views: 471
.SCM and .PY files are no...
Forum: Gimp-Forum.net
Last Post: Ofnuts
07-04-2025, 05:28 PM
» Replies: 0
» Views: 133

 
  Cloning translucent image
Posted by: gimp-artist - 05-21-2018, 08:37 AM - Forum: General questions - Replies (4)

I tried to clone  50% opaque layer on another layer. The result is the same as cloning 100% opaque layer. How do I clone translucent and semi-transparent image?

   

Print this item

  Workspace
Posted by: gimp-artist - 05-21-2018, 05:47 AM - Forum: General questions - No Replies

My OS is ubuntu 16.04. I use "unity tweak tool" for workspace settings. When I use "super + s" keyboard combination for alternating workspaces, gimp works fine.

However When I use mouse click for alternating workspaces, gimp won't receive any painting inputs. That means I can't paint on the canvas at all.

How do I fix this compatibility issue?

Print this item

  Export to .jpeg
Posted by: maicart - 05-20-2018, 04:58 PM - Forum: General questions - Replies (4)

Hello,

When I export the attached image to .jpeg, the resulting image is a whole purple background (no silhouette). What can I do?

Thanks



Attached Files Image(s)
   
Print this item

  "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