Feng Dihai

Results 13 comments of Feng Dihai

[email protected] is ONE lzo-compressed data block, which contains other image resources (png/jpg) one by one. In "sliced files.txt", there is information about how to slice those image files from result...

I am sorry, you have to ignore the first 8-byte of my uploaded .lzo (data block) file to feed it to decompress() function. LZO compressed data follows **compress type** (4-byte)...

Yes, you're right. In fact, my port of java-compress returns an Uint8Array which is a view upon underground ArrayBuffer with a shrinked range by calling Uint8Array#subarray(). According to MDN document,...