You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the iOS app doesn't recognize JPEG-XL (.jxl) and AVIF (.avif) files as images. Is there a chance to add support for them? I believe that at least JPEG-XL makes sense to support since it's now supported by the iPhone 16 Pro.
I confirmed that it works fine for me. (= UIImageView already supports both formats.)
(I won't create a pull request since the team always seems to prefer making changes internally, and I accidentally included an unnecessary change.)
What did you expect to happen?
Image files with .jxl or .avif extensions should be recognized as images, and I should be able to preview them with horizontal swipes.
Misc.
IIRC, my changes are not enough as they don't organize the items in the Recents section properly. Also, these formats aren't recognized on the Web either. Therefore, I think changes will be needed for https://github.com/meganz/sdk as well.
Thank you for maintaining this great service!
The text was updated successfully, but these errors were encountered:
mshibanami
changed the title
[Feature Request] Support JSX and AVIF
[Feature Request] Support JPEG-XL and AVIF
Oct 20, 2024
General Information
What happened?
Currently, the iOS app doesn't recognize JPEG-XL (
.jxl
) and AVIF (.avif
) files as images. Is there a chance to add support for them? I believe that at least JPEG-XL makes sense to support since it's now supported by the iPhone 16 Pro.FWIW, this is my personal implementation: https://github.com/mshibanami/meganz-iOS/commit/0836fdc38f76413f13f826877bc58bdc399c3197
I confirmed that it works fine for me. (=
UIImageView
already supports both formats.)(I won't create a pull request since the team always seems to prefer making changes internally, and I accidentally included an unnecessary change.)
What did you expect to happen?
Image files with
.jxl
or.avif
extensions should be recognized as images, and I should be able to preview them with horizontal swipes.Misc.
IIRC, my changes are not enough as they don't organize the items in the Recents section properly. Also, these formats aren't recognized on the Web either. Therefore, I think changes will be needed for https://github.com/meganz/sdk as well.
Thank you for maintaining this great service!
The text was updated successfully, but these errors were encountered: