|
Hi Patrick, I can't find a way to work with multiple extensions handler, this doesn't work: imagehandler=jpegimage:(/usr/bin/convert %%input%% -resize 50% -strip -resample 72 -colorspace Gray %%output%%)
extensionhandler="jpg:jpegimage"
imagehandler=pngimage:(/usr/bin/convert %%input%% -resize 50% -strip -resample 72 -colorspace Gray %%output%%)
extensionhandler="png:pngimage"
imagehandler=pdfimage:(/usr/bin/convert %%input%% -resize 50% -strip -resample 72 -colorspace Gray %%output%%)
extensionhandler="pdf:pdfimage"Nor: extensionhandler="pdf:pdfimage;png:pngimage;jpg:jpegimage"or extensionhandler="pdf:pdfimage";"png:pngimage";"jpg:jpegimage"What is it the correct syntax? Thanks... 🙏 |
Answered by
Cicorione
Sep 30, 2025
Replies: 3 comments
|
The documentation says: I bet I made a pebcak... 🤦♂️ |
0 replies
|
I got this... |
0 replies
Answer selected by
Cicorione
|
I will extend the manual. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I got this...