Script de conversion d’un lot d’image en un PDF
This commit is contained in:
parent
ec7c887e6b
commit
156327959f
1 changed files with 5 additions and 0 deletions
5
.local/bin/images-to-pdf
Executable file
5
.local/bin/images-to-pdf
Executable file
|
@ -0,0 +1,5 @@
|
|||
#!/bin/bash
|
||||
|
||||
# images-to-pdf *.jpg complete.pdf
|
||||
|
||||
systemd-run --user --scope -p MemoryMax=4G -p MemoryHigh=3G -p MemorySwapMax=2G convert -limit memory 2GiB "$@"
|
Loading…
Reference in a new issue