pydicom / pylibjpeg

A Python framework for decoding JPEG images, with a focus on supporting pydicom

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

v1.0.0 Release

scaramallion opened this issue · comments

  • Add test coverage
    • Add tests for pixel data handler (#4)
    • Add tests for decode and reconstruct (#19, #22)
  • Add ability to retrieve JPEG parameter data (#19)
  • Add ability to retrieve to numpy array without needing to go through pydicom (#19)
  • Add return status code to Decode() and exceptions (#13)
  • Housekeeping stuff
    • Add Travis builds
    • Fix up setup
    • Check install somehow - travis osx and windows builds
    • Add versioning
  • Add documentation
  • Add to pypi
    • Configuration for building wheels
  • Move to pydicom org