LazyIonEs
LazyIonEs
**Describe the bug** I turned on obfuscation in the project, and when I used stringResource(Res.string.app_name), there was a crash. I'm not sure what's causing it, but when I turn off...
支持垂直?
现在有个需求,需要垂直的,中间thumb可显示数字,使用此库用`android:rotation="270"`发现thumb内文字也被旋转,请问可适配下垂直方向,或请教下解决思路
In [compose-multiplatform](https://github.com/JetBrains/compose-multiplatform), how to complete the check update or automatic update in the application? Android may be relatively simple, but in desktop, I don’t know how to do it, but...
使用pag转换工具将图片序列帧转换为pag失败,已通过brew安装zlib,并设置 ``` export LDFLAGS="-L/opt/homebrew/opt/zlib/lib" export CPPFLAGS="-I/opt/homebrew/opt/zlib/include" export PKG_CONFIG_PATH="/opt/homebrew/opt/zlib/lib/pkgconfig" ``` ``` begin cd input pic input file :pic/ frame count: 25.000000 Could not open input file 'pic/meiwei_000.png' (error 'Invalid data found...
### 需求/建议描述 希望可以支持fleet ### 建议的解决方案 [Quick start guide: building a theme plugin in Fleet](https://www.jetbrains.com/help/fleet/building-custom-theme-plugins.html) 不确定这个是否有帮助 ### 附加信息 _No response_
使用转换工具将mp4文件转成pag文件后,文件体积会增大很多,图中可以看到,由732kb增大到了2.6M,文件大小翻了好几倍; 转换工具刚出的时候,转出PAG文件大小会比原mp4文件小的 希望能得到优化,毕竟高效的文件格式是PAG的优势之一
**Describe the bug** The quality of loading local image files and decodeToImageBitmap on Multiplatform is significantly different When I use AsyncImage, I get the following effect ``` AsyncImage(model = file,...