Showing
1 changed file
with
1 additions
and
2 deletions
| @@ -82,8 +82,7 @@ class CreateWatchThemeController extends GetxController { | @@ -82,8 +82,7 @@ class CreateWatchThemeController extends GetxController { | ||
| 82 | aspectRatio: const CropAspectRatio(ratioX: 1, ratioY: 1), | 82 | aspectRatio: const CropAspectRatio(ratioX: 1, ratioY: 1), |
| 83 | maxWidth: 280, | 83 | maxWidth: 280, |
| 84 | maxHeight: 280, | 84 | maxHeight: 280, |
| 85 | - compressFormat: ImageCompressFormat.png, | ||
| 86 | - compressQuality: 100, | 85 | + compressQuality: 70, |
| 87 | uiSettings: [ | 86 | uiSettings: [ |
| 88 | AndroidUiSettings( | 87 | AndroidUiSettings( |
| 89 | toolbarTitle: l10n.watchThemeCropImage, | 88 | toolbarTitle: l10n.watchThemeCropImage, |
-
Please register or login to post a comment