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

Leverage server-side HEIC conversion #578

Open
swissspidy opened this issue Jul 26, 2024 · 0 comments
Open

Leverage server-side HEIC conversion #578

swissspidy opened this issue Jul 26, 2024 · 0 comments
Labels
enhancement New feature or request p2

Comments

@swissspidy
Copy link
Owner

Related:

If WordPress/wordpress-develop#7034 lands and no client-side HEIC conversion is possible, it could be at least done on the server. The thumbnails could still be generated client-side though.

It would make things a bit more complicated:

  1. Upload HEIC image to the server as a regular attachment
    • Let WP do the conversion server-side
    • Do not create any thumbnails though
  2. Get back the converted JPEG on the client
  3. Create all thumbnails on the client and sideload them
@swissspidy swissspidy added enhancement New feature or request p2 labels Jul 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request p2
Projects
None yet
Development

No branches or pull requests

1 participant