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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 4,584
» Latest member: XarknoX
» Forum threads: 7,458
» Forum posts: 40,751

Full Statistics

Latest Threads
blank screen
Forum: OSX
Last Post: wilsonpig
1 hour ago
» Replies: 4
» Views: 68
GIMP 3.04 opens with wind...
Forum: Windows
Last Post: rich2005
2 hours ago
» Replies: 4
» Views: 176
Bug: gimp-drawable-get-pi...
Forum: Scripting questions
Last Post: teapot
2 hours ago
» Replies: 3
» Views: 123
Cannot Install BIMP to GI...
Forum: Extending the GIMP
Last Post: Ofnuts
Yesterday, 07:52 PM
» Replies: 1
» Views: 64
Missing fonts when export...
Forum: Gimp 2.99 & Gimp 3.0
Last Post: chblondel
Yesterday, 06:11 PM
» Replies: 9
» Views: 501
Gimp 3.0.4 - Windows 10 -...
Forum: Gimp 2.99 & Gimp 3.0
Last Post: rich2005
Yesterday, 03:02 PM
» Replies: 1
» Views: 109
Macroglossum stellatarum
Forum: Watercooler
Last Post: denzjos
Yesterday, 09:47 AM
» Replies: 2
» Views: 134
Missing script-fu "refres...
Forum: Gimp 2.99 & Gimp 3.0
Last Post: Frenchie
Yesterday, 08:38 AM
» Replies: 11
» Views: 395
processes in Whitelist
Forum: OSX
Last Post: rich2005
07-02-2025, 09:45 AM
» Replies: 5
» Views: 234
Digikam: photo management...
Forum: Other graphics software
Last Post: denzjos
07-02-2025, 06:53 AM
» Replies: 7
» Views: 4,622

 
  Liquify - Face
Posted by: meetdilip - 07-17-2021, 11:56 AM - Forum: General questions - Replies (2)

I saw a very interesting video using PS where there is a built-in effect called Liquify which allows Face deformation in a very interesting way. The video is from Pixavu ( something like that ) and was talking about making caricatures out of photos. This particular plugin can bulge or make the eyes looks big, adjust our mouth, nose etc in a way to help in process.

The video says that this feature is CC 2015 and later. Not sure whether GIMP 2.10 has anything like that. Not complaining, only checking. Thanks.

Print this item

  sg-fit-face.scm with gimp 2.10.24 ?
Posted by: denzjos - 07-17-2021, 08:40 AM - Forum: Extending the GIMP - Replies (5)

Who has a working version of the sg-fit-face.scm script for gimp 2.10.24 ? I download it and put it in the script directory. The script appear in the gimp layer menu but nothing seems to happen if I click on it. I've made a path on each of two different layers as the script needed to work with. Thanks in advance for the answer.
https://chiselapp.com/user/saulgoode/rep...d3f505fef2

Print this item

  Quickly change the picture
Posted by: Redner - 07-16-2021, 04:07 PM - Forum: General questions - Replies (1)

Is it possible to preset the resolution of the picture and then use hot keys to apply them to other pictures or photos?

Print this item

  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:

[Image: countdown.webp]

Print this item

  selectiing new font in dialog boxes does not change font of selected text
Posted by: donmulatito - 07-14-2021, 08:12 PM - Forum: General questions - Replies (1)

hello,

trying to try new fonts of existing text but when selecting new fonts in the side panel dialouge boxes the font is not modified.

Any help?

Thanks!

Print this item

  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

Print this item

  Draw offset to the border of object
Posted by: orxshi - 07-14-2021, 10:33 AM - Forum: General questions - Replies (2)

I am trying to draw an offset border (red in the figure) around an object shown in the figure. The offset border should have the same profile as the object. I tried selecting object, creating a border, scaling it however, I couldn't manage to get what I want. Would you help please?



Attached Files Image(s)
   
Print this item

  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