• 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:

    • 😌 This community is user driven. Be polite with other users.
    • 👉 Is required to purchase a Chevereto license to participate in this community (doesn't apply to Pre-sales).
    • 💸 Purchase a Pro Subscription to get access to active software support and faster ticket response times.

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