What this test is designed to show
Two images can have identical pixel dimensions and radically different storage requirements. Flat graphics repeat the same colors and edges; screenshot-style interfaces repeat structured shapes; photo-like scenes contain gradients, noise, and irregular detail. The encoder has a much harder job with the last category.
For this first Fitabyte Lab reference set, we generated three synthetic 1600 × 1200 RGB images with no personal data using Python 3.13.5 and Pillow 12.3.0. We encoded each source as optimized PNG and at JPEG/WebP quality settings 85, 70, and 50, then recorded the resulting byte counts. The generation is deterministic so the same source can be recreated for future tests. These measurements describe that reference encoder—not Fitabyte’s browser encoder byte-for-byte.
Reference scenes

Flat graphic
Large flat colors, simple cards, thin lines, and sparse text-like shapes.
1600 × 1200 source
Screenshot-style UI
White panels, interface rows, icons, lines, and repeated high-contrast edges.
1600 × 1200 source
Photo-like scene
Gradients, deterministic noise, foliage-like texture, and irregular natural-style detail.
1600 × 1200 sourceMeasured file sizes
The table reports the actual encoded file size for this controlled test set. Quality numbers are encoder settings, not percentages of the original image quality.
| Scene | Format | Quality | File size |
|---|---|---|---|
| Flat graphic | PNG | Lossless | 12.3 KB |
| Flat graphic | JPEG | 85 | 50.3 KB |
| Flat graphic | JPEG | 70 | 41.5 KB |
| Flat graphic | JPEG | 50 | 35.3 KB |
| Flat graphic | WebP | 85 | 12.7 KB |
| Flat graphic | WebP | 70 | 10.3 KB |
| Flat graphic | WebP | 50 | 9.8 KB |
| Screenshot-style UI | PNG | Lossless | 11.4 KB |
| Screenshot-style UI | JPEG | 85 | 60.3 KB |
| Screenshot-style UI | JPEG | 70 | 50.0 KB |
| Screenshot-style UI | JPEG | 50 | 42.3 KB |
| Screenshot-style UI | WebP | 85 | 12.0 KB |
| Screenshot-style UI | WebP | 70 | 10.2 KB |
| Screenshot-style UI | WebP | 50 | 9.5 KB |
| Photo-like scene | PNG | Lossless | 2.17 MB |
| Photo-like scene | JPEG | 85 | 408.6 KB |
| Photo-like scene | JPEG | 70 | 267.4 KB |
| Photo-like scene | JPEG | 50 | 169.3 KB |
| Photo-like scene | WebP | 85 | 353.4 KB |
| Photo-like scene | WebP | 70 | 240.5 KB |
| Photo-like scene | WebP | 50 | 196.7 KB |
What the numbers mean
PNG can dominate on simple graphics
The flat and screenshot-style references compress extremely well losslessly because large areas and repeated edges are predictable.
Photo-like detail is expensive
The photo-like reference was about 2.17 MB as optimized PNG, but hundreds of kilobytes as lossy JPEG or WebP. Texture changes the problem completely.
One quality number cannot predict KB
JPEG quality 70 produced very different file sizes across the three scenes, despite identical dimensions.
Format choice depends on content
PNG is not automatically larger and WebP is not automatically smaller in every case. Content and encoder settings decide the outcome.
Limitations and reproducibility
These are synthetic reference images, not a representative sample of every photograph or screenshot. The reference data was produced with Pillow rather than the browser encoder used by Fitabyte Compress. Different encoders can map quality values differently. Browser engines, operating systems, color profiles, metadata, transparency, and source content can all change the result. That is why Fitabyte treats the measurements as explanatory evidence rather than a universal benchmark.
Read How Fitabyte Tests Its Tools for our testing principles, or compare the formats in WebP vs JPG vs PNG. If you have a real size limit, use Fitabyte Compress and inspect the resulting file rather than assuming a preset will fit.