img2pdf 0.3.2-1 source package in Ubuntu

Changelog

img2pdf (0.3.2-1) unstable; urgency=medium

  * new upstream release
     - fixed PNG handling (closes: #913153)

 -- Johannes 'josch' Schauer <email address hidden>  Fri, 23 Nov 2018 18:23:26 +0100

Upload details

Uploaded by:
Johannes Schauer Marin Rodrigues
Uploaded to:
Sid
Original maintainer:
Johannes Schauer Marin Rodrigues
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Disco: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
img2pdf_0.3.2-1.dsc 2.1 KiB 71c483e8acf5aa0a2eef8b2ed12c099d50ba48d1fe1578370200e306d4ff4d9c
img2pdf_0.3.2.orig.tar.gz 69.8 KiB 28eaf39e90997979893c4e64be5b23c8fbb1122688a28df127c957388b7d9d1f
img2pdf_0.3.2-1.debian.tar.xz 12.2 KiB f576fbb67bb007c15e88cb9ae010e8cb7b957b00cc197d14bf7271bc88757497

Available diffs

No changes file available.

Binary packages built by this source

img2pdf: Lossless conversion of raster images to PDF

 This program will take a list of raster images and produce a PDF file with the
 images embedded in it. JPEG and JPEG2000 images will be included without
 recompression. Raster images in other formats will be included with zip/flate
 encoding which usually leads to an increase in the resulting size because
 formats like png compress better than PDF which just zip/flate compresses the
 RGB data. As a result, this tool is able to losslessly wrap images into a PDF
 container with a quality to filesize ratio that is typically better (in case
 of JPEG and JPEG2000 images) or equal (in case of other formats) than that of
 existing tools.
 .
 This package contains the executable.

python3-img2pdf: Lossless conversion of raster images to PDF (library)

 This module will take a list of raster images and produce a PDF file with the
 images embedded in it. JPEG and JPEG2000 images will be included without
 recompression. Raster images in other formats will be included with zip/flate
 encoding which usually leads to an increase in the resulting size because
 formats like png compress better than PDF which just zip/flate compresses the
 RGB data. As a result, this module is able to losslessly wrap images into a
 PDF container with a quality to filesize ratio that is typically better (in
 case of JPEG and JPEG2000 images) or equal (in case of other formats) than
 that of existing tools.
 .
 Img2pdf includes its own PDF writer but will use the pdfrw module if
 available instead.
 .
 This package contains the Python library.