+++ to secure your transactions use the Bitcoin Mixer Service +++

 

Jump to content

SWFTools: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
Added {{notability}} tag to article using TW
m →‎Tools: Minor fix
 
(40 intermediate revisions by 35 users not shown)
Line 1: Line 1:
{{Multiple issues|
{{notability|Products|date=May 2011}}
{{Refimprove|date=October 2014}}
'''SWFTools''' is a suite of software tools to create and manipulate [[SWF]] files. SWF is the file format used by [[Adobe Flash]] (formerly Macromedia Flash) animation software. SWFTools is available as a compiled installer for [[Microsoft Windows|Windows]] and as source code for compiling to run in [[Linux]] and several other Unix-like systems after downloading additional third-party libraries. Using MacPorts software, it can be compiled to run in [[Mac OS X]].
{{Notability|Products|date=October 2014}}
}}


{{Infobox software
SWFTools is distributed under the terms of the [[GNU General Public License]] and is thus [[free software]].
| name = SWFTools
| developer = Matthias Kramm and others
| released = {{Start date and age|2003}}
| latest_release_version = 0.9.2 Stable
| latest_release_date = {{Start date and age|2012|04|08}}
| latest preview version =
| latest preview date = <!-- {{Start date and age|YYYY|MM|DD}} -->
| programming_language = [[C (programming language)|C]]
| operating_system = [[Cross-platform]]
| genre = [[Utility software]] - [[PDF]] [[SWF]]
| license = [[GNU General Public License|GPL-2.0-or-later]]
| website = {{URL|http://swftools.org/}}
}}


'''SWFTools''' is an [[Open-source software|open source]] software tool suite for creating and manipulating [[SWF]] files. Distributed under the terms of the [[GNU General Public License|GPL-2.0-or-later]], it may be compiled from C source, to run under Linux, Microsoft Windows, and Apple OS X.<ref name=brighthub>{{cite web|last1=Bowen|first1=Ronda|title=Top 5 Low-Budget and Free Flash Editors|url=http://www.brighthub.com/internet/web-development/articles/73998.aspx|website=Brighthub.com|publisher=Bright Hub Inc.|accessdate=7 February 2015|date=13 March 2011}}</ref> On [[Microsoft Windows]] systems, the pre-compiled installer also installs a GUI wrapper for the suite's PDF to SWF conversion tool, '''pdf2swf'''.
The central tool is '''swfc''' which takes as input a description of a Flash animation in a simple language and creates as output an SWF file. It is possible to include [[ActionScript]] scripts into the generated SWF file. SWFTools also includes the '''RFXSWF Library''' which allows to write programs that generate SWF.


SWFTools relies upon, and links against, additional third-party libraries for some of its functionality, e.g. [[Xpdf]], PDFlib, [[freetype]], and [[libjpeg]].
In addition SWFTools includes a number of tools to convert content in the [[PDF]], [[JPEG]], [[GIF]], [[WAV]] and [[Audio Video Interleave|AVI]] formats to SWF, and others to extract information and content from existing SWF files. It's also possible to embed other SWF files, which may be useful for animating static pictures (for example, the static SWF files generated by [[OpenOffice.org]] Impress and Draw).


==See also==
==Tools==
The current stable SWFTools suite, version 0.9.2, consists of the following components:
{{Portal|Free software}}

* [[Gnash]], a free Flash viewer
{|class=wikitable
* [[Ming library|Ming]], a free library to create SWF files, used by SWFTools
!Component
* [[Flasm]]
!Brief Description
* [[MTASC]]
|-
* [[Comparison of screencasting software]]
|'''as3compile'''
|A standalone ActionScript 3.0 compiler.
|-
|'''avi2swf'''
|AVI animation files to SWF converter (now deprecated, use MEncoder or ffmpeg for this).
|-
|'''font2swf'''
| Font file (TTF, Type1) conversion to SWF.
|-
|'''gif2swf'''
|GIFs to SWF conversion. Able to handle animated gifs.
|-
|'''jpeg2swf'''
|Generates a slideshow from one or more JPEG pictures. Supports motion estimation compression (h.263) for better compression of video sequences.
|-
|'''pdf2swf'''
|PDF to SWF Converter. Generates one frame per page. Enables fully formatted text, ::including tables and formulas, inside a SWF. It is based on the xpdf PDF parser from ::Derek B. Noonburg.
|-
|'''png2swf'''
|Like JPEG2SWF, only for PNGs.
|-
|'''swfbbox'''
|Allows reading, optimizing and readjusting SWF bounding boxes.
|-
|'''swfc'''
|SWF file creation from simple script files. Includes ActionScript 2.0/3.0 support.
|-
|'''swfcombine'''
|Multi-function tool for SWF insertion into Wrapper SWFs, SWF concatenation, stacking, and basic parameter manipulation (e.g. size change ).
|-
|'''swfdump'''
|Prints out SWF information, i.e. images/fonts/sounds, contained code disassembly, cross-reference and bounding box data.
|-
|'''swfextract'''
|SWF element extraction: Movieclips, Sounds, Images, shapes, etc.
|-
|'''swfrender'''
|Bitmap rendering from swf files created with pdf2swf, jpeg2swf or png2swf.
|-
|'''swfstrings'''
|Scans SWFs for text data.
|-
|'''wav2swf'''
|WAV audio to SWF conversion.
|}

Extra and/or adapted commands are available in the development versions and the Git repository.

The SWFTools suite also includes a Python gFX API library, consisting of a PDF parser (based on [[xpdf]]) and a number of rendering back-ends. Using the API, one can extract text from PDF pages, create bitmaps from PDF, and convert PDF files to SWF. The latter functionality is similar to that offered by the standalone '''pdf2swf''' utility detailed above, but more powerful: the API can create individual SWF files from single PDF pages, or composite pages from different PDF files.

==References==
{{Reflist}}


==External links==
==External links==
* [http://www.swftools.org/ swftools.org] Official site, with documentation and changelog
* {{Official website|http://www.swftools.org/}}


{{Adobe Flash}}
{{Animation editors}}
{{Animation editors}}
{{Flash builders}}


{{DEFAULTSORT:Swftools}}
{{DEFAULTSORT:Swftools}}
[[Category:Free media software]]
[[Category:Adobe Flash]]
[[Category:Adobe Flash]]
[[Category:2D animation software]]
[[Category:Free 2D animation software]]
[[Category:Free multimedia software]]

[[Category:Motion graphics software for Linux]]
[[es:SWFTools]]
[[pt:SWFTools]]

Latest revision as of 00:49, 21 December 2021

SWFTools
Developer(s)Matthias Kramm and others
Initial release2003; 21 years ago (2003)
Stable release
0.9.2 Stable / April 8, 2012; 12 years ago (2012-04-08)
Repository
Written inC
Operating systemCross-platform
TypeUtility software - PDF SWF
LicenseGPL-2.0-or-later
Websiteswftools.org

SWFTools is an open source software tool suite for creating and manipulating SWF files. Distributed under the terms of the GPL-2.0-or-later, it may be compiled from C source, to run under Linux, Microsoft Windows, and Apple OS X.[1] On Microsoft Windows systems, the pre-compiled installer also installs a GUI wrapper for the suite's PDF to SWF conversion tool, pdf2swf.

SWFTools relies upon, and links against, additional third-party libraries for some of its functionality, e.g. Xpdf, PDFlib, freetype, and libjpeg.

Tools[edit]

The current stable SWFTools suite, version 0.9.2, consists of the following components:

Component Brief Description
as3compile A standalone ActionScript 3.0 compiler.
avi2swf AVI animation files to SWF converter (now deprecated, use MEncoder or ffmpeg for this).
font2swf Font file (TTF, Type1) conversion to SWF.
gif2swf GIFs to SWF conversion. Able to handle animated gifs.
jpeg2swf Generates a slideshow from one or more JPEG pictures. Supports motion estimation compression (h.263) for better compression of video sequences.
pdf2swf PDF to SWF Converter. Generates one frame per page. Enables fully formatted text, ::including tables and formulas, inside a SWF. It is based on the xpdf PDF parser from ::Derek B. Noonburg.
png2swf Like JPEG2SWF, only for PNGs.
swfbbox Allows reading, optimizing and readjusting SWF bounding boxes.
swfc SWF file creation from simple script files. Includes ActionScript 2.0/3.0 support.
swfcombine Multi-function tool for SWF insertion into Wrapper SWFs, SWF concatenation, stacking, and basic parameter manipulation (e.g. size change ).
swfdump Prints out SWF information, i.e. images/fonts/sounds, contained code disassembly, cross-reference and bounding box data.
swfextract SWF element extraction: Movieclips, Sounds, Images, shapes, etc.
swfrender Bitmap rendering from swf files created with pdf2swf, jpeg2swf or png2swf.
swfstrings Scans SWFs for text data.
wav2swf WAV audio to SWF conversion.

Extra and/or adapted commands are available in the development versions and the Git repository.

The SWFTools suite also includes a Python gFX API library, consisting of a PDF parser (based on xpdf) and a number of rendering back-ends. Using the API, one can extract text from PDF pages, create bitmaps from PDF, and convert PDF files to SWF. The latter functionality is similar to that offered by the standalone pdf2swf utility detailed above, but more powerful: the API can create individual SWF files from single PDF pages, or composite pages from different PDF files.

References[edit]

  1. ^ Bowen, Ronda (13 March 2011). "Top 5 Low-Budget and Free Flash Editors". Brighthub.com. Bright Hub Inc. Retrieved 7 February 2015.

External links[edit]