Categorygithub.com/alacrity-engine/resource-codec
modulepackage
0.0.0-20231024120136-234e4a3b1b5e
Repository: https://github.com/alacrity-engine/resource-codec.git
Documentation: pkg.go.dev

# Functions

AnimationDataFromBytes restores the animation data from the byte array.
No description provided by the author
No description provided by the author
Compress compresses the given data using the consented compression function.
No description provided by the author
No description provided by the author
No description provided by the author
CompressLZWOrderLSBLitWidth8 uses the LZWOrderLSBLitWidth8 compression algorithm to compress the given data.
DecodeTag decodes the byte sequence as a tag.
Decompress decompresses the given data using the consented decompression function.
DecompressLZWOrderLSBLitWidth8 uses the LZWOrderLSBLitWidth8 decompression algorithm to decompress the given data.
No description provided by the author
EncodeTag encodes the tag as a byte sequence.
Hash computes the hash sum of the given data using the consented hashing algorithm.
HashKeccak256 is the Keccak256 hashing algorithm.
HashSHA256 is the SHA-256 hashing algorithm.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Constants

CompressionAlgorithmLZWOrderLSBLitWidth8 stands for the LZW compression algorithm with LSB for order and 8 for literal width.
HashAlgorithmKeccak256 is the identifier of the Keccak256 hashing algorithm.
HashAlgorithmSHA256 is the identifier of the SHA-256 hashing algorithm.
No description provided by the author
No description provided by the author
No description provided by the author

# Variables

ConsentedCompressionAlgorithm is the compression algorithm chosen for picture compressing.
ConsentedHashAlgorithm is the hash algorithm chosen for overall integrity checking.
ConsentedPixFormat is the pixel data format chosen for retrieved pictures.

# Structs

AnimationData contains data about animation frames, their durations and the name of the texture.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Type aliases

No description provided by the author
No description provided by the author
No description provided by the author