gpt4 book ai didi

android - 使用图像裁剪库时出现内存不足异常

转载 作者:行者123 更新时间:2023-11-29 01:41:03 26 4
gpt4 key购买 nike

我正在使用下面给出的库来裁剪图库中的图像以及使用相机拍摄的照片:

https://github.com/rachitwatts/CircleImageCropper

当我从图库中裁剪图像时,它工作得很好,但在裁剪使用相机拍摄的照片时导致内存不足异常。

如果你能为这个问题提供一个解决方案或者为这个库建议一个替代方案,那就太好了(我很少看到其他库,但我想要一个允许图像被裁剪成圆形的库,就像上面那样提到的图书馆)。

最佳答案

This code use manifest file in application tag in:-

android:largeHeap="true" to allocate more heap size.


<application
android:icon="@drawable/ic_launcher"
android:label="@string/app_name"
android:theme="@android:style/Theme.NoTitleBar.Fullscreen"
android:largeHeap="true">...

关于android - 使用图像裁剪库时出现内存不足异常,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24653416/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com