1. Optimizing Web Assets for iOS
Web DeveloperBackground
A developer has a collection of high-quality AVIF icons and graphics intended for a web project that also needs to be displayed in a native iOS app.
Problem
The native iOS app does not natively support AVIF, causing display issues.
How to use
Upload the AVIF files, set quality to 90, and ensure 'Preserve Transparency' is checked.
quality: 90, preserveTransparency: trueOutcome
The images are converted to HEIF with transparency intact, allowing them to render perfectly within the iOS application.