Skip to content
Discussion options

You must be logged in to vote

Happy new year, @traghav, and thanks for reaching out. The short answer: there is no way to convert between HiSCoA and SCoA, as they are very different codecs.

From my understanding of the underlying math, there is no conversion possible and a full decompression will be needed to switch between the two compression algorithms. FYI, HiSCoA is LZ77-like incorporating gamma-style coding and a state machine; meanwhile, SCoA combines simple RLE with delta coding.

A HiSCoA decoder will still be required.

Alexey has already reverse-engineered enough of HiSCoA to print from personal monochrome printers, especially the LBP2900, 3000, 3010, 3100 and 6000.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by mounaiban
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants