pypng 0.0.20+ds-1 source package in Ubuntu

Changelog

pypng (0.0.20+ds-1) unstable; urgency=medium

  * New upstream release.
  * Bump Standards-Version.
  * Exclude upstream directory with JQuery and friends.
  * Bump copyright date.
  * Bump dh version to 12.
  * Do not install executable scripts.

 -- Sascha Steinbiss <email address hidden>  Fri, 19 Jul 2019 15:49: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

Builds

Eoan: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pypng_0.0.20+ds-1.dsc 1.9 KiB bade75c56e8c0cc2d5209960c319366c54e7db2c21b8605f5fe3dde9cf22cb79
pypng_0.0.20+ds.orig.tar.xz 184.7 KiB 8d909a8435fa206653f0c440df5c60ff29ee9935252dbaa3da113849517c483c
pypng_0.0.20+ds-1.debian.tar.xz 3.0 KiB 99f46095563ab3c1a0889949e5ea2f4f6bd59543dd278d4e6afc936ecc6f2b15

Available diffs

No changes file available.

Binary packages built by this source

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

No description available for python-png in ubuntu eoan.

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.