Remove autoOrientJPEG and consolidate downscaling logic
This commit is contained in:
parent
3eed6cb350
commit
09b5e6ef50
10 changed files with 105 additions and 144 deletions
|
@ -351,6 +351,7 @@ async function getPreview(
|
|||
type: fullSizeImage.contentType,
|
||||
}),
|
||||
fileName: title,
|
||||
highQuality: true,
|
||||
});
|
||||
|
||||
const data = await fileToBytes(withBlob.file);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue