Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #42775, comment 41


Ignore:
Timestamp:
07/01/2020 10:46:25 PM (5 years ago)
Author:
azaozz
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #42775, comment 41

    initial v1  
    44Ah, great, thanks! Was mostly looking at ways to convert on the server (ImageMagick) but that doesn't seem commonly supported.
    55
    6 Converting in the browser (canvas + js) is a great option (although it comes with the normal limitations for large images on low memory devices). Tested the demo and it seems to be more or less usable. There are also https://www.npmjs.com/package/libheif-js and https://github.com/catdad-experiments/heic-convert. Perhaps can look at doing that in 5.6?
     6Converting in the browser (canvas + js) is a great option (although it comes with the normal limitations for large images on low memory devices). Tested the demo and it seems to be more or less usable. Quality is lower and the file size is still quite large, 3.8MB .jpeg from a 9MB .heic, but suppose that's about right? There are also https://www.npmjs.com/package/libheif-js and https://github.com/catdad-experiments/heic-convert. Perhaps can look at doing that in 5.6?