Gimp python plugin:
Rotate image using Paths
rot2.py is a plugin for rotating the image using two reference points, it is only necessary to create a path with two points and call the plugin from the window … Read more >
rot2.py is a plugin for rotating the image using two reference points, it is only necessary to create a path with two points and call the plugin from the window … Read more >
This new version allows you to select the type of interpolation that will be applied to the mobile layer and optionally have it work on a copy of the layer … Read more >
This new version adds new shapes to the previous and rearrange some tabs Changes in Rombus The Rombus shape goes to the From corners from corners tab. Now is posible use … Read more >
New version of the plugin for create paths in Gimp, changes make incompatible to the previous version. News: Shapes grouped by category Radioboxes and checkboxes in the interfaz Help images … Read more >
Chinese tutorial about how to use Gimp WebSplit: http://tieba.baidu.com/p/3238938081
Follow path now includes the option of mapping values to the Y coordinate (vertical) at which the layer is moved. The first value is applied to the lower Y value … Read more >
One of the most frequent questions to use python scripts in gimp is where to store the .py files, just look in the preferences gimp directories assigned to it or … Read more >
Follow The new version of Follow path uses the new objects added to gimpfu3, tabs to make more clear the interface (PF_TABS object) and DrawingArea (PF_DRAW) to preview the changes … Read more >
Updated version of the python console. New: New text field that allows you to search for partial text in the list of methods, properties and functions, which do not contain … Read more >
Console extended is an update for gimp plugin that adds a property viewer. Passing the object name or variable list his methods and variables and double-click on the name add … Read more >