Skip to content

v0.2.0

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

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.