Skip to content

Commit

Permalink
Merge pull request #1719 from matthiasn/feat/no_image_resizing
Browse files Browse the repository at this point in the history
feat: no image resizing
  • Loading branch information
matthiasn authored Apr 13, 2024
2 parents ac066f4 + 0323752 commit 12af47a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions lib/utils/image_utils.dart
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ Future<XFile?> compressAndSave(File file, String targetPath) async {
final result = await FlutterImageCompress.compressAndGetFile(
sourcePath,
targetPath,
minHeight: 10000,
minWidth: 10000,
quality: 90,
keepExif: true,
);
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: lotti
description: Achieve your goals and keep your data private with Lotti.
publish_to: 'none'
version: 0.9.446+2446
version: 0.9.447+2447

msix_config:
display_name: LottiApp
Expand Down

0 comments on commit 12af47a

Please sign in to comment.