Fix lens and update errors.

This commit is contained in:
Nayam Amarshe
2024-02-07 06:53:19 +05:30
parent b1b122c5b2
commit 649f2d239d
6 changed files with 42 additions and 35 deletions

View File

@@ -106,7 +106,6 @@ const convertAndScale = async (
lossless: compression === 0,
smartSubsample: true,
}),
force: true,
})
.toFile(processedImagePath);