| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 4,919
» Latest member: ZeonLau
» Forum threads: 7,965
» Forum posts: 43,337
Full Statistics
|
| Latest Threads |
Should I reinstall
Forum: General questions
Last Post: Grimpo
1 hour ago
» Replies: 6
» Views: 141
|
adding color after using ...
Forum: General questions
Last Post: CmykStudent_
Yesterday, 08:28 PM
» Replies: 12
» Views: 401
|
bunnywaffle plugins
Forum: Extending the GIMP
Last Post: rich2005
Yesterday, 09:41 AM
» Replies: 0
» Views: 90
|
Rotate tool in 2.10 blurr...
Forum: Gimp 2.10
Last Post: CmykStudent_
08-27-2026, 05:28 PM
» Replies: 12
» Views: 29,409
|
to give the dots some var...
Forum: General questions
Last Post: sallyanne
08-27-2026, 02:33 AM
» Replies: 1
» Views: 190
|
Wacom tablet with GIMP 3....
Forum: General questions
Last Post: Scallact
08-26-2026, 11:34 AM
» Replies: 8
» Views: 557
|
Custom Theme Not Showing ...
Forum: General questions
Last Post: Buerre
08-25-2026, 02:03 PM
» Replies: 2
» Views: 246
|
Tatoo color
Forum: General questions
Last Post: denzjos
08-24-2026, 06:34 PM
» Replies: 3
» Views: 298
|
No Panels or Toolbars (GI...
Forum: General questions
Last Post: Buerre
08-24-2026, 08:24 AM
» Replies: 4
» Views: 367
|
Pressure sensitivity is n...
Forum: General questions
Last Post: TheJuggler
08-23-2026, 11:23 PM
» Replies: 4
» Views: 8,071
|
|
|
| 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.
|
|
|
| Simplifying a path |
|
Posted by: Ottia Tuota - 05-16-2021, 09:20 AM - Forum: Extending the GIMP
- Replies (40)
|
 |
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.
|
|
|
|