pypng 0.0.18+ds-2 source package in Ubuntu

Changelog

pypng (0.0.18+ds-2) unstable; urgency=low

  * d/control: Fix Vcs-Git/Vcs-Browser.

 -- Sascha Steinbiss <email address hidden>  Thu, 04 May 2017 20:32:33 +0000

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe misc

Builds

Artful: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pypng_0.0.18+ds-2.dsc 1.6 KiB cd6919095d2e0cb7874370ab4a362431132a94ae6543d1cd3427041046eb7cbb
pypng_0.0.18+ds.orig.tar.xz 153.7 KiB 6ff5da52c78b907c4e73d5b149490ccb97654f15323499003e42a3f40c730fe8
pypng_0.0.18+ds-2.debian.tar.xz 2.5 KiB 9e0c34585bff8f26367eb3dd7353b7e36d53564d615ecfe582df616214a876e4

Available diffs

No changes file available.

Binary packages built by this source

python-png: No summary available for python-png in ubuntu cosmic.

No description available for python-png in ubuntu cosmic.

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.