You are here

Show Layer Information

This small script shows some information related to the current selected layer. This info includes:

- The layer's name
- The layer dimensions (in pixels)
- The layer offset respect the origin of the whole image (in pixels)

You can go to View->Layer info menu option to show the layer information window. The window stays on top, so the user can switch between the different layers of the image to inspect their values easily.

Split and join images

This an improve version of "To slice and merge images" you can split your images in any number of rows and columns and join them again later.

Improvements:

  1. The splitted images have an Alpha Channel (transparency)
  2. The images names have sequential numbers (image1, image2...)

Bugs Fixed:

  1. The resultant images don't have the previus extension in their names
  2. The files aren't overwrited anymore

Thanks to "Anonymous" for the Alpha Channel and Giuseppe Conte

The aplication is installed in Filters->ATG

AnimStack: animation tools for GIMP 2.8


May 19, 2013 - AnimStack 0.61 is a bugfix release, fixing very stupid bug with [render]
April 17, 2013 - AnimStack 0.6 is released! See release notes in the comment section.

Watch video tutorials here: http://www.youtube.com/playlist?list=PLiASt6bCYQNCRlWbGrwyPnmJlwIzMziEq

Also check out the official AnimStack tumblr: http://animstack.tumblr.com/

AnimStack is a collection of tools to simplify creating animations in GIMP. It makes heavy use of Layer Groups, introduced in GIMP 2.8.

A simple example of a problem this script might solve: you have an animation, but you want to put some text on top of it. Normally you would have to add text to every frame manually, but with AnimStack this task is completely automated. AnimStack is perfect for post-processing your GIF animations and adding various simple effects to them.

To get an overview of available features please watch the video: http://youtu.be/lHKx0g8xEl4

Pixel Dot Mask

This creates a simplistic version of the early newspaper/print halftone (https://en.wikipedia.org/wiki/Halftone) dot look. It is based upon a manual method described at http://www.reddit.com/r/GIMP/comments/uggfq/help_how_to_dot_raster_an_im...

Version 1.1.1 -- updated 2012-06-20: Fixed issue running script in GIMP 2.8

grid-filler-random-color

A script to fill areas in a grid with random colors from a list or a gradient

The doc: http://gimp-tools.sourceforge.net/tools.shtml
The script: http://sourceforge.net/projects/gimp-tools/files/scripts/

The sample:

Enjoy.

Flatten all layer groups

Image > Flatten Layer Groups

Does exactly what you expect it to do. Every top-level layer group is merged (careful: only visible layers in each layer group are merged). The layer tree becomes completely flat. Why is this useful? Well, I made it because it is impossible to convert an image to Indexed mode or export it as animated GIF if it contains any layer groups. And layer groups are extremely useful for animated GIFs. It's a conundrum! And this script helps automate the process somewhat.

True PseudoGray

A script-fu implementation of the Pseudogrey encoding as presented originally by Rich Franzen, and brought to my attention by gimpchat.com user lylejk in this thread.

I've written up a blog post as well detailing the method and how it's derived.

Rotation Animation

This script helps create simple rotating animations.

It asks for the desired number of animation frames (between 4 and 24 frames in increments of 4), and generates the corresponding number of layers each containing a rotated version of the image's background layer.
A choice of animation motion (circular and pendulum) is provided.

It has been tested in Gimp 2.6.11 on GNU/Linux and 2.8 on Windows XP.

Released v1.11 on 2012-07-02.

* Added pendulum motion
* fixed issue from lingering test code

Embroidery Stitcher

Hi this is my second Script-Fu and it seems a few people liked it so i thought i would post it here at the registry.
It's a SCM script so it will go in your scripts folder.

Just open a image and select the layer you want to work on and go to Filters>Artistic>Embroidery Stitcher.
The script is non interactive, that is to say it just runs with no adjustments (for now), and should work on any layer or image.I may add a stitch width adjustment later.

Move, Scale, and Rotate using paths as reference

This is a collection of four scripts which help with aligning layers for HDR and mask workflow, as well as simply scaling, moving, or rotating layers.

Pages