KongKong
KongKong
I have a big png image, my code is : ```kotlin Compressor.compress(App.instance, file) { destination( File( cacheImageDir, compressedFileName ) ) size(1024 * 1024 * 10) } ``` The result is...
macOS 10.15, Atom 1.40.1, it covered by system's Alt-w I guess.
**Describe the bug** Load a 107MB png image, sometimes throw OOM. **Logs/Screenshots** attached. [2022-07-07 14:36:25.093 4541-4541.txt](https://github.com/coil-kt/coil/files/9061113/2022-07-07.14.36.25.093.4541-4541.txt) **Version** coil-2.1.0 What library version are you using? Does this occur on a specific...
**Describe the bug** If parse a local path contain '#' like this: `/sdcard/fi#le.jpeg` to this method: ```kotlin ImageView.load( data: Any?, imageLoader: ImageLoader = context.imageLoader, builder: ImageRequest.Builder.() -> Unit = {}...
我相册里有两张图,一张83x1291,一张2171x51,知乎和微信两个demo预览是一片黑,左右滑动也滑不动,别的图片正常 ``` 2018-09-30 15:58:09.926 6104-6205/com.qingmei2.sample W/OpenGLRenderer: Bitmap too large to be uploaded into a texture (1080x16799, max=16384x16384) ``` 还有不支持WEBP图片预览啊,虽然实际能预览出来,但是有报错 ``` 2018-09-30 15:53:44.699 6104-6104/com.qingmei2.sample W/ExifInterface: Invalid image: ExifInterface got an unsupported...
### Media3 Version 1.0.0-beta01 ### Devices that reproduce the issue Samsung galaxy note 10 5G running Android 11 ### Devices that do not reproduce the issue _No response_ ### Reproducible...
### Media3 Version 1.0.0-beta01 ### Devices that reproduce the issue Samsung galaxy note 10 5G running Android 11 ### Devices that do not reproduce the issue _No response_ ### Reproducible...
我测试了一下,好像只能解析二维码图片,商品条形码解析不了。 请问怎样才能像扫描一样自动识别一维码并解析呢?
同时设置这两者,drawable_enable设置的orientation和radius不起作用,我将ProxyDrawable直接改成了StateListDrawable就可以了。
建议打开此权限的方法,做降级处理,找不到此权限的Activity,就找次一级的。 因为发现在某些 Android11+ 机型上,比如: Galaxy A03 Core - SM-A032F/DS Android 11 - Kernel 4.14 199-2303091 没有此 Activity,调用必 FC。