scaramallion / pydcmjpeg

A python library for use with the JPEG formats used in the DICOM standard

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Description

A Python library intended to support the use of JPEG transfer syntaxes in pydicom.

This project is not ready for use.

Transfer Syntaxes

Transfer Syntax Supported
UID Name Parsing Decoding Encoding
JPEG - ISO/IEC 10918-1 and 10918-2
1.2.840.10008.1.2.4.50 JPEG Baseline (Process 1) Yes No No
1.2.840.10008.1.2.4.51 JPEG Extended (Process 2 and 4) Yes No No
1.2.840.10008.1.2.4.57 JPEG Lossless, Non-hierarchical (Process 14) Yes No No
1.2.840.10008.1.2.4.70 JPEG Lossless, Non-hierarchical, First-order Prediction (Process 14, Selection Value 1) Yes No No
JPEG-LS - ISO/IEC 14495-1
1.2.840.10008.1.2.4.80 JPEG-LS Lossless Yes No No
1.2.840.10008.1.2.4.81 JPEG-LS Lossy Yes No No
JPEG 2000 - ISO/IEC 15444-1 and 15444-2
1.2.840.10008.1.2.4.90 JPEG 2000 (Lossless Only) No No No
1.2.840.10008.1.2.4.91 JPEG 2000 (Lossy and Lossless) No No No
1.2.840.10008.1.2.4.92 JPEG 2000 Multi-component (Lossless Only) No No No
1.2.840.10008.1.2.4.93 JPEG 2000 Multi-component (Lossy and Lossless) No No No

About

A python library for use with the JPEG formats used in the DICOM standard

License:MIT License


Languages

Language:Python 95.2%Language:Batchfile 4.8%