Questions tagged [delta-row-compression]
2 questions
1
vote
3 answers
Algorithm: Minimal Encoding, Error Correction, Please Help?
Say there's an array of 1024 bits that are all zeros:
example: [0,0,0,0,0,0,0,...]
Then I overwrite 20 zeros with ones at completely random positions:
example: [0,1,0,0,0,0,0,...]
What is the theoretical minimum number of bits needed to encode the…

user213060
- 1,249
- 3
- 19
- 25
1
vote
1 answer
Delta row compression in PCLXL
Is there a difference in the implementation of delta row compression between PCLXL and PCL5?
I was using Delta Row compression in PCL5, but when I used the same method in PCLXL, the file is not valid. I checked the output using EscapeE and it says…

krebstar
- 3,956
- 8
- 46
- 64