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

Add functions for reading and writing to PPM format

scaramallion opened this issue · comments

Support functions for the unit testing and general utility

  • dataset to PPM
  • PPM to JPEG (specific format)
  • PPM to numpy array
  • numpy array to PPM

I don't think this is needed at this stage, Pillow is good enough.