Skip to content

Commit

Permalink
Merge pull request #97 from trufla-technology/increase_width_of_images
Browse files Browse the repository at this point in the history
increase width of images
  • Loading branch information
ShymaaOthman authored Apr 1, 2020
2 parents f7d9899 + 73162a4 commit e375a15
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

public class BitmapUtils {

private static final int desiredWidth = 1024;
private static final int desiredWidth = 1440;
private static final int desiredHeight = 1024;

@Nullable
Expand Down Expand Up @@ -271,4 +271,4 @@ public static File createImageTempFile(Context context) throws IOException {
// Save a fiwle: path for use with ACTION_VIEW intents
return image;
}
}
}

0 comments on commit e375a15

Please sign in to comment.