scale

CloneLayer Tool - GIMP 2.7.x - Updated!

Hello all!

I'm web-developer. I use the Gimp for making a web2-widgets or for small parts of design.
Usually, my work requires frequent duplication of layers and their exact placement on the canvas. However, the Gimp does not have a tool to perform batch processing of images (layers). So, I decided to write a small plugin that solves this problem. And I did it! I hope it will useful for you....  read more »

lqr_wpset

Summary

Python-fu plugin to properly scale image, render metadata label on top of it and set it as a desktop background, designed mostly for non-interactive usage.

Plugin is created as a part of an aura project.

Details

Plugin takes a single argument - path of an image file - and then performs the following actions:  read more »

Isometric Wall

This script-fu skews an image in order to help to draw walls for isometric projection. It can also scale image with few options (ratio, a second layer with interpolation and opacity)...

For further explanation, see also http://registry.gimp.org/node/25040

You can find "02 - Isometric Wall" in Filters>2D Isometric-Fu>

example:

Isometric Floor

This script-fu turns a "flat" image into isometric image. This helps to draw floors. It can also scale image with few options (ratio, a second layer with interpolation and opacity)...

You can find "02 - Isometric Floor" in Filters>2D Isometric-Fu>

example:

Why is there "a second layer with interpolation and opacity" for scaling?
There is always a first layer without interpolation to try to keep the grain texture. This is practical for stone for example. The opacity of this layer is always 100%.  read more »

Fibonacci spiral

Converts a square or rectangular image into a Fibonacci spiral by making smaller copies of the image, rotating them, and arranging them into a spiral tiling. If the initial image is square, then the tiling has no overlap; for a rectangular image, the user can specify a blending mode for how the overlap is treated.

Golden yucca  read more »

layer-cover-image

Scale and move the layer to cover the canvas. Just another "shortcut" script for a commonly used action...

Shadowed Thumbnails

Create shadowed thumbnail is a GIMP scrit which allow you to create a thumbnail preview of an image with a shadow effect.
For questions o r suggestions you can write to author mail address: tommaso.frazzetto@gmail.com.
This script is part of a tutoria which is an introduction to scripting in GIMP.  read more »

Pattern Scale

By request at GimpTalk...

A script to take the current pattern, scale it and leave a copy in the clipboard. Gimp 2.6 lets you use the image in the clipboard as a fill pattern, so you can just use it from there

Scale is from 20% to 500% It used Lanczos scaling working a a tiled copy of the image, so if the source pattern is tileable the scaled one will be as well.

You can access the script by right clicking on a pattern and selecting "Scale Pattern..."  read more »

Scale in steps

About

"Scale in steps" resizes an image to the given dimensions in several steps to get a way sharper result compared to resizing in one step. The step size is given in percent and should range between seven and ten percent.

Samples

None of the sample images are sharpened. The original picture was 3000×2000.

baerm_s5.jpg
Stepsize: 5%
baerm_s.jpg
Stepsize: 10%
baerm_f.jpg
Traditional scaling

 

Syndicate content