Skip to content

Releases: jmp/farbfeld

v0.2.2

31 Aug 08:08
@jmp jmp
Compare
Choose a tag to compare

Changes

  • Added type hints.
  • Simplified component validation.

v0.2.1

29 Aug 17:06
@jmp jmp
Compare
Choose a tag to compare

Changes

  • Removed unnecessary __all__ from the module.
  • Fixed typos in docstrings.
  • Added documentation for writing images.

v0.2.0

02 Feb 10:26
@jmp jmp
Compare
Choose a tag to compare

Changes

  • Simplified API:
    • read now accepts a file object instead of bytes.
  • Added functionality for writing farbfeld files:
    • New write function for writing pixel data to file objects.
  • Removed normalization code – this can be done trivially by libraries like NumPy.

v0.1.0

26 Jan 19:26
@jmp jmp
Compare
Choose a tag to compare

This is the first public release.