yob / pdf-reader

The PDF::Reader library implements a PDF parser conforming as much as possible to the PDF specification from Adobe.
MIT License
1.81k stars 271 forks source link

Change LZW implementation to `typed: strict` #466

Closed yob closed 2 years ago

yob commented 2 years ago

Builds on the work in #455.

This required removing the subclassing of Hash, which is a better design anyway.