2014-03-01 15:58:28 +00:00
|
|
|
=======
|
|
|
|
CHANGES
|
|
|
|
=======
|
|
|
|
|
2021-10-24 14:51:02 +00:00
|
|
|
0.4.3 (2021-10-24)
|
|
|
|
------------------
|
|
|
|
|
|
|
|
- fix --viewer-initial-page (broken in last release)
|
|
|
|
|
2021-10-11 15:16:03 +00:00
|
|
|
0.4.2 (2021-10-11)
|
|
|
|
------------------
|
|
|
|
|
|
|
|
- add --rotation
|
|
|
|
- allow palette PNG images with ICC profile
|
|
|
|
- sort globbing result on windows
|
|
|
|
- convert 8-bit PNG alpha channels to /SMasks in PDF
|
|
|
|
- remove pdfrw from tests
|
|
|
|
|
|
|
|
0.4.1 (2021-05-09)
|
2021-05-09 16:57:41 +00:00
|
|
|
------------------
|
|
|
|
|
|
|
|
- support wildcards in paths on windows
|
|
|
|
- support MPO images
|
|
|
|
- fix page border computation
|
|
|
|
- use "img2pdf" logger instead of "root" logger
|
|
|
|
- add --from-file
|
|
|
|
|
2020-08-07 06:05:27 +00:00
|
|
|
0.4.0 (2020-08-07)
|
|
|
|
------------------
|
|
|
|
|
|
|
|
- replace --without-pdfrw by --engine=internal or --engine=pdfrw
|
|
|
|
- add pikepdf as additional rendering engine and add --engine=pikepdf
|
|
|
|
- support for creating PDF/A-1b compliant PDF using the --pdfa option
|
|
|
|
(this also requires the presence of an ICC profile somewhere on the system)
|
|
|
|
- support for images with embedded ICC profile as input
|
|
|
|
- rewrite tests
|
|
|
|
* use pytest via tox
|
|
|
|
* use pikepdf instead of pdfrw
|
|
|
|
* use imagemagick json output instead of identify -verbose
|
|
|
|
- format all code with black
|
|
|
|
|
2020-04-30 20:18:54 +00:00
|
|
|
0.3.6 (2020-04-30)
|
|
|
|
------------------
|
|
|
|
|
|
|
|
- fix tests for Fedora on arm64
|
|
|
|
|
2020-04-28 11:39:49 +00:00
|
|
|
0.3.5 (2020-04-28)
|
|
|
|
------------------
|
|
|
|
|
|
|
|
- remove all Python 2 support
|
|
|
|
- disable pdfrw by default
|
|
|
|
|
2020-04-05 13:02:48 +00:00
|
|
|
0.3.4 (2020-04-05)
|
|
|
|
------------------
|
|
|
|
|
|
|
|
- test.sh: replace imagemagick with custom python script to produce bit-by-bit
|
|
|
|
identical results on all architectures
|
|
|
|
- add --crop-border, --bleed-border, --trim-border and --art-border options
|
|
|
|
- first draft of a rudimentary tkinter gui (run with --gui)
|
|
|
|
|
2019-01-07 09:44:24 +00:00
|
|
|
0.3.3 (2019-01-07)
|
|
|
|
------------------
|
|
|
|
|
|
|
|
- restore basic support for Python 2
|
|
|
|
- also ship test.sh
|
|
|
|
- add legal and tabloid paper formats
|
|
|
|
- respect exif rotation tag
|
|
|
|
|
2018-11-20 15:37:23 +00:00
|
|
|
0.3.2 (2018-11-20)
|
|
|
|
------------------
|
|
|
|
|
|
|
|
- support big endian TIFF with lsb-to-msb FillOrder
|
|
|
|
- support multipage CCITT Group 4 TIFF
|
|
|
|
- also reject palette images with transparency
|
|
|
|
- support PNG images with 1, 2, 4 or 16 bits per sample
|
|
|
|
- support multipage TIFF with differently encoded images
|
|
|
|
- support CCITT Group4 TIFF without rows-per-strip
|
|
|
|
- add extensive test suite
|
|
|
|
|
2018-08-04 13:44:45 +00:00
|
|
|
0.3.1 (2018-08-04)
|
|
|
|
------------------
|
|
|
|
|
|
|
|
- Directly copy data from CCITT Group 4 encoded TIFF images into the PDF
|
|
|
|
container without re-encoding
|
|
|
|
|
2018-08-04 12:37:38 +00:00
|
|
|
0.3.0 (2018-06-18)
|
|
|
|
------------------
|
2018-07-18 09:30:43 +00:00
|
|
|
|
|
|
|
- Store non-jpeg images using PNG compression
|
|
|
|
- Support arbitrarily large pages via PDF /UserUnit field
|
|
|
|
- Disallow input with alpha channel as it cannot be preserved
|
|
|
|
- Add option --pillow-limit-break to support very large input
|
|
|
|
|
2018-08-04 12:37:38 +00:00
|
|
|
0.2.4 (2017-05-23)
|
|
|
|
------------------
|
2017-05-23 15:53:19 +00:00
|
|
|
|
|
|
|
- Restore support for Python 2.7
|
|
|
|
- Add support for PyPy
|
|
|
|
- Add support for testing using tox
|
|
|
|
|
2018-08-04 12:37:38 +00:00
|
|
|
0.2.3 (2017-01-20)
|
|
|
|
------------------
|
2017-01-20 04:47:06 +00:00
|
|
|
|
|
|
|
- version number bump for botched pypi upload...
|
|
|
|
|
2018-08-04 12:37:38 +00:00
|
|
|
0.2.2 (2017-01-20)
|
|
|
|
------------------
|
2017-01-20 04:23:40 +00:00
|
|
|
|
|
|
|
- automatic monochrome CCITT Group4 encoding via Pillow/libtiff
|
|
|
|
|
2018-08-04 12:37:38 +00:00
|
|
|
0.2.1 (2016-05-04)
|
|
|
|
------------------
|
2016-05-04 21:00:08 +00:00
|
|
|
|
|
|
|
- set img2pdf as /producer value
|
|
|
|
- support multi-frame images like multipage TIFF and animated GIF
|
|
|
|
- support for palette images like GIF
|
2018-08-04 12:37:38 +00:00
|
|
|
- support all colorspaces and imageformats known by PIL
|
2016-05-04 21:00:08 +00:00
|
|
|
- read horizontal and vertical dpi from JPEG2000 files
|
|
|
|
|
2018-08-04 12:37:38 +00:00
|
|
|
0.2.0 (2015-05-10)
|
|
|
|
------------------
|
2015-03-06 18:29:24 +00:00
|
|
|
|
2015-05-10 12:35:09 +00:00
|
|
|
- now Python3 only
|
|
|
|
- pep8 compliant code
|
|
|
|
- update my email to josch@mister-muffin.de
|
|
|
|
- move from github to gitlab.mister-muffin.de/josch/img2pdf
|
|
|
|
- use logging module
|
|
|
|
- add extensive test suite
|
|
|
|
- ability to read from standard input
|
|
|
|
- pdf writer:
|
|
|
|
- make more compatible with the interface of pdfrw module
|
|
|
|
- print floats which equal to their integer conversion as integer
|
|
|
|
- do not print trailing zeroes for floating point numbers
|
|
|
|
- print more linebreaks
|
|
|
|
- add binary string at beginning of PDF to indicate that the PDF
|
|
|
|
contains binary data
|
|
|
|
- handle datetime and unicode strings by using utf-16-be encoding
|
|
|
|
- new options (see --help for more details):
|
|
|
|
- --without-pdfrw
|
|
|
|
- --imgsize
|
|
|
|
- --border
|
|
|
|
- --fit
|
|
|
|
- --auto-orient
|
|
|
|
- --viewer-panes
|
|
|
|
- --viewer-initial-page
|
|
|
|
- --viewer-magnification
|
|
|
|
- --viewer-page-layout
|
|
|
|
- --viewer-fit-window
|
|
|
|
- --viewer-center-window
|
|
|
|
- --viewer-fullscreen
|
|
|
|
- remove short options for metadata command line arguments
|
2015-03-13 12:05:23 +00:00
|
|
|
- correctly encode and escape non-ascii metadata
|
2015-03-13 13:29:53 +00:00
|
|
|
- explicitly store date in UTC and allow parsing all date formats understood
|
|
|
|
by dateutil and `date --date`
|
2015-03-06 18:29:24 +00:00
|
|
|
|
2018-08-04 12:37:38 +00:00
|
|
|
0.1.5 (2015-02-16)
|
|
|
|
------------------
|
2015-02-16 18:29:20 +00:00
|
|
|
|
|
|
|
- Enable support for CMYK images
|
|
|
|
- Rework test suite
|
|
|
|
- support file objects as input
|
|
|
|
|
2018-08-04 12:37:38 +00:00
|
|
|
0.1.4 (2015-01-21)
|
|
|
|
------------------
|
2015-02-16 18:29:20 +00:00
|
|
|
|
|
|
|
- add Python 3 support
|
|
|
|
- make output reproducible by sorting and --nodate option
|
|
|
|
|
2018-08-04 12:37:38 +00:00
|
|
|
0.1.3 (2014-11-10)
|
|
|
|
------------------
|
2015-02-16 18:29:20 +00:00
|
|
|
|
|
|
|
- Avoid leaking file descriptors
|
|
|
|
- Convert unrecognized colorspaces to RGB
|
|
|
|
|
2018-08-04 12:37:38 +00:00
|
|
|
0.1.1 (2014-09-07)
|
|
|
|
------------------
|
2015-02-16 18:29:20 +00:00
|
|
|
|
|
|
|
- allow running src/img2pdf.py standalone
|
|
|
|
- license change from GPL to LGPL
|
|
|
|
- Add pillow 2.4.0 support
|
|
|
|
- add options to specify pdf dimensions in points
|
|
|
|
|
2018-08-04 12:37:38 +00:00
|
|
|
0.1.0 (2014-03-14, unreleased)
|
2014-03-01 15:58:28 +00:00
|
|
|
------------------
|
|
|
|
|
|
|
|
- Initial PyPI release.
|
|
|
|
- Modified code to create proper package.
|
|
|
|
- Added tests.
|
|
|
|
- Added console script entry point.
|