png-definitive-guide 20060430-2 source package in Ubuntu

Changelog

png-definitive-guide (20060430-2) unstable; urgency=medium

  * QA upload.
  * Switch to dh.
  * Switch to "3.0 (quilt)" source format.
  * Package is orphaned (Bug #817762), set Maintainer to "Debian QA Group".
  * Raise debhelper compat level to 9. Closes: #817622.

 -- Santiago Vila <email address hidden>  Sun, 28 Aug 2016 20:24:02 +0200

Upload details

Uploaded by:
Debian QA Group
Uploaded to:
Sid
Original maintainer:
Debian QA Group
Architectures:
all
Section:
doc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe doc
Bionic release universe doc

Builds

Yakkety: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
png-definitive-guide_20060430-2.dsc 1.4 KiB 53c5ecbd17e3a73e04681b8c76ef074b348c216654d9fcf50e6fb58a84fb534a
png-definitive-guide_20060430.orig.tar.gz 7.5 MiB 9d1890d85e95beaac91fff15a069d4bfded4335c4621f0f29eeac57cd224d457
png-definitive-guide_20060430-2.debian.tar.xz 1.7 KiB 01086b3bb4db6570eb12eddb9619b0f03b270ae3e22e995ce125fe20a4d360e9

No changes file available.

Binary packages built by this source

png-definitive-guide: PNG: The Definitive Guide

 A free book about the PNG image format.
 .
 This book was published by O'Reilly and it has three parts:
 .
   - Part I, Using PNG, consists of six chapters and covers the main categories
     of PNG-supporting applications: image editors, viewers, converters, web
     browsers and servers, and 3D apps.
   - Part II, The Design of PNG, also consists of six chapters and looks in
     more detail at PNG as a file format. It covers not only PNG's fundamental
     chunk structure and compression technology but also its history, its
     animated cousin MNG, and some of the intricacies of cross-platform gamma
     and color correction.
   - Part III, Programming with PNG, steps the reader through the design of
     three functional demo programs based on the free libpng C library: rpng,
     a very simple PNG viewer; rpng2, a progressive PNG viewer such as might be
     found in a web browser; and wpng, a basic program to convert RGB image
     data from binary PBMPLUS / NetPBM format into PNG format. The final chapter
     in this section lists a number of other PNG-supporting programming toolkits
     for various languages, including C, C++, Java, Perl, Python, tcl/tk, and
     Visual Basic.