Jp2batchconverter converts image files in digitisation batches to JP2 (JPEG 2000 Part 1) format. It clones the structure of the input directory, and then replicates it in the output directory. The JP2 images are then subjected to the following quality checks:
- Pixel comparison between each pair of source and destination images (using Pillow).
- Check of extracted technical properties (using jpylyzer) against a user-defined Schematron profile.
The software also generates checksums of all converted images. It uses Pillow to extract the relevant technical properties.
Jp2batchconverter is released under the Apache License, Version 2.0. Parts of the code were inspired by the Bodeleian's Image Processing library.