Bump webP encoder quality up to default quality (4)

This commit is contained in:
Pete Walters 2026-06-02 15:24:53 -05:00 committed by GitHub
parent 78130adac7
commit 280fc1f244
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -107,7 +107,6 @@ public class AttachmentThumbnailServiceImpl: AttachmentThumbnailService {
with: image,
format: .webP,
options: [
.encodeWebPMethod: 3,
.encodeMaxFileSize: targetMaxFileSize,
.encodeMaxPixelSize: targetSize,
],