mirror of
https://github.com/curioustorvald/tsvm.git
synced 2026-03-13 06:26:05 +09:00
two different ipf versions impl
This commit is contained in:
@@ -42,14 +42,14 @@ Image is divided into 4x4 blocks and each block is serialised, then the entire f
|
||||
uint16 [Y9 | Y8 | YD | YC]
|
||||
uint8 [Cg-Bottom Right | Co-Bottom Right]
|
||||
uint16 [YB | YA | YF | YE]
|
||||
(total: 16 bytes)
|
||||
(total: 12 bytes)
|
||||
|
||||
If has alpha, append following bytes for alpha values
|
||||
uint16 [a1 | a0 | a5 | a4]
|
||||
uint16 [a3 | a2 | a7 | a6]
|
||||
uint16 [a9 | a8 | aD | aC]
|
||||
uint16 [aB | aA | aF | aE]
|
||||
(total: 24 bytes)
|
||||
(total: 20 bytes)
|
||||
|
||||
Subsampling mask:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user