Commit graph

23 commits

Author SHA1 Message Date
1d9a25dfd2
Proof of concept of using PDF DecodeParms for storing pixel data with PNG compression 2018-03-15 11:31:36 +01:00
45cea44fac README.md: use pip3 instead of pip 2017-01-28 19:09:03 +01:00
fe86469c6c README.md: Improve wording 2017-01-20 09:43:42 +01:00
44ce296581 README.md: add more examples of how to use the library 2017-01-20 09:14:36 +01:00
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
2016-02-02 19:51:27 +01:00
josch
02fad70e4b README.md: add another feature idea 2015-05-10 14:24:12 +02:00
josch
fdee171d40 README.md: add more wishlist bugs 2015-05-09 20:52:07 +02:00
josch
b7aa09834c README.md: update treatment of non-jpeg files 2015-05-09 07:39:50 +02:00
xiota
53fdf81c37 Usage
* rename "Commandline Options" to "Usage"
  * General Notes
  * Controlling Page Size
  * Colorspace
2015-03-20 20:02:50 -07:00
xiota
be21c4bbf3 general editing 2015-03-20 19:46:47 -07:00
josch
23b77d2544 README.md: add Debian/Ubuntu dependencies 2015-03-07 02:58:44 +01:00
Jakub Wilk
8f757bc3bb README: fix a typo 2015-03-05 23:23:16 +01:00
josch
18ca3b4491 make 2nd, 3rd and 4th argument optional by supplying None as default 2015-02-16 07:15:10 +01:00
lukahn
d9054ddfd3 Updated library section to reflect latest implementation 2015-01-15 16:19:18 +11:00
josch
acfb3270ab fix markdown in readme 2014-06-27 22:31:21 +02:00
josch
818db1902f license change from GPL to LGPL 2014-03-30 08:10:12 +02:00
Stephan Richter
0e3dbefbbf Provide some installation instructions using the typical Python tool chain. 2014-03-14 19:18:38 +01:00
josch
c21c148daf add documentation for --colorspace 2012-12-22 18:07:51 +01:00
josch
69ff6e7961 commandline help in README.md 2012-03-29 12:34:17 +02:00
josch
c6bf6baf9d add speed benefit to README 2012-03-29 12:14:07 +02:00
josch
0bd841c530 JPEG2000 support 2012-03-29 11:53:57 +02:00
josch
7293949336 restructure readme 2012-03-29 11:11:23 +02:00
josch
055b075397 initial commit 2012-03-29 11:08:32 +02:00