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://www.codercto.com/soft/d/2822.html

The Joy of X

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》 这本书的介绍吧!

HTML 压缩/解压工具
HTML 压缩/解压工具

在线压缩/解压 HTML 代码

XML 在线格式化
XML 在线格式化

在线 XML 格式化压缩工具

正则表达式在线测试
正则表达式在线测试

正则表达式在线测试