suever / pydicom-experimental

pydicom test
0 stars 1 forks source link

Check into JPEG syntaxes #12

Closed suever closed 10 years ago

suever commented 10 years ago

From darcymason@gmail.com on September 21, 2008 11:12:01

Find example JPEG syntax files and make sure they can be read (but leave decompression to the user).

Original issue: http://code.google.com/p/pydicom/issues/detail?id=11

suever commented 10 years ago

From darcymason@gmail.com on September 23, 2008 21:33:20

Done. Encapsulated syntaxes allowed (all JPEG variations), but no decompression done, however, the compressed pixel data is there for the user to manipulate.

Status: Started

suever commented 10 years ago

From darcymason@gmail.com on September 30, 2008 19:25:11

As in comments above, is fixed to be able to read the files. The pixel data is still compressed, however.

Status: Fixed