https://github.com/kingsdigitallab/kdu-jp2
Python library for batch conversion to JP2 using kdu_compress. Requires python3.
https://github.com/kingsdigitallab/kdu-jp2
conversion image jp2 python reusable
Last synced: 3 months ago
JSON representation
Python library for batch conversion to JP2 using kdu_compress. Requires python3.
- Host: GitHub
- URL: https://github.com/kingsdigitallab/kdu-jp2
- Owner: kingsdigitallab
- License: mit
- Created: 2018-02-12T15:51:21.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-07-31T11:06:55.000Z (almost 5 years ago)
- Last Synced: 2025-03-10T19:16:58.033Z (3 months ago)
- Topics: conversion, image, jp2, python, reusable
- Language: Python
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES
- License: LICENSE
Awesome Lists containing this project
README
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/