Commit Graph

37 Commits (6f8a42801fd2e92265e30430a666f944806e96f5)

Author SHA1 Message Date
Johannes Schauer Marin Rodrigues 6f8a42801f
update my name 3 years ago
Johannes Schauer Marin Rodrigues 441ec3a621
release version 0.4 3 years ago
Johannes Schauer Marin Rodrigues 18d6650a6e
plakativ.py: format with black 3 years ago
Johannes Schauer Marin Rodrigues b4aea1809d
the default unit is mm and not pt 3 years ago
Johannes Schauer Marin Rodrigues 9d61fe76b0
the postersize multiplier is not in percent 3 years ago
Johannes Schauer Marin Rodrigues a6c6d2e1c1
typo: Multipler -> Multiplier 3 years ago
josch 4f5a2e9ae6 Merge branch 'patch-1' into 'master'
Fix Issue #7, unit conversion bug.

Fixes #7 where inches to mm was accidentally inverted.

See merge request !2
3 years ago
Dave 65d4cab1ff Fix Issue #7, unit conversion bug. 3 years ago
Johannes 'josch' Schauer 012075430a
call fitz.close() after processing 4 years ago
Johannes 'josch' Schauer 7a951f1b31
fix pdf dashed line syntax 4 years ago
Johannes 'josch' Schauer b58392ec5a
print a more helpful error message when running plakativ without any arguments on non-Windows systems 4 years ago
Johannes 'josch' Schauer 2c111d9936
slurp in the whole file from stdin because we might need to read it multiple times and mupdf needs to seek in it anyways 4 years ago
Johannes 'josch' Schauer 34213ae2a5
print proper error message when trying to read raster images with alpha channel and suppress img2pdf messages 4 years ago
Johannes 'josch' Schauer 8bab9a8bc6
add --cover-page, --cutting-guides, --page-numbers and --poster-border (closes: #2) 4 years ago
Johannes 'josch' Schauer 3e18f1fc35
fix small copypaste error 4 years ago
Johannes 'josch' Schauer eb39018d18
raise error if none of --size, --factor or --maxpages is given 4 years ago
Johannes 'josch' Schauer ebf32decf2
Support raster images as input, --remove-alpha flag to remove alpha channel automatically 4 years ago
Johannes 'josch' Schauer 7b424eb78f
release version 0.3 4 years ago
Johannes 'josch' Schauer 9c4d5c3fbf
add command line interface 4 years ago
Johannes 'josch' Schauer d9c14aed59
remove leftover debugging stuff from opening and saving dialog 4 years ago
Johannes 'josch' Schauer 5564a723f5
flip poster dimensions if necessary to create maximum size poster regardless of portrait or landscape mode 4 years ago
Johannes 'josch' Schauer efb70042e8
if img2pdf is available, try opening input with it and convert to PDF if necessary (closes: #3) 4 years ago
Johannes 'josch' Schauer 3cfdb1564a
allow operation with pymupdf before 1.14.5 when the getImageData() function didn't exist yet (closes: #4) 4 years ago
Johannes 'josch' Schauer f75fff137d
release 0.2 4 years ago
Johannes 'josch' Schauer 8959ab3189
plakativ.py: reduce default border size to 15 mm 4 years ago
Johannes 'josch' Schauer ba2d6d27e4
add complex layout strategy 5 years ago
Johannes 'josch' Schauer c7e9b64b96
add copyright header 5 years ago
Johannes 'josch' Schauer 2452e58ac8
plakativ.py: on windows we have to use sys.exit() instead of exit() 5 years ago
Johannes 'josch' Schauer a26876fb1b
add InputWidget 5 years ago
Johannes 'josch' Schauer 21bf0c30d6
add PageSizeWidget 5 years ago
Johannes 'josch' Schauer 9f369fd22a
add BorderWidget 5 years ago
Johannes 'josch' Schauer d0f91abf6f
refactor member variables 5 years ago
Johannes 'josch' Schauer 4c958b72aa
extend testsuite with landscape input 5 years ago
Johannes 'josch' Schauer 6a0e78b409
remove fallback for tkinter not being present 5 years ago
Johannes 'josch' Schauer 970ebb6659
plakativ.py: use ImportError to cater for Python 2 5 years ago
Johannes 'josch' Schauer 1e0bde7027
add dummy tkinter class 5 years ago
Johannes 'josch' Schauer f41df77425
initial commit 5 years ago