软件包:python3-img2pdf(0.3.3-1)
python3-img2pdf 的相关链接
Debian 的资源:
下载源码包 img2pdf:
- [img2pdf_0.3.3-1.dsc]
- [img2pdf_0.3.3.orig.tar.gz]
- [img2pdf_0.3.3.orig.tar.gz.asc]
- [img2pdf_0.3.3-1.debian.tar.xz]
维护者:
外部的资源:
- 主页 [gitlab.mister-muffin.de]
相似软件包:
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.
其他与 python3-img2pdf 有关的软件包
|
|
|
|
-
- dep: python3
- 交互式高级面向对象语言(默认 python3 版本)
-
- dep: python3-pil
- Python Imaging Library (Python3)
-
- sug: python3-pdfrw
- PDF file manipulation library (Python 3)