What is .avs file?
Stardent AVS X is a raster image. Images are uncompressed.File extension is .avs.
Software handling .avs files
Rest7 Free Online ConverterStructure of .avs images
The header is 8 bytes long.Name | Type | Description |
---|---|---|
Width | UInt32 | |
Height | UInt32 |
Data types:
UInt8, UInt16, UInt32, UInt64 - Unsigned Integer 8 bit, 16 bit, 32 bit, 64 bit
Int8, Int16, Int32, Int64 - Signed Integer 8 bit, 16 bit, 32 bit, 64 bit
UMint16, UMint32 - Unsigned Motorola Integer 16 bit, 32 bit (Big Endian)
Char8, Char16 - Char 8 bit, 16 bit