Skip to content

OpenGG/swfzip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

swfzip

Toolset to compress/decompress swf with zlib/lzma

Installation

  1. First you need python2.7 with pylzma package installed;
  2. Run build.py to set up symbolic link.

Usage

Compressing: swfzip.py input.swf output.swf [lzma/zlib].

Notice: If no compression format is given, then zlib is used, for its better compatibility.

Desompressing: swfunzip.py input.swf output.swf.

Credits

This repo is inspired by jspiro's swf2lzma repo.

About

Toolset to compress/decompress swf with zlib/lzma

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages