release version 0.2.1

pull/110/head 0.2.1
parent c158585618
commit c3e1662649

@ -2,6 +2,15 @@
CHANGES 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 0.2.0
----- -----

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

Loading…
Cancel
Save