Increase reduced image size

This commit is contained in:
M66B
2019-04-12 18:07:33 +02:00
parent 8517f498a1
commit bccbb51b90
2 changed files with 3 additions and 3 deletions

View File

@@ -182,8 +182,8 @@ public class FragmentCompose extends FragmentBase {
private boolean encrypt = false;
private OpenPgpServiceConnection pgpService;
private static final int REDUCED_IMAGE_SIZE = 1280;
private static final int REDUCED_IMAGE_QUALITY = 90;
private static final int REDUCED_IMAGE_SIZE = 1440; // pixels
private static final int REDUCED_IMAGE_QUALITY = 90; // percent
@Override
public void onCreate(Bundle savedInstanceState) {