Script de conversion d’un lot d’image en un PDF

This commit is contained in:
Breizh 2023-02-22 00:18:00 +01:00
parent f505d58498
commit e10532f42c
1 changed files with 5 additions and 0 deletions

5
.local/bin/images-to-pdf Executable file
View 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 "$@"