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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 4,629
» Latest member: DunkleMaterie
» Forum threads: 7,496
» Forum posts: 40,896

Full Statistics

Latest Threads
Python Snippets for GIMP ...
Forum: Scripting questions
Last Post: pixelmixer
5 hours ago
» Replies: 4
» Views: 86
copy sequence of filters ...
Forum: General questions
Last Post: rich2005
6 hours ago
» Replies: 1
» Views: 59
Gimp 3.0.4 Appimage by Iv...
Forum: Alternate Gimp packagings
Last Post: vitforlinux
Yesterday, 11:44 AM
» Replies: 0
» Views: 48
text tool
Forum: General questions
Last Post: Ofnuts
Yesterday, 06:31 AM
» Replies: 1
» Views: 80
edit_paste pastes at inco...
Forum: Scripting questions
Last Post: class43
07-18-2025, 03:48 PM
» Replies: 2
» Views: 147
CMYK color mode Gimp 2.10
Forum: Extending the GIMP
Last Post: rich2005
07-18-2025, 12:13 PM
» Replies: 20
» Views: 82,252
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,015
Clone size randomly chang...
Forum: General questions
Last Post: oldschool1@runbox.com
07-17-2025, 05:45 PM
» Replies: 2
» Views: 217
AI Gimp Plugins
Forum: Watercooler
Last Post: Zbyma72age
07-17-2025, 03:31 PM
» Replies: 20
» Views: 53,804
Gimp closes automatically
Forum: General questions
Last Post: sallyanne
07-17-2025, 05:50 AM
» Replies: 2
» Views: 230

 
  Openshot video editor for Gimp animations.
Posted by: rich2005 - 05-18-2021, 10:22 AM - Forum: Other graphics software - Replies (7)

Not a tutorial. Some notes on using Openshot video editor for transitions. Openshot has lots of various effects but it is not really made for producing small frame sizes suitable for Gimp. It is possible.

You need to make your own 'output profile'. There is guidance in the Openshot documentation. As an example for a 200x200 animation. Set your own width / height to suit your project. It is a simple text file and goes in the Openshot profile ~/.openshot_qt/profiles folder.

Code:
description=200x200
frame_rate_num=10000
frame_rate_den=1001
width=200
height=200
progressive=1
sample_aspect_num=10
sample_aspect_den=10
display_aspect_num=10
display_aspect_den=10

Video demo: https://youtu.be/EeE-7-E1dyE  duration 7 minutes.





Bonus Wink Tacked a bit on the end for a MathMap animated transition.

Print this item

  Can't export a gif after making it larger than original size
Posted by: tofutiger - 05-17-2021, 07:59 PM - Forum: General questions - Replies (4)

Hey there. Hoping someone with more GIMP knowledge can help me out.

I'm essentially trying to have an animated gif be at the top of an invite for a party I'm throwing. So the top where the gif is, is animated, and the bottom lower half is stagnant text and party details. Kinda just figured I'd alter the canvas size, and write up something on the bottom half, but when I did that and exported it I get the attached message. I'm sure there's an easy solution out there, since changing the dimensions of an animated gif doesn't seem like an abnormal thing. Maybe just copying all the frames to a larger sized layer from the get go? But I don't know how to do this. Definitely a noobie with GIMP.

Any help would be appreciated.



Attached Files Thumbnail(s)
   
Print this item

  GIF effects
Posted by: meetdilip - 05-17-2021, 02:24 PM - Forum: General questions - Replies (6)

Hi, can we add effects between images while creating a GIF ? Something like Fade ? I wonder whether there is any GIF effects plugin available. Thanks.

Print this item

  Crop individual icons
Posted by: meetdilip - 05-17-2021, 10:57 AM - Forum: General questions - Replies (7)

I have something like the smiley list we have here, but a PNG with transparent background. ie, other than the icons ( here smilies ) everything else is transparent. Is there any method to extract these icons (around 6 ) with minimal steps instead of cropping them out one by one ? Thanks

[Image: C5rVvhJ.png]

Print this item

  Simplifying a path
