| Welcome, Guest |
You have to register before you can post on our site.
|
| Latest Threads |
GIMP 3.04 opens with wind...
Forum: Windows
Last Post: subbareddy
4 hours ago
» Replies: 7
» Views: 3,633
|
Isolate, select and copy/...
Forum: General questions
Last Post: rich2005
Yesterday, 04:39 PM
» Replies: 7
» Views: 353
|
"Plug-in crashed" on GIMP...
Forum: General questions
Last Post: skullamrotis
Yesterday, 03:32 PM
» Replies: 4
» Views: 369
|
AIMAGoR - Artificial IMAg...
Forum: Other graphics software
Last Post: vitforlinux
Yesterday, 12:09 PM
» Replies: 23
» Views: 9,785
|
RapidRAW
Forum: Other graphics software
Last Post: denzjos
11-03-2025, 12:51 PM
» Replies: 2
» Views: 197
|
Tutoriel installer Drea...
Forum: Tutorials and tips
Last Post: meric57
11-03-2025, 07:45 AM
» Replies: 0
» Views: 77
|
Nouveau Arrivant sur le f...
Forum: Watercooler
Last Post: meric57
11-03-2025, 06:45 AM
» Replies: 0
» Views: 78
|
Accessing GIMP’s internal...
Forum: General questions
Last Post: rich2005
11-02-2025, 12:35 PM
» Replies: 1
» Views: 172
|
Can't find path plug-in
Forum: General questions
Last Post: programmer_ceds
11-01-2025, 04:47 PM
» Replies: 7
» Views: 471
|
Gimp shows blank black sc...
Forum: Windows
Last Post: rich2005
11-01-2025, 09:01 AM
» Replies: 1
» Views: 176
|
|
|
| different shortcuts.. |
|
Posted by: jgimpval83 - 08-11-2025, 05:02 PM - Forum: General questions
- Replies (1)
|
 |
Hello fellow Gimp-Users.
I've been using Gimp for a couple years now.
As I got used to it, I also got used to the workflow and the shortcuts.
I just downloaded version 3 and to my surprise many shortcuts don't work at all (Ctrl+C/Ctrl+V/Ctrl+Zoom/Ctrl+H).
Also I was used to hit Ctrl+S to scale the current selection. Now it brings up the Shear tool and Ctrl+T seems to be for scaling.
I don't know what the developers were thinking on this release and why it would be a good idea to change shortcuts, people were used to for years. (vibe coding?)
However, in 2.8 everything works fine. My system is a clean W10 with more than enough performance.
Really dissapointed with this release. I know I can change my shortcuts manually, but why did they change them in first place?
Anyone else facing the bugs of some not working at all?
|
|
|
| flatten |
|
Posted by: skunkworks - 08-11-2025, 02:11 PM - Forum: General questions
- Replies (8)
|
 |
Creating a paperback cover. Instructions from Amazon say:
Quote:Image color, size, and quality. Images should be in CMYK color to ensure your cover looks good in print. All images should be sized at 100%, flattened to one layer, and placed in your document at a minimum resolution of 300 DPI (dots per inch).
Flatten all transparencies. These can cause the file to print with missing or distorted content.
More explanation would be great as well as how to accomplish these tasks.
|
|
|
| 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.
|
|
|
| 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?
|
|
|
| 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.
|
|
|
| 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.
|
|
|
| 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?
|
|
|
| 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.
|
|
|
|