(** This README is a Work in Progress)
A builder of Python wheels to access the libjpeg-turbo library, mainly intended for use as a plugin for pydicom.
The library has no Python bindings, but is meant to be used through Python's ctypes. The PyTurboJPEG library is included as a dependency, and its ctypes access is used by the pydicom plugin.
To install the development version of pylibjpeg-turbo:
git clone --recursive https://github.com/pydicom/pylibjpeg-turbo
cd pylibjpeg_turbo
python -m pip install -e .[dev]