Releases: bodleian/image-processing
Releases · bodleian/image-processing
Release 1.12.0
Release 1.11.0
- Update Pillow to 10.0.1
- Update some images in the regression tests to reflect changes in how Pillow converts JPGs and how a newer version of exiftool writes metadata
- Drop support for Python 3.7
Release 1.10.0
- Update to support python 3.8
- Update Pillow to 9.1.0, including slightly changing some images in the regression tests to reflect changes in how Pillow converts JPGs
- Change to use Github Actions for CI
- Update readthedocs and sphinx
Release 1.9.1
- Support new output format from Jpylyzer 2.0.0
Release 1.9.0
- Console scripts for commonly used methods
- Options to save Jpylyzer output file
- Copy more metadata to JPEG2000s using exiftool
- Image profile conversion function (not part of the usual workflow)
- Create output folders if they don't already exist
- Documentation improvements
Release 1.7.2
- Updated documentation: minor fixes and clarifications plus annotated
kdu_compress
parameters - Bug fix: checks that files can be created now work for relative filepaths directly in the working directory
Initial public release
Initial release: a Python library that converts a source image (TIFF or JPEG) to a JP2 file with a focus on digital preservation and making sure the conversion is reversible.