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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 4,911
» Latest member: activey
» Forum threads: 7,682
» Forum posts: 41,783

Full Statistics

Latest Threads
AIMAGoR - Artificial IMAg...
Forum: Other graphics software
Last Post: rich2005
1 hour ago
» Replies: 22
» Views: 9,441
Accessing GIMP’s internal...
Forum: General questions
Last Post: rich2005
7 hours ago
» Replies: 1
» Views: 75
RapidRAW
Forum: Other graphics software
Last Post: denzjos
10 hours ago
» Replies: 0
» Views: 51
Can't find path plug-in
Forum: General questions
Last Post: programmer_ceds
Yesterday, 04:47 PM
» Replies: 7
» Views: 347
Isolate, select and copy/...
Forum: General questions
Last Post: Priskaa
Yesterday, 02:18 PM
» Replies: 0
» Views: 32
Gimp shows blank black sc...
Forum: Windows
Last Post: rich2005
Yesterday, 09:01 AM
» Replies: 1
» Views: 109
Outlined and filled in 3....
Forum: General questions
Last Post: rich2005
10-31-2025, 04:42 PM
» Replies: 2
» Views: 188
Upgrade 3.0.6
Forum: Windows
Last Post: J-C R 45
10-31-2025, 03:07 AM
» Replies: 4
» Views: 366
Astrophotography - Creati...
Forum: Tutorials and tips
Last Post: Zero01
10-30-2025, 07:24 PM
» Replies: 5
» Views: 532
"Plug-in crashed" on GIMP...
Forum: General questions
Last Post: rich2005
10-29-2025, 09:26 AM
» Replies: 1
» Views: 239

 
  Gimp 3.0.4 Levels takes a long time to come up
Posted by: robertkjr3d - 08-11-2025, 12:45 PM - Forum: General questions - Replies (5)

I was hoping for an update to this.  Have not experienced this before this latest upgrade.  You open the levels screen and it could take literally 5-minutes before it shows a histogram or your able to hit auto.  I have a gaming machine.  Maybe this has been mentioned 42 times already.

Print this item

  gegl filters in batch processing
Posted by: pyjamaslug - 08-10-2025, 08:18 PM - Forum: Scripting questions - Replies (5)

I am trying to call a gegl edge detect filter repeatedly in a while loop as here


Code:
        (while (not (null? filepaths))        
                       ;some stuff    
                       (gimp-drawable-merge-new-filter
            2                         ; The drawable to apply the filter to
            "gegl:edge"                        ; The name of the GEGL operation
            0                                  ; The merge-mode (0 for normal)
            LAYER-MODE-REPLACE                 ; The layer mode (e.g., replace, normal, etc.)
            100.0                              ; The opacity (0.0 to 100.0)
            "amount" 2.0                       ; Parameter: amount of edge detection
            "border-behavior" "none"           ; Parameter: how to handle image borders
            "algorithm" "sobel"                ; Parameter: the edge detection algorithm
            )
                        ;some more stuff
          )
 it works but only on the first image in the batch. Is there something I need to do to get it to work on all the images?

Print this item

  Masks - Can't seem to get it right
Posted by: AceMcHammer - 08-10-2025, 04:16 PM - Forum: General questions - Replies (19)

I'm running GIMP 2.10.20 on Windows 10 on a 4K screen.

I searched for and found various GIMP mask tutorials but for some reason it never comes out right.  

I have a specific image that I'm trying to "enhance" with a mask.  BTW, this image is a copyright released image found here for any would-be copyright nazis out there.

I'm trying to get this image here.......

[Image: Young-America.png]


to look like this image here.........

[Image: Young-America-with-mask.png]


As you can see the second image has a very light sort of sepia tint to it and I'm guessing they made a mask over the whole image.  So if I like the second image better then why don't I just use the second image?  I have a higher resolution image of this image than the one that I found online that's been masked and in addition to that the second image has been cropped and I want to use the uncropped image.  

Can someone give me detailed instruction on how to get the first image to look exactly like the second image by making a mask?  Thanks in advance

Print this item

  Selection disappears after moving from selection tool to brush
Posted by: blogsofwardotme - 08-10-2025, 03:15 PM - Forum: General questions - Replies (3)

I have done this  thing for years so something must be wrong with my layers. I need to clean up the area in top left bit by bit.
I pasted a vertical piece at the top left of the image in the top layer. In this situation I usually clean up the excess with a brush in a mask on the side. I did as follows:
1. made a selection  from the image part of the layer. If I click once inside the selection it stays, If I click twice it disappears.
2. move to the mask
3.switch from selection to brush tool
4. selection in image disappears 
I am doing all this because I can't run the brush in a straight line.
The selection is large compared to the tiny area I need to remove, but I think that I am in the right layer.
I also tried a New from visible on top, selecting always from the image part of the layer of course, add mask, but selection disappears as I add the mask. Thank you.



