pypng 0.20231004.0-2 source package in Ubuntu
Changelog
pypng (0.20231004.0-2) unstable; urgency=medium * Enable building twice in a row. Closes: #1049181 -- Sascha Steinbiss <email address hidden> Sun, 10 Dec 2023 23:06:09 +0100
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 | Published | Component | Section | |
---|---|---|---|---|
Noble | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
pypng_0.20231004.0-2.dsc | 1.9 KiB | 27547409711ea5e7a85029fde4fb40ae50b5aa30dd30b8603e3bf7a936a0eb12 |
pypng_0.20231004.0.orig.tar.xz | 99.6 KiB | ebcb5cb38c746aa01621989aae90f6794234493411fe3b6316cdb8ca20c323ef |
pypng_0.20231004.0-2.debian.tar.xz | 3.6 KiB | 77df0a2482bf990528557ba2975c635729c3d06a9d41a84d0ed1590523fa15fb |
Available diffs
- diff from 0.20231004.0-1 to 0.20231004.0-2 (515 bytes)
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.