swfheader

码农软件 · 软件分类 · Flash开发包 · 2019-04-04 08:42:00

软件介绍

swfheader是一个处理swf文件的工具脚本,可用于读取swf文件头信息、压缩和解压缩swf文件。

一个轻量级的纯Ruby实现的swf文件处理脚本,可以读取swf文件头信息(大小、帧率、长宽、是否压缩、flash版本信息等)、压缩swf文件和解压缩swf文件。基于Apache License2协议发布。

header=SwfUtil.read_header("test.swf")
header.inspect
header.version
header.frame_rate
header.width
...
  • compress swf file
   SwfUtil::compress_swf("test.swf","test_compressed.swf")
  • Decompress swf file
  SwfUtil::decompress_swf("test_compressed.swf","test_decompressed.swf")

本文地址:https://codercto.com/soft/d/2822.html

Tango with Django

Tango with Django

David Maxwell、Leif Azzopardi / Leanpub / 2016-11-12 / USD 19.00

Tango with Django is a beginner's guide to web development using the Python programming language and the popular Django web framework. The book is written in a clear and friendly style teaching you th......一起来看看 《Tango with Django》 这本书的介绍吧!

JS 压缩/解压工具
JS 压缩/解压工具

在线压缩/解压 JS 代码

HTML 编码/解码
HTML 编码/解码

HTML 编码/解码

RGB CMYK 转换工具
RGB CMYK 转换工具

RGB CMYK 互转工具