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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 4,589
» Latest member: jadekristina
» Forum threads: 7,461
» Forum posts: 40,764

Full Statistics

Latest Threads
GIMP 3.04 opens with wind...
Forum: Windows
Last Post: rich2005
2 hours ago
» Replies: 6
» Views: 264
.SCM and .PY files are no...
Forum: Gimp-Forum.net
Last Post: Ofnuts
Yesterday, 05:28 PM
» Replies: 0
» Views: 57
Export all opened images ...
Forum: Extending the GIMP
Last Post: Ofnuts
Yesterday, 05:22 PM
» Replies: 9
» Views: 9,282
v3.04 Script Error sg-sav...
Forum: Extending the GIMP
Last Post: Ofnuts
Yesterday, 05:11 PM
» Replies: 1
» Views: 70
Bug: gimp-drawable-get-pi...
Forum: Scripting questions
Last Post: programmer_ceds
Yesterday, 03:55 PM
» Replies: 8
» Views: 248
'Transparent' area is bro...
Forum: General questions
Last Post: Ofnuts
Yesterday, 03:41 PM
» Replies: 1
» Views: 88
blank screen
Forum: OSX
Last Post: wilsonpig
Yesterday, 08:58 AM
» Replies: 4
» Views: 170
Cannot Install BIMP to GI...
Forum: Extending the GIMP
Last Post: Ofnuts
07-03-2025, 07:52 PM
» Replies: 1
» Views: 110
Missing fonts when export...
Forum: Gimp 2.99 & Gimp 3.0
Last Post: chblondel
07-03-2025, 06:11 PM
» Replies: 9
» Views: 516
Gimp 3.0.4 - Windows 10 -...
Forum: Gimp 2.99 & Gimp 3.0
Last Post: rich2005
07-03-2025, 03:02 PM
» Replies: 1
» Views: 126

 
  Print preview always opens pdf reader not the plugin
Posted by: linuxuser63 - 10-28-2023, 04:03 PM - Forum: General questions - Replies (5)

Using GIMP 2.10
When I choose print from the menu a dialog opens and I choose my printer from the list.
When I click on "print preview", my pdf reader opens. The dialog from the print plugin does not open. The print plugin is installed. I cannot find a setting to change this. My previous version of GIMP did not behave this way.
I am using linux and recently upgraded to Magiea 9, but I do not see how that would have an effect.
The GIMP I am using is a package from the distro.

Thank you

Print this item

  Gimp Terminal message on start up - MAC Mini Sonoma OS
Posted by: tonenuff - 10-28-2023, 01:57 PM - Forum: General questions - Replies (5)

Hi all,

I recently installed GIMP on my new Mac Mini with Sonoma OS and on start up of the machine, I receive this message every time on Terminal:

Last login: Sat Oct 28 09:46:13 on console
/Applications/GIMP.app/Contents/Resources/lib/gimp/2.0/plug-ins/file-jpeg/file-jpeg ; exit;
antonycosta@Mac-mini-2023 ~ % /Applications/GIMP.app/Contents/Resources/lib/gimp/2.0/plug-ins/file-jpeg/file-jpeg ; exit;
/Applications/GIMP.app/Contents/Resources/lib/gimp/2.0/plug-ins/file-jpeg/file-jpeg is a GIMP plug-in and must be run by GIMP to be used

Saving session...
...copying shared history...
...saving history...truncating history files...
...completed.
Deleting expired sessions...none found.

[Process completed]

Has anyone else had this issue and know what it is? Do you know how to correct it? If anyone knows how I can stop this coming up each time, I would appreciate the information. I ran Gimp on my old machine, also a Mac Mini, but I never had this issue. 

Thanks in advance,

Tony

Print this item

  gimp.VectorsBezierStroke documentation?
Posted by: gasMask - 10-27-2023, 05:31 PM - Forum: Scripting questions - Replies (2)

Hi,
I've studying Python Fu code, and I came across this function call:

Code:
stroke = gimp.VectorsBezierStroke(vectors, points, 0)

My question is, where can I find documentation to this gimp module object, VectorsBezierStroke? I tried a 'help(gimp.VectorsBezierStroke)' command in the console, but the object lacks any '__init__' description as far I can tell. Searching the Gimp Python Documentation page that is online doesn't seen to have any references to this object either.

Print this item

  Reproduce Color Adjustments from One Image to Another?
Posted by: Punchcard - 10-27-2023, 12:13 AM - Forum: General questions - Replies (11)

For speed, I tweak colors on negatives I've scanned at only 600 PPI.  Then I need to get the same results on the same negatives, but on images after scanning at 3200 PPI. Is there a way to transfer the results of the adjustments I made on the 600 PPI negatives to the 3200 ones?

Print this item

  A strange "layer mode" effect without any layer mode applied
Posted by: Immortality - 10-26-2023, 01:06 PM - Forum: General questions - Replies (3)

GIMP 2.10.34 (revision 2)
Windows 11


Hello everyone,

Written words will only do so much in explaining this situation, so I made a video recording: https://www.youtube.com/watch?v=tBoZ711TqQw


