This script creates shiny-looking 3D logos, similar to that of a well-known search engine. read more »
Turn a boring flat image into a stylish 3D-shadowed-glowing one.
Flash movie generator with typewriter effect on text.
Required Libraries:
- ming 0.3
- python-ming 0.3
This script tries to fix the tone of a photo taken with wrong exposure. In some landscape photos, it can have a nice effect of enhancing the colors.
The general idea is to produce different copies of the image at different gamma levels, then applying simple tone mapping techniques to produce a vibrant photo.
The script allows the user to control the number of copies by setting the lowest and highest gamma setting then the interval. For example lowest=20, highest=170, interval=10 results to (170-20)/10 = 15 copies with increasing gamma level from 0.2 to 1.7. Play around! read more »
Puts 2 borders around the image. The outside border is a Gausian blur of the image itself, the inner border is a colour.
This script has 4 options:
1. Border colour, pick the colour of the inner border.
2. Border size, the width of the colour border.
3. Blur amount, the amount of blur applied to the border.
4. Blur border size, the width of the blur border
After: read more »
This Script Generates a SpaceScape (StarScape) a deep space picture with stars and space dust clouds.
You can determine the aspects of the space dust clouds, the color, the image size and the amount of detail. read more »
A flexible lomo simulation plugin for py-gimp. Design inspired by several other authors who are credited in the README file, plus some of my own ideas.
The Script generates a glowing image (RGBA). Use for create an icon with glow effect (selected) like Amiga desktop. Script support combine glowing methods for any applications. Glow options:
* Glow Color
* Glow Intensity (0..10)
* Brightness (0..120)
* Gaussian Blur Intensity (1..100)
* Post-Blur: Pixelize
* Post-Blur: Noisify
* Image decrease scaling (x24..x2)
Ready for Gimp 2.4.3!
This script (originally by Iccii) implements the effects: add border, bevel and emboss, color overlay, drop shadow, gradient overlay, inner glow, inner shadow, outer glow, pattern overlay, satin.
It works when applied on a (transparent) layer or on a textlayer, but not on the background-layer . The layers are linked so the object can be moved around.
The latest version is tested on GIMP 2.4.
See webpage with examples http://users.telenet.be/ev1/gimplayereffects_en.html