Skip to content

Releases: bodleian/image-processing

Release 1.12.0

07 Mar 14:23
b4eccee
Compare
Choose a tag to compare

Add support for 16 bit images and partial support for RGBX images

Release 1.11.0

10 Oct 14:13
b697d84
Compare
Choose a tag to compare
  • 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

23 Jun 11:04
dc4364a
Compare
Choose a tag to compare
  • 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

16 Jan 16:41
bf10ebb
Compare
Choose a tag to compare
  • Support new output format from Jpylyzer 2.0.0

Release 1.9.0

18 Jul 09:49
f10b2d7
Compare
Choose a tag to compare
  • 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

11 Apr 14:51
4994377
Compare
Choose a tag to compare
  • 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

21 Mar 17:22
4e419d6
Compare
Choose a tag to compare

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.