The registry has been down due to a hard-drive failure, which took some time to resolve. It should now be up and running again -- let me know if you notice any errors.
New in Version 1.2.1
Enhanced Glass effects with Gradient, Bevel & Bump Mapped glass now supported. Select vertical, horizontal & diagonal gradients.
Download script: http://gimpscripts.com/2013/05/logo-toolbox/
This package contains 12 scripts, developed using Python and GIMP 2.8, which objective is to serve as templates and as code samples to programmers that are new in Python-Fu scripting.
In order to install these scripts, you must copy them in the "plug-ins" folder of GIMP (normally "GIMP 2/lib/gimp/2.0/plug-ins").
After installed, the scripts can be found in "Filters -> Test".
Basic scripts
These scripts are basic examples of how to create a Python plugin.
This package contains 12 scripts, developed using Python and GIMP 2.8, which objective is to serve as templates and as code samples to programmers that are new in Python-Fu scripting.
In order to install these scripts, you must copy them in the "plug-ins" folder of GIMP (normally "GIMP 2/lib/gimp/2.0/plug-ins").
After installed, the scripts can be found in "Filters -> Test".
Basic scripts
These scripts are basic examples of how to create a Python plugin.
This is a normal map generator from a single image, originally created by omaremad. Load a single layer picture, then choose filters/map/insanebump..., tweak the details, then hit OK. The normal/height/ambiend/specular maps for the picture will be created within the folder where the original picture resides.
The script produces different files within the original image's directory:
the _n is the normal map,
the _s is the specular,
the _d is the diffusion (just the color)
the _a is the ambiend occlusion
the _h is the displacement (or height map)
When searching for a good tool for making seamless textures I found "Seamless texture maker" by RPG, but it turned out to be very simplistic and a bit glitchy, so I wrote my own version. It produces two additional layers - the horizontal and the vertical overlap.
plugin for gimp to capture a frame from camera and to load it to gimp workspace.till nw i got the code to capture image and load the image but it is done by saving the captured frame but i want to load frame without saving the image....code till nw
This is a python-fu script to cycle through four modes on a Wacom Intuos 5 tablet, updating the middle touch ring to perform different functions in each mode (eg zoom, change brush size, prev/next layer, scoll). The script can set the correct LED on the tablet, but only if write permissions are given to the leds in the /proc file system (see the source code for hints).
Requires xsetwacom and libnotify-tools. Only intended for Linux.
Recent comments