img2pdf 0.3.3-1ubuntu3 source package in Ubuntu

Changelog

img2pdf (0.3.3-1ubuntu3) focal; urgency=medium

  * debian/control:
    - install the python3 version of numpy...

 -- Sebastien Bacher <email address hidden>  Fri, 06 Dec 2019 16:42:55 +0100

Upload details

Uploaded by:
Sebastien Bacher
Uploaded to:
Focal
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
img2pdf_0.3.3.orig.tar.gz 78.6 KiB 9d77c17ee65a736abe92ef8cba9cca009c064ea4ed74492c01aea596e41856cf
img2pdf_0.3.3-1ubuntu3.debian.tar.xz 13.1 KiB 2bdb98c24c1fc550d1b1d4f31063a0e5e0d906fed551d5f5fe93ec42d25b566d
img2pdf_0.3.3-1ubuntu3.dsc 1.6 KiB 4166f97d7f9136fceeb5b2872a2b18290fde7b2bff7bda2d6530b9ea2ad7a563

Available diffs

View changes file

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.