- 授权协议: Apache
- 开发语言: Ruby
- 操作系统: 跨平台
- 软件首页: http://code.google.com/p/swf-util/
软件介绍
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")
The Joy of X
Niall Mansfield / UIT Cambridge Ltd. / 2010-7-1 / USD 14.95
Aimed at those new to the system seeking an overall understanding first, and written in a clear, uncomplicated style, this reprint of the much-cited 1993 classic describes the standard windowing syste......一起来看看 《The Joy of X》 这本书的介绍吧!
