08-11-2022, 01:52 PM
It has been brought to my attention that since I didn't rip them myself, I can't upload them. Ah, well, makes sense.
Since I honestly doubt my friend has any interest in doing so, i'll leave a useful snippet from when he was decoding them. Maybe it'll help someone else who'll rip them *and* be able to upload sheets.
"it seems like every run starts with a byte that indicates the length. < 128 indicates a span of uncompressed bytes of b+1 pixels, > 128 is a compressed span of 256-b pixels, and = 128 terminates the span"
Since I honestly doubt my friend has any interest in doing so, i'll leave a useful snippet from when he was decoding them. Maybe it'll help someone else who'll rip them *and* be able to upload sheets.
"it seems like every run starts with a byte that indicates the length. < 128 indicates a span of uncompressed bytes of b+1 pixels, > 128 is a compressed span of 256-b pixels, and = 128 terminates the span"