The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

swf-scripter - Create simple animations via a script

SYNOPSIS

  swf-scripter [options] [input1] [input2] .. [inputN]

  Help Options:

   --help        Show the help information for this script.
   --manual      Read the manual for this script.

ABOUT

swf-scripter is a simple wrapper around the SWF::Scripter library, and it allows for simple animations or slideshows to be created.

Usage is as simple as giving the name of an input file as a parameter:

   # create movie
   create 320,240

   # set the background to be red
   clear 0,0,0

   # load an image at 0,0
   load 0,0, foo.jpg

   # save the result
   save foo.swf

AUTHOR

 Steve
 --
 http://www.steve.org.uk/

LICENSE

Copyright (c) 2010 by Steve Kemp. All rights reserved.

This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. The LICENSE file contains the full text of the license.