pypng 0.20231004.0-4 source package in Ubuntu

Changelog

pypng (0.20231004.0-4) unstable; urgency=medium

  * Change watchfile to look for Git tags.
    Cf https://gitlab.com/drj11/pypng/-/issues/133.

 -- Sascha Steinbiss <email address hidden>  Thu, 04 Apr 2024 12:40:05 +0200

Upload details

Uploaded by:
Sascha Steinbiss
Uploaded to:
Sid
Original maintainer:
Sascha Steinbiss
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Questing release universe misc
Plucky release universe misc
Oracular release universe misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pypng_0.20231004.0-4.dsc 1.9 KiB 8b9cd9263d62e10e07c5b6c674270e6fa6db8a38e5e868a03885dfa802c9ee43
pypng_0.20231004.0.orig.tar.xz 99.6 KiB ebcb5cb38c746aa01621989aae90f6794234493411fe3b6316cdb8ca20c323ef
pypng_0.20231004.0-4.debian.tar.xz 3.7 KiB edc5bfe401e46635a8838552def6265754e805b712f5180b3a5374e0b51374af

Available diffs

No changes file available.

Binary packages built by this source

python3-png: Pure Python PNG Reader/Writer (Python 3)

 The PyPNG module implements support for PNG images. It reads and writes PNG
 files with all allowable bit depths (1/2/4/8/16/24/32/48/64 bits per pixel) and
 colour combinations: greyscale (1/2/4/8/16 bit); RGB, RGBA, LA (greyscale with
 alpha) with 8/16 bits per channel; colour mapped images (1/2/4/8 bit).
 Adam7 interlacing is supported for reading and writing. A number of optional
 chunks can be specified (when writing) and understood (when reading): tRNS,
 bKGD, gAMA.
 .
 PyPNG is not a high level toolkit for image processing (like PIL) and does not
 aim at being a replacement or competitor. Its strength lies in fine-grained
 extensive support of PNG features. It can also read and write Netpbm PAM files,
 with a focus on its use as an intermediate format for implementing custom PNG
 processing.
 .
 This package contains the Python 3 version.