| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 5,158
» Latest member: defanti
» Forum threads: 7,824
» Forum posts: 42,488
Full Statistics
|
| Latest Threads |
Gimp 3.0 - How to draw st...
Forum: Scripting questions
Last Post: programmer_ceds
5 hours ago
» Replies: 1
» Views: 138
|
A selection of old spoof-...
Forum: Gallery
Last Post: TumbleRocks
Yesterday, 05:26 PM
» Replies: 10
» Views: 8,875
|
an iOS app that assists p...
Forum: Other graphics software
Last Post: zzh
Yesterday, 07:19 AM
» Replies: 6
» Views: 1,397
|
Drawing Tablet for GIMP -...
Forum: General questions
Last Post: Mark C Kaye
03-03-2026, 05:51 PM
» Replies: 2
» Views: 358
|
brushes won't install, fo...
Forum: General questions
Last Post: MrsP-from-C
03-02-2026, 08:12 PM
» Replies: 2
» Views: 197
|
Gimp reverting document s...
Forum: General questions
Last Post: BrushWizard
03-02-2026, 03:25 PM
» Replies: 5
» Views: 3,953
|
Monitoring a pixel's RGB ...
Forum: General questions
Last Post: BuddyEvoke
02-28-2026, 09:33 PM
» Replies: 3
» Views: 308
|
Monochrome png exports as...
Forum: General questions
Last Post: rich2005
02-27-2026, 09:51 PM
» Replies: 2
» Views: 275
|
re-coloured pixels hide c...
Forum: Extending the GIMP
Last Post: programmer_ceds
02-27-2026, 01:04 PM
» Replies: 3
» Views: 391
|
Wavelet-decompose doing m...
Forum: General questions
Last Post: JohnWilliams
02-26-2026, 07:46 AM
» Replies: 9
» Views: 5,445
|
|
|
| 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.
|
|
|
|