GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
png2swf(1) swftools png2swf(1)

png2swf - Takes a number of png files and converts them to a swf movie, one picture per frame.

png2swf [-X width] [-Y height] [-o file.swf] [-r rate] file1.png [file2.png...]

This tools converts png image files into an SWF animation. It takes any number of input pictures, and converts them to SWF one-by-one, where every converted picture is a seperate frame in the target SWF.

The way the images are encoded in SWF is very similar to PNG (in that a zlib-based, lossless compression algorithm is used).


Set movie framerate (frames per second)

Explicitly specify output file. (Otherwise, output will go to stdout / output.swf)

Generate a lossy jpeg bitmap inside the SWF, with a given quality (1-100)

Use Flash MX (SWF 6) Zlib encoding for the output. The resulting SWF will be
smaller, but not playable in Flash Plugins of Version 5 and below.

Set the flash version to generate

Force movie width to width (default: autodetect)

Force movie height to height (default: autodetect)

Set verbose level (0=quiet, 1=default, 2=debug)

Omit normal log messages, only log errors

For use as CGI- prepend http header, write to stdout

Print version information and exit

Scale image to percent% size.

Matthias Kramm <kramm@quiss.org>

February 2012 png2swf

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.