Skip to content

Latest commit

 

History

History
266 lines (180 loc) · 11.1 KB

File metadata and controls

266 lines (180 loc) · 11.1 KB

JP2 Batch Converter

About this software

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:

  1. Pixel comparison between each pair of source and destination images (using Pillow).
  2. 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.

Licensing

Jp2batchconverter is released under the Apache License, Version 2.0. Parts of the code were inspired by the Bodeleian's Image Processing library.