Commit Graph

78 Commits (main)
 

Author SHA1 Message Date
Johannes Schauer Marin Rodrigues e84aa8d42e
release version 0.5.2 3 months ago
Johannes Schauer Marin Rodrigues 9475574481
plakativ.py: black 3 months ago
Johannes Schauer Marin Rodrigues 2aa1271aec
set Image.MAX_IMAGE_PIXELS=None when using img2pdf 3 months ago
Johannes Schauer Marin Rodrigues fab6925674
use new snake_case naming for pymupdf 1.23.0 and later
closes: #6
6 months ago
Johannes Schauer Marin Rodrigues d0e5c1e48d
add comment for loading error for images larger than 65536 pixel 2 years ago
Johannes Schauer Marin Rodrigues d4ed39b7d2
replace the 'Open PDF' button text with 'Open PDF, JPG, PNG, TIF' if we have img2pdf 2 years ago
Johannes Schauer Marin Rodrigues 20928a8570 release version 0.5.1 2 years ago
Johannes Schauer Marin Rodrigues d6d0a6ea06 use new snake_case naming for pymupdf 1.19.0 and later 2 years ago
Johannes Schauer Marin Rodrigues a49d7b0a53 appveyor.yml: build for x64 as well as for x86 2 years ago
Johannes Schauer Marin Rodrigues 4ac61db781
release version 0.5 3 years ago
Johannes Schauer Marin Rodrigues 1e827c2186
reformat with black 3 years ago
Johannes Schauer Marin Rodrigues d58d02092a
adjust the size of the right frame depending on the display dpi 3 years ago
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 94ebd8ed0a
.travis.yml: bump windows python version to 3.9 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 3025580284
de.mister-muffin.plakativ.desktop: add keywords entry 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 b14852f891
rename test.py -> plakativ_test.py so that pytest finds it automatically 4 years ago
Johannes 'josch' Schauer ad0996fd2a
add plakativ.appdata.xml, plakativ.svg, and de.mister-muffin.plakativ.desktop 4 years ago
Johannes 'josch' Schauer c75d1a0dcf
setup.py: reformat with black 4 years ago
Johannes 'josch' Schauer 2fef758417
README.md: small fixes 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 070947570d
test.py: format with black 4 years ago
Johannes 'josch' Schauer 2262810aeb
test.py: only unlink after close() because windows cannot unlink files with open handles on them 4 years ago
Johannes 'josch' Schauer 72b3c6d924
remove pdfrw https://bugs.debian.org/958362 4 years ago
josch f1dba65984 Merge branch 'patch-1' into 'master'
Update README.md (+ laser printer)

See merge request !1
4 years ago
Wikinaut bee3547a3e Update README.md (+ laser printer) 4 years ago
Johannes 'josch' Schauer f75fff137d
release 0.2 4 years ago
Johannes 'josch' Schauer 783ffda612
setup.py: also install module 4 years ago
Johannes 'josch' Schauer 8959ab3189
plakativ.py: reduce default border size to 15 mm 4 years ago
Johannes 'josch' Schauer 21ddb41647
README.md: fix remaining mentions of img2pdf 4 years ago