Posted by: Ottia Tuota - 05-16-2021, 09:20 AM - Forum: Extending the GIMP - Replies (38)

A new plugin. My try on simplifying paths. If Gimp already has a tool for that job, I hope somebody tells me.

The problem is hard, and all I can say is that mostly the plugin works all right though sometimes its decisions seem strange. Anyway, this is the first published version, and we can think the plugin to be still just experimental, so there is room for improvements. To get the plugin, go to

http://kmarkku.arkku.net/Path_modify_fil...aster.html

scroll to the bottom, and click the download button. You get a zip file. Unzip it and place the one file it contains (simplify_path.py) in your user's plug-ins folder. Then (re)start Gimp. To use the plugin: in the Paths tab, right-click the path you want to simplify and follow the links Tools > Modify path > Simplify.

The plugin takes a path and tries to diminish the number of anchors, doing some smoothing but hopefully not too much. An example: On the left you see a path and on the right its anchors:

   

With default input values the plugin did the following: Below, on the left you see the original path (blue) and the simplified version (red) on top of each other. It may be difficult to see from that picture but there are small differences: many small bends were smoothed out. On the right you see the anchors of the simplified path.

   

The GUI looks as follows:

   

I hope the meanings of the inputs are clear enough.

Of the inputs the last one (about selection) may be the most important in practice. It enables the user to restrict the effect to some subset of the anchors. I shall give examples in another post.

The plugin is based on a neat mathematical idea (I think), but unfortunately, when one starts to implement a neat idea, it usually happens that soon one is in the middle of a mess. The plugin is full of my own ad hoc solutions to various problems. Please report if you find it doing something too odd.

Print this item

  pixelize tool clipping option missing?
Posted by: SledgeS5 - 05-16-2021, 07:48 AM - Forum: General questions - Replies (1)

[Image: pixelize-options.png]
This is the Pixelise tool shown in the documentation for 2.10 here: gimp 2.10 pixelise tool help

But I can't find this clipping option for this tool in gimp 2.10 for windows 10 x64 or 2.99 for win10 x64.

Am I missing something? Does the documentation show some features that don't exist yet? Is this only available on different platforms?

It looks really ugly having semi-pixels at the edges of the selection.

Print this item

  where to find blue channel script
Posted by: denzjos - 05-15-2021, 09:27 AM - Forum: General questions - Replies (11)

Anyone knows where to find this script : https://patdavid.net/2013/04/getting-aro...e-channel/
The link that is mentioned give error 404, script not available.
If someone find a working link, thanks in advance.

Print this item

  How do I load a selection from a channel?
Posted by: gib65 - 05-15-2021, 04:41 AM - Forum: General questions - Replies (3)

Hello,

I recent created a very complex selection. Then I saved the selection to channel. My selection then disappeared. I don't know how to get it back.

I assumed that this is my saved selection:

   

But I'm not sure what to do to load the selection into the image. Right-clicking on the selection gives me this context menu:

   

The most obvious item is "Channel to Selection" but that did nothing.

How do I get my selection back? Thanks.

Print this item

  Set image canvas size aspect ratio
Posted by: rjhuber - 05-14-2021, 10:40 PM - Forum: General questions - Replies (2)

Is there a way to set the aspect ratio default in the set image canvas size? Everywhere I read says that it should default to linked. Mine does not.

Also, if I reopen the dialog box again after clicking resize, it does not retain the linked status.



Attached Files Image(s)
   
Print this item

  Issue with copy/paste and scaling
Posted by: harasnicole - 05-14-2021, 07:30 PM - Forum: General questions - Replies (2)

I don't know if it's something I did without realizing it or something else, but every time I try to copy an entire image and paste it to the transparent background that I have waiting in another tab, the image is really closely cropped and I can't scale the image without it looking stretched anymore. I use GIMP to make thumbnails for YouTube. I don't really explore much in the software, just sticking to the things that I'm familiar with.

If it helps, my OS is Windows 10, 64-bit.

Also, here's a screenshot of what I mean:

   

Print this item