Previous section To contents Next section

12.10 Image.AVS

DESCRIPTION

METHOD
Image.AVS._decode,
Image.AVS.encode,
Image.AVS.decode

SYNTAX
object decode(string data)
mapping _decode(string data)
string encode(object image)

DESCRIPTION
Handle encoding and decoding of AVS-X images. AVS is rather trivial, and not really useful, but:

An AVS file is a raw (uncompressed) 24 bit image file with alpha. The alpha channel is 8 bit, and there is no separate alpha for r, g and b.


Previous section To contents Next section