Should I use WebP or AVIF for my website?+
AVIF offers better compression than WebP (up to 50% smaller than JPEG) but has slightly less browser support. WebP is supported by all modern browsers. Use AVIF with a WebP fallback for maximum compatibility and performance.
What quality setting should I use for WebP?+
Quality 80-85 is visually indistinguishable from the original JPEG for most images, at 30-40% smaller file size. Quality 75 is a good default for thumbnails. Quality 90+ approaches lossless for photography.
How do I convert PNG to JPG without losing quality?+
PNG is lossless; JPG is lossy. Any PNG to JPG conversion involves some quality loss. Use JPG quality 90-95 to minimise visible degradation. If the PNG has transparency, it will be filled with white (JPG doesn't support alpha).
Can I convert SVG to PNG?+
Yes. Enter the target width and height for the PNG output. SVG is vector so it scales without quality loss - choose the resolution you need for the use case (e.g. 512x512 for an icon, 1200x630 for an OG image).