I use Aviary to edit the image in an Android application, but I found that the returned image is smaller than the original.
For example, I projected a large 2560x1920 image on an aviary, but the returned image is 480x640.
This is my code:
private void startFeather(Intent data) { File file = getBitmapFromResult(data); BitmapInfo bitmap = Helper.getBitmap(file, App.screenWidth, 0); toastLong("raw photo: " + bitmap.getWidth() + "x" + bitmap.getHeight()); Uri uri = Uri.fromFile(file); this.featherOutputFile = new File(App.Path.tempDir(), "111" + ".jpg");
Skip something?
Freewind
source share