plug_in_pagecurl_Iterator_ALT << INDEX >> plug_in_papertile_Iterator_ALT

plug_in_papertile (September 31, 1999)

NAME
plug_in_papertile - Cuts an image into paper tiles, and slides each paper tile.
SYNOPSIS
plug_in_papertile (run_mode,image,drawable,tile_size,move_max,fractional_type,wrap_around,centering,background_type,background_color,background_alpha)
DESCRIPTION
This plug-in cuts an image into paper tiles and slides each paper tile.
MENUPATH
<Image>/Filters/Map/Paper Tile...
IMAGETYPES
RGB*
INPUT ARGUMENTS
TYPENAMEDESCRIPTION
INT32run_moderun mode
IMAGEimageinput image
DRAWABLEdrawableinput drawable
INT32tile_sizetile size (pixels)
FLOATmove_maxmax move rate (%)
INT32fractional_type0:Background 1:Ignore 2:Force
INT32wrap_aroundwrap around (bool)
INT32centeringcentering (bool)
INT32background_type0:Transparent 1:Inverted 2:Image? 3:FG 4:BG 5:Color
INT32background_colorbackground color (for bg-type 5)
INT32background_alphaopacity (for bg-type 5)
SOME SYNTAX ALTERNATIVES
$drawable->papertile (tile_size,move_max,fractional_type,wrap_around,centering,background_type,background_color,background_alpha)
$image->papertile (drawable,tile_size,move_max,fractional_type,wrap_around,centering,background_type,background_color,background_alpha)
plug_in_papertile (drawable,tile_size,move_max,fractional_type,wrap_around,centering,background_type,background_color,background_alpha)
papertile Layer (drawable,tile_size,move_max,fractional_type,wrap_around,centering,background_type,background_color,background_alpha)
papertile Image (drawable,tile_size,move_max,fractional_type,wrap_around,centering,background_type,background_color,background_alpha)
papertile Plugin (drawable,tile_size,move_max,fractional_type,wrap_around,centering,background_type,background_color,background_alpha)
INSTALLATION PATH
/opt/lib/gimp/1.2/plug-ins/papertile
AUTHOR
Hirotsuna Mizuno <s1041150@u-aizu.ac.jp>
(c)September 31, 1999 Copyright (c)1997-1999 Hirotsuna Mizuno


This page was created by gimpdoc, written by Marc Lehmann <pcg@goof.com>