1. Convert iPhone Portrait to Web-Ready PNG
Web DesignerBackground
A designer received HEIC photos from a client shot on an iPhone and needs to display them on a website that only supports PNG.
Problem
The HEIC format is not natively supported by web browsers, and the image contains transparency that needs a clean white background.
How to use
Upload the HEIC file, select '24-bit RGB' as the output mode, set the background color to '#ffffff', and check 'Preserve Safe Metadata'.
{
"outputMode": "rgb-24",
"backgroundColor": "#ffffff",
"preserveMetadata": true
}Outcome
A standard 24-bit PNG image with a solid white background, ready for web deployment with metadata preserved.