如何获得高质量/完整图像并放入imageview?

时间:2018-04-27 20:11:50

标签: android image

如何获得高质量的图像?是的我已经阅读了一些"相同的问题" 这就是为什么我知道位图data只是一个缩略图而且我已经尝试了答案但是我有输出问题。

以下是遇到的输出问题以及我得到答案的源代码。

[在imageview上没有显示任何内容:]

1)https://developer.android.com/training/camera/photobasics

-setPic() code placed on onAcitivityResult
-Logcat Error on : Uri photoURI = FileProvider.getUriForFile(MainActivity.this,"com.example.android.fileprovider", photoFile);

2)https://developer.android.com/topic/performance/graphics/load-bitmap

3)android-bitmap low quality issue(显示来自的Toast留言)

if(reducedSizeBitmap != null){
    im1.setImageBitmap(reducedSizeBitmap);
    }else{
        Toast.makeText(this,"Error while capturing Image 1",Toast.LENGTH_LONG).show();
    }
}

[确认后崩溃/字面重启电话(捕获后):]

1)Android Camera Intent: how to get full sized photo?

0 个答案:

没有答案