Sample PNG images

PNG is a common image storage format. Unlike JPEG, it compresses without loss of image quality and it is possible to create images with a transparent background. Below are the images in this format available for download

Sample file: Pleasure boat in the city park
Pleasure boat in the city park
690 Kb
400x300
Sample file: Hut on chicken legs from Russian folk tales
Hut on chicken legs from Russian folk tales
265 Kb
400x300
Sample file: Bumblebee pollinating flower
Bumblebee pollinating flower
191 Kb
400x300
Sample file: Cloud sample image
Cloud sample image
122 Kb
400x300
Sample file: Large test picture with red fill
Large test picture with red fill
1 Kb
400x300
Sample file: Large test picture with green fill
Large test picture with green fill
1 Kb
400x300
Sample file: Large test picture with blue fill
Large test picture with blue fill
1 Kb
400x300
Sample file: Small test picture with red fill
Small test picture with red fill
1 Kb
200x200
Sample file: Small test picture with green fill
Small test picture with green fill
1 Kb
200x200
Sample file: Small test picture with blue fill
Small test picture with blue fill
1 Kb
200x200
Sample file: Small red picture
Small red picture
1 Kb
100x75
Sample file: Small green picture
Small green picture
1 Kb
100x75
Sample file: Small blue picture
Small blue picture
1 Kb
100x75
Sample file: Single-pixel red image
Single-pixel red image
1 Kb
1x1

🧠 How PNG Works

PNG compresses images losslessly — every pixel is preserved exactly. The format supports transparency (alpha channel) and up to 48-bit color. Compression works in two stages: row filtering + DEFLATE algorithm (same as ZIP). Here is how it works:

🖼 RGBA original image 🔍 Filtering prediction of neighboring pixels 📦 DEFLATE lossless compression (same as ZIP) 🧱 Chunks IHDR, IDAT, IEND data blocks + CRC 💾 .png final file