summaryrefslogtreecommitdiff
path: root/PKG-INFO
diff options
context:
space:
mode:
Diffstat (limited to 'PKG-INFO')
-rw-r--r--PKG-INFO13
1 files changed, 6 insertions, 7 deletions
diff --git a/PKG-INFO b/PKG-INFO
index 3713642..f790551 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,12 +1,12 @@
Metadata-Version: 2.1
Name: img2pdf
-Version: 0.3.6
+Version: 0.4.0
Summary: Convert images to PDF via direct JPEG inclusion.
Home-page: https://gitlab.mister-muffin.de/josch/img2pdf
Author: Johannes 'josch' Schauer
Author-email: josch@mister-muffin.de
License: LGPL
-Download-URL: https://gitlab.mister-muffin.de/josch/img2pdf/repository/archive.tar.gz?ref=0.3.6
+Download-URL: https://gitlab.mister-muffin.de/josch/img2pdf/repository/archive.tar.gz?ref=0.4.0
Description: [![Travis Status](https://travis-ci.org/josch/img2pdf.svg?branch=master)](https://travis-ci.org/josch/img2pdf)
[![Appveyor Status](https://ci.appveyor.com/api/projects/status/2kws3wkqvi526llj/branch/master?svg=true)](https://ci.appveyor.com/project/josch/img2pdf/branch/master)
@@ -86,10 +86,10 @@ Description: [![Travis Status](https://travis-ci.org/josch/img2pdf.svg?branch=ma
files with other colorspaces, you must explicitly specify it using the
`--colorspace` option.
- - Input images with alpha channels are not allowed. PDF doesn't support alpha
- channels in images and thus, the alpha channel of the input would have to be
- discarded. But img2pdf will always be lossless and thus, input images must
- not carry transparency information.
+ - Input images with alpha channels are not allowed. PDF only supports
+ transparency using binary masks but is unable to store 8-bit transparency
+ information as part of the image itself. But img2pdf will always be lossless
+ and thus, input images must not carry transparency information.
- img2pdf uses PIL (or Pillow) to obtain image meta data and to convert the
input if necessary. To prevent decompression bomb denial of service attacks,
@@ -312,4 +312,3 @@ Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Provides-Extra: gui
-Provides-Extra: test