glymur 0.13.2-1 source package in Ubuntu

Changelog

glymur (0.13.2-1) unstable; urgency=medium

  * New upstream release.

 -- Antonio Valentino <email address hidden>  Fri, 10 May 2024 06:59:01 +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.2-1.dsc 3.1 KiB beebe195a6df1a0649d02c403d23ed365b47d54f3f1c15787a8be6823217ffcc
glymur_0.13.2.orig.tar.gz 4.3 MiB b4cb5045fc93abc2b4a0b796974c9d58ad7f30b4a7e98b43ab7038e944b55266
glymur_0.13.2-1.debian.tar.xz 5.7 KiB 6f3b8588364cd9af43839a68e2746e2cf19717e238d7794c42c4ae6826e18f4e

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.