mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-08 13:43:43 +00:00
tvg picture: binary version up.
This commit is contained in:
parent
09e6278aff
commit
cfb9ea8a43
46 changed files with 1 additions and 1 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -36,7 +36,7 @@ using TvgBinFlag = TvgBinByte;
|
||||||
#define TVG_HEADER_SIZE 33 //TVG_HEADER_SIGNATURE_LENGTH + TVG_HEADER_VERSION_LENGTH + 2*SIZE(float) + TVG_HEADER_RESERVED_LENGTH + TVG_HEADER_COMPRESS_SIZE
|
#define TVG_HEADER_SIZE 33 //TVG_HEADER_SIGNATURE_LENGTH + TVG_HEADER_VERSION_LENGTH + 2*SIZE(float) + TVG_HEADER_RESERVED_LENGTH + TVG_HEADER_COMPRESS_SIZE
|
||||||
#define TVG_HEADER_SIGNATURE "ThorVG"
|
#define TVG_HEADER_SIGNATURE "ThorVG"
|
||||||
#define TVG_HEADER_SIGNATURE_LENGTH 6
|
#define TVG_HEADER_SIGNATURE_LENGTH 6
|
||||||
#define TVG_HEADER_VERSION "001100" //Major 00, Minor 11, Micro 00
|
#define TVG_HEADER_VERSION "001200" //Major 00, Minor 12, Micro 00
|
||||||
#define TVG_HEADER_VERSION_LENGTH 6
|
#define TVG_HEADER_VERSION_LENGTH 6
|
||||||
#define TVG_HEADER_RESERVED_LENGTH 1 //Storing flags for extensions
|
#define TVG_HEADER_RESERVED_LENGTH 1 //Storing flags for extensions
|
||||||
#define TVG_HEADER_COMPRESS_SIZE 12 //TVG_HEADER_UNCOMPRESSED_SIZE + TVG_HEADER_COMPRESSED_SIZE + TVG_HEADER_COMPRESSED_SIZE_BITS
|
#define TVG_HEADER_COMPRESS_SIZE 12 //TVG_HEADER_UNCOMPRESSED_SIZE + TVG_HEADER_COMPRESSED_SIZE + TVG_HEADER_COMPRESSED_SIZE_BITS
|
||||||
|
|
BIN
tvgcompat/tvgpack_v0.11.tar.gz
Normal file
BIN
tvgcompat/tvgpack_v0.11.tar.gz
Normal file
Binary file not shown.
Loading…
Add table
Reference in a new issue