reduce initial thumbnail quality to 80
This commit is contained in:
parent
c35bb66743
commit
8f2d5bbd05
1 changed files with 1 additions and 1 deletions
|
@ -163,7 +163,7 @@ Future<Uint8List> getThumbnailFromInAppCacheFile(ente.File file) async {
|
|||
imageFormat: ImageFormat.JPEG,
|
||||
thumbnailPath: (await getTemporaryDirectory()).path,
|
||||
maxWidth: kThumbnailLargeSize,
|
||||
quality: 100,
|
||||
quality: 80,
|
||||
);
|
||||
localFile = io.File(thumbnailFilePath);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue