NAME

billboard - Spin image about the horizontal axis, and end up with another image.

SYNOPSIS

<Image>/Filters/Animation/Billboard...

DESCRIPTION

Take one image. Spin image about the horizontal axis, and end up with another image. I made it for easy web buttons, mostly because somebody suggested to me.

I think it was tigert that suggested this.

PARAMETERS

  [PF_DRAWABLE, "destination", "What drawable to spin to"],
  [PF_INT8, "frames", "How many frames to use", 16],
  [PF_COLOR, "background", "What color to use for background if not transparent", 'black'],
  [PF_INT8, "perspective", "How much perspective effect to get", 40],
  [PF_TOGGLE, "spin_back", "Also spin back" , 0],
  [PF_TOGGLE, "convert_indexed", "Convert to indexed", 1],
  [PF_SPINNER, "billboard_slats", "Number of shades", 3, [1,50,1]],

IMAGE TYPES

*

AUTHOR

Seth Burgess <sjburges@gimp.org>

DATE

Version 1.3

LICENSE

Copyright Seth Burgess.

Distributed under the same terms as Gimp-Perl.