The issue: I draw a circle with the circle selection tool and fill it with black. Its layer is placed below the transparent image, behind which it should function as a background.
However, the black lines in the front image suddenly show white, as if some type of layer mode has been applied, which is verified not the case. Again, you would really need to see the video to truly understand this issue.
I'd be most grateful for a solution.

Thank you kindly,

Jop

Print this item

  Saving PNGs
Posted by: zeuspaul - 10-25-2023, 11:49 PM - Forum: General questions - Replies (1)

I use PNGs because they are lossless.  I know the compression level with JPGs affects the quality but not so with PNG.  Is the only disadvantage with using the highest compression (9) with a PNG is that it takes longer to save?  What about decompression?  If a PNG is saved at 9 does it affect how another program opens the file?  If one wants to minimize file size is there any reason other than extra saving time not to use the maximum compression?

Print this item

  gimpfu not detected by pylance
Posted by: Sash4957 - 10-24-2023, 01:43 AM - Forum: Scripting questions - Replies (5)

Hi, I'm pretty new to gimp plugins, and I wanted to play around with developing some specific plugins for my project. When I run vscode, however, pylance does not detect gimpfu. That's weird, since my interpreter is set to the python version in GIMP's bin. Additionally, the plugins do work when I run them in the application, so gimpfu exists somewhere. But without any familiarity with the documentation, developing kind of feels kinda blind... Undecided

GIMP version: 2.10
Python path: C:\Program Files\GIMP 2\bin\python.exe

Is there any way I can fix or troubleshoot this problem? I'm not sure where to start. I'm trying to see if gimpfu can work in WSL, if that works I can just move the plugins over to Windows. Thanks in advance.

Print this item

  Grid
Posted by: eric.sacramento - 10-22-2023, 11:32 PM - Forum: General questions - Replies (18)

Hi guys,

I know how to do a sphere (sphere.png) and a grid (grid.png), but how can I do that (the 2 last pictures). I am new to Gimp, and I don't have any idea how to do it (pic01 and pic02). 

Thank you



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

  Simple Image Crop . . .
Posted by: Mehermuchacho - 10-21-2023, 09:08 PM - Forum: General questions - Replies (4)

Hello GIMP Folk -

I've used GIMP for simple photo work for several years, but I've just encountered a PROBLEM.

When I have opened a photo in the past, a little dialogue says something like: "Drag your cursor to crop image."

This has disappeared, and in its place there is now a tool makes the image to be worked on LARGER... and LARGER - and no selection occurs!

Thinking perhaps my trusty GIMP had developed a glitch, after switching off & on my machine to clear the problem, I deleted GIMP and installed the latest 2.10 version.

But - Same problem. I cannot use my cursor to make a simple selection / crop of the image.

What has happened?

Any help will be wholeheartedly appreciated!

MAC OSX 10.14.6 Mojave

- Mehermuchacho

Print this item

  JPG Images half-load/freeze when loading
Posted by: slowpoet - 10-21-2023, 04:06 PM - Forum: OSX - Replies (1)

I can no longer open JPG files of any significant size. GIMP just gets stuck in the opening process. Sometimes it shows the image, sometimes not, but no tools respond after it tries to open the image, though quitting the program responds quickly. Opening GIMP by itself still responds in the same time as always, which is about 6 seconds. These are images similar to images I was opening a month or two ago.

I have an older Mac, but it's not so short of resources to be struggling with the size of files that I used to be able to open until recently.

To get some indictions I have opened the dashboard Window to get some info while it tries to open the image, and also had a look at the system Activity Monitor.

If I could just get some hints what else to try! Or to be more pertinent, where to start looking. Log files, temporary files, settings? I'll stop short of percussive maintenance, emoji here.

Here are the details

macbook pro 2016

2.6 GHz Quad Core Intel i7
macOS Monterey 12.6.9
16GB RAM
SSD drive - lots of free space
Graphics: Radeon Pro 2GB
GIMP
GIMP 2.10.34 (Revision 3)
Tile cache size: 8GB
All other settings: default
Tried so far
update
uninstall, reinstall
uninstall, delete all temp files I could find (BUT there could be some I missed), reinstalled

File 1 that can't open

Filesize: 209kB
Imagesize: 1152x896
Colourprofile: sRGB IEC61966-2.1
8 bits/channel
dpi: 72
Dashboard says while opening (not always the same, after opening image multiple time)

  • Cache: goes up to 12%
  • Memory 1%
  • Cache varies: sometimes 4.4MB, sometimes as high as 10MB.
Activity monitor (I could only assess if opening image from inside GIMP)
  • CPU goes DOWN to 0 from about 7%

File 2 that opens easily

XCF file with 4 layers
This file was created in GIMP from a JPEG of 1024x1024 a few months on the same computer and it opened immediately at that time.
Colourprofile: GIMP RGB (no alpha channels on any layers)
Filesize: 12.5MB
Canvas size: 1024x1024
Dashboard after opening
  • Cache: 21.8MB
  • CPU:1-2%
  • Memory: 2%
Can work on the image without problems



Attached Files Thumbnail(s)
   
Print this item