img2pdf 0.3.3-1ubuntu1 source package in Ubuntu

Changelog

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

  * debian/patches/ubuntu_no_openjpg.patch:
    - disable the jpeg2k test since it relies on imagemagick support which
      isn't built in on Ubuntu (since openjpeg is in universe)

 -- Sebastien Bacher <email address hidden>  Wed, 04 Dec 2019 16:15:19 +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-1ubuntu1.debian.tar.xz 9.3 KiB 4437433c0f6ad48088d3cc0cfe816b7b48c331c1cd688957d9b931f07f8fa255
img2pdf_0.3.3-1ubuntu1.dsc 1.6 KiB 7023ae456982ee98a11fed664199813f9b87f627f87ab9bc663dc90cdae7b765

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.