1. Web Thumbnail Generation
Web DeveloperBackground
A developer needs to convert a large 4000px wide PNG hero image into a 400px wide thumbnail for a blog post.
Problem
The original file is too large for web performance and needs to be resized while maintaining the aspect ratio.
How to use
Upload the PNG, enable 'Uniform Scaling', set Scale X to 0.1, and select WebP as the output format.
uniform: true, scaleX: 0.1, format: 'webp', quality: 80Outcome
A high-quality, lightweight WebP thumbnail perfectly scaled to 10% of the original size.