-
-
Notifications
You must be signed in to change notification settings - Fork 113
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
unable to open large size heif or avif image, please fix it #895
Comments
On my device decoding large HEIF works fine, so maybe there's something special with your images or device. Could you please provide some samples of HEIF and AVIF that fail for you? |
some logs 02-05 00:45:57.298 11514 11514 D DecorView[MainActivity]: updateDecorCaptionStatus windowMode is 1 |
|
There are several possible issues with this particular AVIF sample:
Could you please provide a sample HEIF too? By the way, some special HDR HEIF created by some Sony cameras fail to load on Android. Maybe that's your case? |
The AVIF you provided can't be decoded with Google Photos or Samsung Gallery either, so I suppose it's just a codec limitation. I'll take a look at your HEIF samples if you have some. |
same content but in heif. I actually generate these two image from a jpeg using a python package. and it is ok to decode on windows if install HEVC coder. |
I see. Then it's just these images that are incompatible with the standard Android codecs. Nothing i can do here. |
Okay, thank you for your reply and your works. |
Describe the bug
无法解码比较大的heif或avif图片。
To Reproduce
打开一个超过1000x1000的heif或avif的图片。
Expected behavior
正常解码
Screenshots
None
System information and logs:
Package: deckers.thibault.aves
Installer: com.android.vending
Aves version: 1.10.3-play, build 112
Flutter: stable 3.16.9
Android version: 13, API 33
Android build: TP1A.220624.014
Device: Xiaomi K50
Support: dynamic colors=true, geocoder=true, HDR=true
Mobile services: ready
System locales: zh_CN
Storage volumes: /storage/emulated/0/
Storage grants: /storage/emulated/0/
Error reporting: false
Additional context
Apple和Xiaomi似乎将一个图片以512x512大小分块储存在heif中,但我需要直接解码一个更大尺寸的heif,这是依赖包的问题还是这个软件的问题呢?
The text was updated successfully, but these errors were encountered: