/usr/share/doc/libming-util/README is in libming-util 1:0.4.5-1ubuntu5.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 | TOOLS FOR MING
These are various tools useful in development of ming. None are
particularly user friendly.
make all_binaries - compiles all working tools
make <name> - compiles the single requested tool
general tools:
makeswf - compile actionscript code into an .swf movie
bindump - show file data in hex and binary
hexdump - show file data in hex
list tools:
listswf - swf format disassembler
listaction - show actionscript in the swf
listfdb - show contents of fdb font file
listmp3 - show frame header info in mp3 files
listjpeg - show frame header info in jpeg files
swfto... converter:
swftoperl - attempt to make a perl/ming script out of an swf file
Look at swftoperl.html
swftophp - attempt to make a php/ming script out of an swf file
swftopython - a todo for pythonfriends :-) not done yet.
fonts:
makefdb - rip fdb font definition files out of a swf or generator
template file.
graphics:
png2dbl - convert a png-file to dbl
*gif2dbl - convert a gif-file to dbl
*gif2mask - convert a gif image to an alpha mask
sound:
raw2adpcm - convert a raw(pcm?) soundfile to a adpcm-coded soundfile
(smaller size than raw)
|