img2pdf 0.4.2-1 source package in Ubuntu

Changelog

img2pdf (0.4.2-1) unstable; urgency=medium

  * New upstream version 0.4.2
  * update patches
  * update my name
  * disable GUI (closes: #996149)
  * drop dependency on python3-fitz (closes: #996150)
  * debian/control: remove references to pdfrw
  * debian/watch: bump to version 4

 -- Johannes Schauer Marin Rodrigues <email address hidden>  Mon, 11 Oct 2021 22:42:59 +0200

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

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
img2pdf_0.4.2-1.dsc 2.8 KiB 9311c8153e827b00f8df1d453313201a2fd84e58c27eaa45db4cbb45596492e4
img2pdf_0.4.2.orig.tar.gz 96.3 KiB aacf586503d6113e53bfb03c85c85e546c384413a56c15ddd08ee51c864479a2
img2pdf_0.4.2.orig.tar.gz.asc 833 bytes d35727da2a118165ffacafaedfa345545a51d74d78677c8852e7dded47966752
img2pdf_0.4.2-1.debian.tar.xz 10.4 KiB 285e5d8aed1a7acebff02ac1a86473d3c2eb2c66820c44a310a43963196461fe

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.