Keep the order in the documentation examples
https://imagemagick.org/Usage/thumbnails/
This commit is contained in:
parent
631b1772e4
commit
957c2a64df
1 changed files with 2 additions and 2 deletions
|
@ -143,10 +143,10 @@ const generateImageThumbnailCommand = (
|
|||
throw new Error(CustomErrorMessage.NotAvailable);
|
||||
return [
|
||||
imageMagickPath(),
|
||||
inputFilePath,
|
||||
"-auto-orient",
|
||||
"-define",
|
||||
`jpeg:size=${2 * maxDimension}x${2 * maxDimension}`,
|
||||
inputFilePath,
|
||||
"-auto-orient",
|
||||
"-thumbnail",
|
||||
`${maxDimension}x${maxDimension}`,
|
||||
"-unsharp",
|
||||
|
|
Loading…
Add table
Reference in a new issue