summaryrefslogtreecommitdiff
path: root/debian/control
blob: 120cab014b4e67c52e1b8a5c430a82c99d5543cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
Source: img2pdf
Maintainer: Johannes 'josch' Schauer <josch@debian.org>
Section: python
Priority: optional
Build-Depends: debhelper (>= 11),
               dh-python,
               ghostscript <!nocheck>,
               help2man,
               imagemagick <!nocheck>,
               libimage-exiftool-perl <!nocheck>,
               libtiff-tools <!nocheck>,
               mupdf-tools <!nocheck>,
               netpbm <!nocheck>,
               poppler-utils <!nocheck>,
               python3-all,
               python3-pdfrw,
               python3-pil,
               python3-setuptools
Standards-Version: 3.9.8
Vcs-Browser: https://browse.dgit.debian.org/img2pdf.git/
Vcs-Git: https://git.dgit.debian.org/img2pdf
Homepage: https://gitlab.mister-muffin.de/josch/img2pdf

Package: img2pdf
Architecture: all
Section: utils
Depends: python3-img2pdf (= ${binary:Version}),
         python3-pkg-resources,
         ${misc:Depends},
         ${python3:Depends}
Description: 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.

Package: python3-img2pdf
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Suggests: python3-pdfrw
Breaks: ocrmypdf (<< 6.2.3-1)
Description: 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.