Skip to content

Commit

Permalink
Replace deprecated convert command
Browse files Browse the repository at this point in the history
  • Loading branch information
joecorall committed Aug 28, 2024
1 parent b21b60e commit e554266
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/imagemagick/scyllaridae.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ allowedMimeTypes:
- "image/*"
cmdByMimeType:
"application/pdf":
cmd: convert
cmd: magick
args:
- "pdf:-[0]"
- "%args"
- "%destination-mime-ext:-"
default:
cmd: convert
cmd: magick
args:
- "-"
- "%args"
Expand Down

0 comments on commit e554266

Please sign in to comment.