GIMP Scripts

These are some scripts I have written for the GNU Image Manipulation Program (GIMP).

The Scripts

Wide Poster Slice

This Script-Fu (Scheme) script is designed to divide an image with a wide horizontal aspect ratio into multiple tiles of a specific aspect ratio. The most obvious application of this is to make Photography.Panorama images easier to print at large sizes.

Usage

Open an image to slice into small tiles. %IMAGE{"wps-start.png" type="frame" align="center"}% Run the script from Filters->Script-Fu->Utils. Enter the aspect ratio of the tiles you want to create. Only the width-to-height ratio is important, not the actual units. The actual height of each tile will be the same as the source image. %IMAGE{"wps-script.png" type="frame" align="center"}% The number of output images created will depend on the relationship between the source and tile aspect ratios. In most cases, there will be overlap between adjacent tiles, which will be distributed evenly; no tile will be narrower than the others or have empty space on either side. %IMAGE{"wps-out.png" type="frame" align="center" size="600"}%

-- StephenCavilia - 2009-08-25
Topic attachments
I AttachmentSorted ascending Action Size Date Who Comment
wide-poster-slice.scmscm wide-poster-slice.scm manage 2 K 25 Aug 2009 - 04:25 StephenCavilia  
wps-out.pngpng wps-out.png manage 317 K 25 Aug 2009 - 21:02 StephenCavilia  
wps-script.pngpng wps-script.png manage 16 K 25 Aug 2009 - 21:02 StephenCavilia  
wps-start.pngpng wps-start.png manage 150 K 25 Aug 2009 - 21:02 StephenCavilia  
Topic revision: r2 - 25 Aug 2009, StephenCavilia
This site is powered by FoswikiCopyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding CodenamePending? Send feedback