glymur 0.12.7-1 source package in Ubuntu

Changelog

glymur (0.12.7-1) unstable; urgency=medium

  [ Bas Couwenberg ]
  * Bump Standards-Version to 4.6.2, no changes.

  [ Antonio Valentino ]
  * New upstream release (Closes: #1032291).

 -- Antonio Valentino <email address hidden>  Sat, 10 Jun 2023 10:28:27 +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

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
glymur_0.12.7-1.dsc 2.3 KiB ba00ecc356f5cfba15ca256624672e4f05591409532ec7dce89c157aba2dadb7
glymur_0.12.7.orig.tar.gz 4.3 MiB cfc92a74cec4a28a28eab72085aea480dd316c1dccb1f627e965f1c7caa1ee23
glymur_0.12.7-1.debian.tar.xz 5.6 KiB 11fbcb0203348770e6a70090fa4927041becc1d66c63dd8273e66261afc65baf

Available diffs

No changes file available.

Binary packages built by this source

glymur-bin: Python tools for accessing JPEG2000 files - 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.