Skip to content
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

EXIF support for webp #103

Open
arnowelzel opened this issue Jan 15, 2024 · 1 comment
Open

EXIF support for webp #103

arnowelzel opened this issue Jan 15, 2024 · 1 comment

Comments

@arnowelzel
Copy link
Owner

Also see https://wordpress.org/support/topic/excelente-plugin-con-un-detalle

webp supports EXIF as well, but so far this can not be displayed in Lightbox with PhotoSwipe.

@arnowelzel
Copy link
Owner Author

First try to parse EXIF data using PHP itself did not work very well since this is way too slow (and one of the reasons why there is an extension for this).

Another approach may be to extract the content of the EXIF chunk in webp files and create an empty JPEG image as memory stream which can then be used for exif_read_data().

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant