img2pdf 0.4.4-3 source package in Ubuntu

Changelog

img2pdf (0.4.4-3) unstable; urgency=medium

  * d/control B-D: libgs9-common -> libgs-common (Closes: #1023146)

 -- Johannes Schauer Marin Rodrigues <email address hidden>  Sun, 30 Oct 2022 19:31:17 +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
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
img2pdf_0.4.4-3.dsc 2.9 KiB 22dd95997e504d9dc219f0d280c8fa5cf1aa2afe6581f5dc16f4c5b0e5fa87e8
img2pdf_0.4.4.orig.tar.gz 95.5 KiB 8ec898a9646523fd3862b154f3f47cd52609c24cc3e2dc1fb5f0168f0cbe793c
img2pdf_0.4.4.orig.tar.gz.asc 833 bytes 8089f685f0a2548d91f354c2a4f3a11fa842d322d7fbc630c8bd32e6c8a6ca66
img2pdf_0.4.4-3.debian.tar.xz 10.0 KiB 30b3401003231db784d0e92d17c933804276edcf6dcc4e3eb98edf7e6c6a7fd4

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.