Commit Graph

8 Commits (main)

Author SHA1 Message Date
Johannes 'josch' Schauer 042aac71eb
reformat with black 4 years ago
Johannes 'josch' Schauer 962d4dbdfb Make pep8 compliant again 7 years ago
Johannes 'josch' Schauer e5b0ffee6c read horizontal and vertical dpi from jpeg2000 files 8 years ago
Johannes 'josch' Schauer dbed55655a fix JPEG2000 handling after move to Python3 8 years ago
josch 251238b410 release version 0.2.0 - big rewrite and lots of new features
- 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 command line options for metadata arguments
8 years ago
Jakub Wilk 5d7975164d remove unused imports 9 years ago
josch b143867a72 add Python 3 support 9 years ago
Stephan Richter b47cc04dd3 Start of converting the module to a proper package. 10 years ago