For the script-fu/python-fu-challenged but spreadsheet mavens, a little piece of code that lets you export/import paths from your favorite spreadsheet programs, when the path you want to create can be computed, for instance to create this:
The plugin selectively blurs the color information (both hue and saturation) in image. There are two basic scenarios / reasons to use this: When saturating poorly saturated images (to prevent artifacts in color) and cartoonizing images. The plugin blurs selectively, and can even "sharpen" transitions between two colors.
The plugin have thee basic outputs - blur the color on place/image, cartoon mode and creation of lines.
I'm tired of building a PDF from layers manually so I finally got around to scripting it. This requires "convert" from ImageMagick to be installed. It has been tested on Linux(Ubuntu).
This is a little simple script what helphs to hatching selected area of picture with a pencil-like lines (random noise+moving blur). This script is used in "yet another way" to stylize photo like a drawing. Examples are here,
full description is at http://leoblog.ru/?Proekty:Pesni_pro_grafiku:Make_a_picture_from_photo_%...
This is another simple script for edges detection. I like like it much more than standart edge detection scripts, because in case of photo processing it gives results more close to real ones.
After installation, script will be at Scripts/Leon/Morphology edges detection
I'm attached here an example: sources picture and results of Sobel and Morphology edge detection. Each edges are processed: colors inverted, Color-Levels-Auto.
Useful plugin for texture artists. In two clicks you can create seamless texture from image.
Features:
- automatically blending edges to remove "seam" effect
- split image into 4 layers - convenient for further editing
- overlapping if you want to postprocess image manually
- automatically make square texture (optional) - if you want to make power-of-two texture for game
- no repeating pattern effect
Of course, sometimes you need to use stamp tool or eraser tool to make texture looks better. But it is super-easy due to autosplitted layers.
Recent comments