Welcome, Guest |
You have to register before you can post on our site.
|
Latest Threads |
Is there any version wher...
Forum: Older Gimp versions (2.8, 2.6....)
Last Post: rich2005
42 minutes ago
» Replies: 5
» Views: 822
|
Batch export all opened i...
Forum: Extending the GIMP
Last Post: rich2005
Yesterday, 07:58 PM
» Replies: 24
» Views: 14,221
|
Dodge and burn plug-in fo...
Forum: Extending the GIMP
Last Post: chuckhenrich
Yesterday, 04:42 PM
» Replies: 0
» Views: 96
|
cannot find plu-gins in g...
Forum: General questions
Last Post: πk2
Yesterday, 08:46 AM
» Replies: 3
» Views: 331
|
ora format... it really w...
Forum: General questions
Last Post: mrkid
09-17-2025, 10:57 PM
» Replies: 3
» Views: 339
|
.pcd files issue?
Forum: OSX
Last Post: T1-Survivor
09-17-2025, 09:45 PM
» Replies: 3
» Views: 584
|
Simplifying a path
Forum: Extending the GIMP
Last Post: Ofnuts
09-17-2025, 03:17 PM
» Replies: 40
» Views: 35,705
|
"Gimp 2.99 & Gimp 3.0" fo...
Forum: Gimp-Forum.net
Last Post: Ofnuts
09-17-2025, 03:12 PM
» Replies: 0
» Views: 311
|
Coincidence or not, that ...
Forum: Watercooler
Last Post: Krikor
09-17-2025, 12:57 PM
» Replies: 2
» Views: 1,327
|
How do you make text circ...
Forum: General questions
Last Post: Krikor
09-17-2025, 12:40 PM
» Replies: 13
» Views: 3,998
|
|
|
Some webp alternatives |
Posted by: rich2005 - 07-15-2021, 02:59 PM - Forum: Other graphics software
- Replies (1)
|
 |
The Gimp webp plugin is very adequate. You can export your image and make animations easily although sometimes a bit slow. This is about some command line (CL) programs that might come in useful as alternatives.
The webp format does come from Google, their official offerings are here: https://developers.google.com/speed/webp/download
The download provides utilities cwebp: encoding tool / dwebp: decoding tool / gif2webp: gif conversion tool / vwebp: webp viewer / webpmux: create and extract anmations I have to confess that the only one I use regularly is the viewer, vwebp
ImageMagick v.7 (IM) supports webp. There is a page with all the details here: https://imagemagick.org/script/webp.php Converting an image to webp is as simple as;
Code:
magick filename.ext -quality 50 filename.webp
What is the advantage over Gimp ? Easy to batch convert with IM
Where it might come in useful is with simple animations, You can string several images together to make an animation with variable timings.
Code:
magick -delay 100 fileA.ext -delay 200 fileB.ext -delay -delay 50 fileC.ext -quality 50 animated.webp
You need to experiment but a low quality settting can provide a smaller filesize than the comparible animated gif, with equal quality and no 256 colour limitations.
A very simple example:
|
|
|
Script-fu error on selecting font |
Posted by: allanmitch - 07-14-2021, 02:01 PM - Forum: Extending the GIMP
- Replies (2)
|
 |
I am getting error messages from script-fu.
For example, I opened File-->Create-->Fx-Foundry-->Logos-->Fiery Steel. When I select the Font box to change the Font I get the following message.
Quote:GIMP Message
Plug-in "script-fu"
(usr/lib/gimp/2.0/plug-ins/script-fu/script-fu)
attempted to install procedure "temp-procedure-
number-1" with invalid parameter name "dialog status".
OK
The font can not be changed.
Any suggestions on how to correct this problem?
I am using GIMP 2.10.8 on Ubuntu Studio 20.04. Any other info needed?
Allan
|
|
|
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?
|
|
|
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.
|
|
|
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
|
|
|
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.
|
|
|
|