Skip to content

Python library for batch conversion to JP2 using kdu_compress. Requires python3.

License

Notifications You must be signed in to change notification settings

kingsdigitallab/kdu-jp2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python library for batch conversion to JP2 using kdu_compress

Installation and Use

  1. Install the package: pip install kdu-jp2
  2. Import the library: from kdu_jp2 import JP2Converter
  3. Create an instance: converter = JP2Converter('in_dir', 'out_dir')
  4. Run the conversion: converter.convert() (lossy) or converter.convert(True) (lossless)

System requirements

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

About

Python library for batch conversion to JP2 using kdu_compress. Requires python3.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages