Forum Feature requests

Support for HEIC image format convert to JPEG via image magic

Hi,

Image magic supports conversion of HEIC image format to JPEG however prince doesn't support this when using the CSS property "-prince-image-magic: convert-to-jpeg(50%)"

Example:
<img src="/app/content/images/image2.heic" style="-prince-image-magic: convert-to-jpeg(50%)" />

Technically it is possible however I assume you just need to add the HEIC file extension to your list of supported file types.

Would this be possible to add for a future release?
mikeday
Prince doesn't actually use ImageMagick, so we would need to support the file format using libheif or something like that, yes.
Hi Mike,

Do you this as a likely enhancement that could be made soon?

mikeday
Perhaps! We will consider it in Jan/Feb.
Great news, that would really solve a big problem for us. Thank you