kitodo / kitodo-production

Kitodo.Production is a workflow management tool for mass digitization and is part of the Kitodo Digital Library Suite.
http://www.kitodo.org/software/kitodoproduction/
GNU General Public License v3.0
62 stars 63 forks source link

RFC: Support JPEG 2000 in addition to TIFF? #1664

Closed stweil closed 5 years ago

stweil commented 6 years ago

Pull request #1638 added support for long time preservation with the JPEG 2000 image format, but currently the workflow is based on TIFF and does not support JPEG 2000.

Is there a need to enhance Kitodo Production workflow with JPEG 2000 support? Some scanners are already able to deliver scans in lossless JPEG 2000 instead of uncompressed TIFF.

Kathrin-Huber commented 6 years ago

We elaborated the need for different image formats in the current Kitodo Project. As you said, several scanners already support JPEG2000, so there may be a need. We are not going to replace TIFF as it is still the common standard.

stweil commented 6 years ago

Sure, removing TIFF support would be a very bad idea as it will be the dominating image format in this area at least for the next years. Ideally the workflow would support both formats and detect automatically which one is available.

OpenJPEG is a mature free software library for JPEG 2000 and could be used for that.

Kathrin-Huber commented 6 years ago

The DFG project intends to support JPEG2000 in the workflow, so the long time preservation with JPEG2000 is a pre-work for that. Thanks for the tip with OpenJPEG, we are going to look into that.