Skip to content

v0.2

Compare
Choose a tag to compare
@aescarias aescarias released this 05 May 17:05
· 13 commits to main since this release

This update adds support for encoding and encrypting objects.

Additions:

  • All filters (except Crypt) now support encoding.
  • Added a decoder for the RunLengthDecode filter
  • The security handler was reworked to allow for encryption of objects.

Removals:

  • The TIFF predictor function used previously was implemented improperly. It has now been removed.

Fixes:

  • The PNG predictor function previously worked on entire samples rather than on bytes, which led to only one of the color components being preserved. This has now been fixed.