forked from josch/img2pdf
release version 0.2.1
This commit is contained in:
parent
c158585618
commit
c3e1662649
2 changed files with 10 additions and 1 deletions
|
@ -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
|
||||||
-----
|
-----
|
||||||
|
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -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…
Reference in a new issue