Image compression basics

Make images smaller while keeping them sharp and professional.

1) Size comes from two things

Image file size is mostly driven by dimensions (width × height) and encoding (how the pixels are stored). If an image is 4000px wide but you only display it at 1200px, you’re paying a big file-size penalty for pixels nobody sees. The fastest win is usually resizing first, then compressing.

2) Pick the right format

3) Recommended quality ranges

For JPEG/WebP, a quality range of 60–80 is usually a good starting point for web use. If you see blocky areas (especially in gradients), increase quality slightly. If you can’t see a difference, reduce it until artifacts appear, then move one step back.

4) Common mistakes

Try it

Use the Image Compressor for quick reductions, and the Image Resizer when dimensions are the main problem.