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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 4,633
» Latest member: tanganyika
» Forum threads: 7,497
» Forum posts: 40,906

Full Statistics

Latest Threads
CMYK color mode Gimp 2.10
Forum: Extending the GIMP
Last Post: rich2005
Yesterday, 08:21 PM
» Replies: 22
» Views: 82,402
copy sequence of filters ...
Forum: General questions
Last Post: programmer_ceds
Yesterday, 04:03 PM
» Replies: 3
» Views: 198
[Python] In-memory save p...
Forum: Gimp 2.99 & Gimp 3.0
Last Post: DunkleMaterie
Yesterday, 12:54 PM
» Replies: 4
» Views: 180
text tool
Forum: General questions
Last Post: inemar
Yesterday, 07:08 AM
» Replies: 2
» Views: 164
Python Snippets for GIMP ...
Forum: Scripting questions
Last Post: pixelmixer
07-19-2025, 06:51 PM
» Replies: 4
» Views: 188
Gimp 3.0.4 Appimage by Iv...
Forum: Alternate Gimp packagings
Last Post: vitforlinux
07-19-2025, 11:44 AM
» Replies: 0
» Views: 110
edit_paste pastes at inco...
Forum: Scripting questions
Last Post: class43
07-18-2025, 03:48 PM
» Replies: 2
» Views: 172
Open, save buttons on bot...
Forum: Gimp 2.99 & Gimp 3.0
Last Post: GrumpyDeveloper
07-17-2025, 09:52 PM
» Replies: 8
» Views: 3,039
Clone size randomly chang...
Forum: General questions
Last Post: oldschool1@runbox.com
07-17-2025, 05:45 PM
» Replies: 2
» Views: 237
AI Gimp Plugins
Forum: Watercooler
Last Post: Zbyma72age
07-17-2025, 03:31 PM
» Replies: 20
» Views: 54,129

 
  how to know image opened as svg
Posted by: snowforest - 07-14-2021, 10:10 AM - Forum: General questions - Replies (9)

I opened an svg image that I exported with librecad's "export as makercam svg" option and gimp opened the svg with transparent backgroun but an ellipse in my drawing was distorted.
Then I tried librecad's "export as image" option and selected file type as svg. Then I opened that image in gimp. Now the ellipse looks fine but now it opened with a white background as if opening an image, not a transparent background. How can I tell if the second image opened as svg?

Or how can i make the ellipse look regular in the first image?

Print this item

Photo image turning black and white when imported to other image
Posted by: eviloctopus1 - 07-13-2021, 10:12 PM - Forum: General questions - Replies (2)

So i'm making the funny memes and when i open a image as a layer to add it to a other picture it turns black and white. but it won't do it with all pictures for example i have a picture of saddam hussein venting and it is in color but the other picture of saddam hussein is in black and white pls help.



Attached Files Thumbnail(s)
   
Print this item

  Bastille day
Posted by: Ofnuts - 07-13-2021, 09:09 PM - Forum: Gallery - Replies (16)

Actually several long duration shots on tripod, loaded together and put in Lighten only mode.

   

Print this item

  TRYING TO START
Posted by: georgerussel - 07-13-2021, 12:42 PM - Forum: General questions - Replies (2)

Hello All
I have just downloaded gimp and did a little exploring. I have close all the windows on the screen. I would like to restore to the original start configuration. I have tried and made things worse.
Thank you
george

Print this item

  cant open RAW via RawTherapee
Posted by: riquez - 07-13-2021, 12:33 PM - Forum: Linux and other Unixen - Replies (5)

I have Gimp 2.10.24 on Ubuntu 21.04
I have set Gimp as the external editor in RawTherapee 5.8 (RT)


When I click the External Edit button in RT, Gimp launches but an error appears "Opening '/tmp/DSC06216.tif' failed: Error opening file /tmp/DSC06216.tif: No such file or directory"

I checked /tmp dir & tif files are generated & user has permission to read/write those files.

I tried setting Gimp prefs for Raw import as Placeholder & RawTherapee, but the result is the same.
I also installed darktable, but no option for import shows up for that in Gimp.

Print this item

  Is it possible to smooth the edges of a font?
Posted by: jbeezy - 07-13-2021, 05:44 AM - Forum: General questions - Replies (1)

I love this font but I do not love the wavy edges. Is there a way to sharpen it up in gimp?



Attached Files Thumbnail(s)
   
Print this item

  Import CR3 using rawtherapee plugin
Posted by: stosh - 07-13-2021, 03:33 AM - Forum: General questions - Replies (1)

I am trying to import Canon R5 CR3 files into GIMP - my understanding is I needed to install the newest Rawtherapee 5.8 plugin (which I did).

When I try the import into GIMP all I get is a giant white square with no picture.

So I tried opening Rawtherapee directly - the preview thumbnails look great - but when I click on one it also becomes just a white rectangle.

Am I doing something wrong? Is there a setting I have to set?

Also - what is the best method - directly pulling into GIMP using the Rawtherapee plugin or using Rawtherapee itself as a stand-alone and exporting it as a TIFF and then importing that into GIMP? I want to retain as much data from the RAW file as I can.

Thanks in advance

Print this item

  Gimp Font & Mode and Opacity Box size.
Posted by: daiappy - 07-12-2021, 09:37 PM - Forum: General questions - Replies (2)

   
    Hi - can anyone help? I don't know what the names of these Gimp parts of the toolbox are called that I've circled in red.  Does anyone know how to make the Font and the Mode & Opacity boxes larger, like you can enlarge the tool icon sizes and the interface themes found in preferences. I use them a lot and they are so small I keep adjusting them the wrong way with the mouse. I read somewhere a thread on this subject from five years ago but it didn't seem to have a clear answer. Has someone found how to make them larger since then, please?                Charles.

Print this item

  Batch Crop Folder
Posted by: Poorman65 - 07-11-2021, 07:56 PM - Forum: Installation and usage - Replies (5)

I have a collection of png images that are rendered for an animation. I need to crop them down to 1920x1080, and need to be able to do it as a command that gets automatically executed when my image rendering is completed.

I'm not sure if there is a straight-forward way to simply run Gimp with options to take advantage of the built-in cropping, or if there is some reason that a separate script is required. 

I have been searching for the solution to this, but haven't been able to find something that works. It is difficult to know if the things I am finding are outdated or not. I did find a batch-crop scm that apparently should do it, but I get an error trying to run it. I've never used a Gimp script, so I may just be using it incorrectly.

Print this item

  pencial sketch printing as blue instead of grey
Posted by: her24gl - 07-10-2021, 06:31 PM - Forum: General questions - Replies (6)

I had an artist make me a drawing in pencil. She scanned it in and created a png file of it in photoshop. I opened it in Gimp and accepted the default conversion.  When it opens, it looks like it should on the screen.  But when i print it out, it prints in shades of blue instead of grey.  When i open it in windows picture manager and print it on the same printer, it prints properly (shades of grey).  Is there something else i need to do to get Gimp to print it appropriately?  My apologies, as I am very new to Gimp.

TIA!

Print this item