• Hey Guest, don't forget to VOTE on each RFC topic. Your voting determine Chevereto development! No votes, no development.
  • Welcome to the Chevereto user community!

    Here users from all over the world gather around to learn the latest about Chevereto and contribute with ideas to improve the software.

    Please keep in mind:

Add HEIC Support

siddharth

đź’– Chevereto Fan
đź’ˇDescribe your Feature request

Adding HEIC support to Chevereto as a premium segment (iPhone) captures images in HEIC format.


đź‘ŹWhere did you saw this?

Lots of other Image Sharing Platform
 
For heic it will have the caveat of not being able to preview the uploads. When you pick files for upload the system shows a preview using the browser api.

For heic the polyfill available consists into convert the file on client side, so the server never gets concerned about this. This is the library that it needs for it.

The main problem here is that the library available for this purpose is too heavy for web standards (1MB) so we need to sneak this file only when required (as detect loading the file, then trigger load the library).
 
Back
Top