img2pdf 0.5.1-1 source package in Ubuntu

Changelog

img2pdf (0.5.1-1) unstable; urgency=medium

  * New upstream version 0.5.1
     - patches for imagemagick in unstable (closes: #1054762)
  * refresh patches
  * add debian/patches/remove-exact-cmyk8.patch
  * add debian/patches/imagemagick-issue-285
  * delete debian/upstream/signing-key.asc as pypi stopped shipping gpg
    signatures

 -- Johannes Schauer Marin Rodrigues <email address hidden>  Sun, 26 Nov 2023 23:17:11 +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
Oracular release universe misc
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
img2pdf_0.5.1-1.dsc 2.6 KiB 8e2224b73736ab1fb1080a718c0c7e24b317f89f6fd15f8e6589db3aa02a4ddc
img2pdf_0.5.1.orig.tar.gz 101.8 KiB 73847e47242f4b5bd113c70049e03e03212936c2727cd2a8bf564229a67d0b95
img2pdf_0.5.1-1.debian.tar.xz 6.0 KiB ca1777b81b3ec6a9459f754d99ebefb231bcc5e1988a17a44a7406ed4ff60a2d

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.
 .
 This package contains the Python library.