Metadata-Version: 2.1
Name: kdu-jp2
Version: 1.2
Summary: Batch conversion to JP2 using kdu_compress
Home-page: https://github.com/kingsdigitallab/kdu-jp2
Author: King's Digital Lab
Author-email: kdl-info@kcl.ac.uk
License: MIT
Keywords: jp2 conversion kdu kakadu kdu_compress batch
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Topic :: Multimedia :: Graphics :: Graphics Conversion
Classifier: Topic :: Utilities
Description-Content-Type: text/x-rst
Requires-Dist: progressbar33

Python library for batch conversion to JP2 using kdu_compress
=============================================================


Installation and Use
--------------------
#. Install the package: ``pip install kdu-jp2``
#. Import the library: ``from kdu_jp2 import JP2Converter``
#. Create an instance: ``converter = JP2Converter('in_dir', 'out_dir')``
#. Run the conversion: ``converter.convert()`` (lossy) or ``converter.convert(True)`` (lossless)


System requirements
-------------------

This depends on Kakadu - ``kdu_compress`` must be on your path.

.. _progressbar33: http://pythonhosted.org/progressbar33/