Attached Files Thumbnail(s)
   
Print this item

  copy preferences to different computer
Posted by: skunkworks - 08-10-2025, 01:20 AM - Forum: Windows - Replies (2)

Version 3.0.4 is running on one computer. Just installed the same version on another computer. The new install shows a big blank window. Is it possible to copy a file from the first computer to the second to avoid manually setting display preferences? Both systems run Windows 10.

Print this item

  file-glob always returns an empty list
Posted by: pyjamaslug - 08-09-2025, 10:31 PM - Forum: Scripting questions - Replies (6)

Hi, I just set out to write a tinyscheme script that retrieves the list of files from a folder using file-glob and although it looks trivial I can't get it to work. 

the line in question is:

(let* (filepaths (cadr (file-glob (string-append input-path "*.png") 0))))

which always returns empty whether I place it in a script or type a version into the console. Gimp just tells me that parameter 1 to cdr needs to be a pair.
Yes, I have verified that the folder pointed to by input-path exists and that there is at least one png file in it.Permissions are ok (I can load the file explicitly)
I have tried unix style and windows style path separator: nothing works.

I can hardly believe something this fundamental is actually broken - is there something about my setup that is wrong? I have a standard 3.04 installation using the windows installer any insights are appreciated.

Print this item

  moving completed file to new project
Posted by: skunkworks - 08-09-2025, 06:48 PM - Forum: General questions - Replies (2)

Using a paperback cover template, I created and exported the final PDF file. I need to create a paperback cover using a different template provided by the distributor (PNG). Is there a way to port the work already done into this new template and "massage" it?

Print this item

  Gimp 3.0.4 python batch interpreter oddities
Posted by: Andrew_L - 08-09-2025, 11:47 AM - Forum: Scripting questions - Replies (5)

Hi,

I use the python-fu-eval batch interpreter on GIMP 3.0.4 AppImage and have noticed some unexpected behaviour. As a trivial example,


User:~$ ~/AppImages/gimp/GIMP-3.0.4-x86_64.AppImage -i --quit --batch-interpreter=python-fu-eval -b 'if True: a="something"; print(a);'
something
batch command executed successfully


But if the "if" statement comes after the declaration of variable "a"

User:~$ ~/AppImages/gimp/GIMP-3.0.4-x86_64.AppImage -i --quit --batch-interpreter=python-fu-eval -b 'a="something";if True: print(a);'
batch command experienced a calling error:
Traceback (most recent call last):
  File "/tmp/.mount_GIMP-3bPBAmP/usr/lib/x86_64-linux-gnu/gimp/3.0/plug-ins/python-eval/python-eval.py", line 42, in code_eval
    exec(code, globals())
  File "<string>", line 1
    a="something";if True: print(a);
                             ^^
SyntaxError: invalid syntax

Similar problems arise with a "with" statement.

I don't understand this. Has anyone else noticed this sort of behaviour?

My OS is linux 6.1.0-37-amd64

Thanks.

Print this item

  Python, something completely different...
Posted by: denzjos - 08-09-2025, 09:29 AM - Forum: Watercooler - Replies (4)

The British Post Office is releasing a special series of 10 stamps honoring the British comedy collective Monty Python. Nice! Four of the stamps depict scenes from the film "Monty Python and the Holy Grail," which was released exactly 50 years ago this year. The remaining six stamps feature the members of Monty Python: Graham Chapman, John Cleese, Terry Gilliam, Eric Idle, Terry Jones, and Michael Palin.
When I'm walking through Bruges, Belgium, and hear a horse-drawn carriage approaching, I always think of the scene with the coconut. I'll say to my wife, coconut sound, John Cleese's coming. I've never heard a reaction from the tourists around me... Monty Python humor, a little different ?
https://www.youtube.com/shorts/sPMeBdjHW0s

Print this item

Question GIMP3.0.4 Freezes After ‘Load Transparency as Selection’ on Large Canvases
Posted by: Riustina - 08-08-2025, 04:28 PM - Forum: General questions - Replies (2)

[color=rgba(0, 0, 0, 0.9)]I'm experiencing performance issues, where the program frequently freezes or becomes unresponsive after ‘Load Transparency as Selection’ on Large Canvases[/color]

[color=rgba(0, 0, 0, 0.9)]System specs:[/color]

  • OS: Windows 11 24H2

  • CPU: AMD Ryzen 7 6800H

  • GPU: NVIDIA RTX 3060 Laptop (6GB VRAM)

  • RAM: 16GB

  • Storage: All files are stored on SSD
[color=rgba(0, 0, 0, 0.9)]Software:[/color]
  • GIMP 3.0.4

  • No third-party plugins, default preferences

[color=rgba(0, 0, 0, 0.9)]Steps to Reproduce[/color]
   
   
   
   

All content above was translated by AI.

Print this item