-
Notifications
You must be signed in to change notification settings - Fork 6
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
Images don't open in Safari #46
Comments
I investigated further and the issue seems to be with images having a transparency layer. I used the following code:
Here the images: |
Yes, seems to works with windows firefox, but no success on macos or linux |
All the images in this thread display on my iPhone in the iOS GitHub app as well as in mobile safari. |
@ajslater you should as Github re-encode all pictures in posts as png. |
Woops, my bad. I just tried with desktop safari on the zipped images and while they do show as "JPEG XL Container" to the file utility, they do not open with desktop Mac Safari or the Preivew app. And indeed using this plugin to covert the enclosed png produces a similarly undisplayable jxl. |
As I commented in my PR #61 the Exif metadata seems to be the problem, I modified the code to be able to generate file that open on Apple OSs. |
Any release scheduled? |
The new release has been uploaded to pypi :) |
I tested this package to dynamically serve jxl from my server, however the images do not open in ios safari or mac safari which are supporting jxl by default.
The text was updated successfully, but these errors were encountered: