glymur 0.13.1-1 source package in Ubuntu

Changelog

glymur (0.13.1-1) unstable; urgency=medium

  * New upstream release.

 -- Antonio Valentino <email address hidden>  Sun, 28 Apr 2024 09:16:40 +0000

Upload details

Uploaded by:
Debian GIS Project
Uploaded to:
Sid
Original maintainer:
Debian GIS Project
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
glymur_0.13.1-1.dsc 3.1 KiB 09cbf351e8d829ee50d3e35fc050d82e363e47f93e96822836ef03d58149ad27
glymur_0.13.1.orig.tar.gz 4.3 MiB 73470fbc17ea9e5dd034efb3afae05ab27a1ebe94751b2ecc681e38dfc3c3b1e
glymur_0.13.1-1.debian.tar.xz 5.7 KiB ad4f56c18a3ce15f621d34b5b06684180ed5524b41252c2450ab0016f3f284ae

Available diffs

No changes file available.

Binary packages built by this source

glymur-bin: Python tools for accessing JPEG2000 filesi -- scripts

 Glymur is an interface to the OpenJPEG library which allows one to
 read and write JPEG 2000 files from Python.
 Glymur supports both reading and writing of JPEG 2000 images,
 but writing JPEG 2000 images is currently limited to images that
 can fit in memory.
 Glymur can read images using OpenJPEG library versions as far back
 as 1.3, but it is strongly recommended to use at least version 2.1.2.
 .
 In regards to metadata, most JP2 boxes are properly interpreted.
 Certain optional JP2 boxes can also be written, including XML boxes
 and XMP UUIDs.
 There is incomplete support for reading JPX metadata.
 .
 Glymur will look to use lxml when processing boxes with XML content,
 but can fall back upon the standard library’s ElementTree if lxml
 is not available.
 .
 This package provides utilities and executable scripts.

python3-glymur: Python tools for accessing JPEG2000 files

 Glymur is an interface to the OpenJPEG library which allows one to
 read and write JPEG 2000 files from Python.
 Glymur supports both reading and writing of JPEG 2000 images,
 but writing JPEG 2000 images is currently limited to images that
 can fit in memory.
 Glymur can read images using OpenJPEG library versions as far back
 as 1.3, but it is strongly recommended to use at least version 2.1.2.
 .
 In regards to metadata, most JP2 boxes are properly interpreted.
 Certain optional JP2 boxes can also be written, including XML boxes
 and XMP UUIDs.
 There is incomplete support for reading JPX metadata.
 .
 Glymur will look to use lxml when processing boxes with XML content,
 but can fall back upon the standard library’s ElementTree if lxml
 is not available.