Heif auto image conversion into jpeg

Requirement

When users upload HEIF/HEIC images from iOS devices, the web browser (which doesn’t support HEIF/HEIC format) needs to display these images. The images should be automatically converted to JPEG format for browser compatibility.

Solution Tried

Using Gumlet URL parameters to convert HEIF to JPEG:

const imageUrl = ‘https://example.com/sample2.heif?format=auto’;
const imageUrl = ‘https://example.com/sample2.heif?format=jpeg’;

Problem

When using these URL parameters, the images are getting downloaded but still remain in HEIF format instead of being converted to JPEG.

How can we achieve this functionality?

1 Like

It should not give HEIC output by default. Can you give a sample Gumlet URL? If you can’t provide publicly, you can send a message to me.

We also got your full email on our support email address. We will take this ahead promptly. Thank you. Wish you a wonderful week ahead.