1
0
Fork 0
forked from josch/img2pdf

release version 0.2.1

This commit is contained in:
Johannes 'josch' Schauer 2016-05-04 23:00:08 +02:00
parent c158585618
commit c3e1662649
2 changed files with 10 additions and 1 deletions

View file

@ -2,6 +2,15 @@
CHANGES
=======
0.2.1
-----
- set img2pdf as /producer value
- support multi-frame images like multipage TIFF and animated GIF
- support for palette images like GIF
- support all colorspaces and imageformats knows by PIL
- read horizontal and vertical dpi from JPEG2000 files
0.2.0
-----

View file

@ -1,6 +1,6 @@
from setuptools import setup
VERSION = "0.2"
VERSION = "0.2.1"
setup(
name='img2pdf',