Fix mangled parameter being passed to imagemagick
Similar: https://github.com/ente-io/ente/pull/1175
This commit is contained in:
parent
9ca8ef9e74
commit
631b1772e4
1 changed files with 1 additions and 1 deletions
|
@ -148,7 +148,7 @@ const generateImageThumbnailCommand = (
|
|||
"-define",
|
||||
`jpeg:size=${2 * maxDimension}x${2 * maxDimension}`,
|
||||
"-thumbnail",
|
||||
`${maxDimension}x${maxDimension}>`,
|
||||
`${maxDimension}x${maxDimension}`,
|
||||
"-unsharp",
|
||||
"0x.5",
|
||||
"-quality",
|
||||
|
|
Loading…
Add table
Reference in a new issue