Sample JPG 100KB File
JPEG photo — SMPTE test card with EXIF metadata
Click below for an instant download — no signup, no redirect.
Download 100KB JPG100 KBTestFile-jpg-100kb.jpg
File details
| Format | JPG |
| Extension | .jpg |
| MIME type | image/jpeg |
| Size | 100 KB |
| Exact bytes | 102,400 |
| Filename | TestFile-jpg-100kb.jpg |
| Format version | JPEG / JFIF 1.02 |
| Contents | 800 × 600 px RGB synthetic gradient with text overlay; no EXIF metadata; baseline JPEG encoding |
| Encoding | RGB 8-bit; baseline JPEG, quality 82; Huffman-coded DCT |
What is a 100KB JPG file useful for?
A 100 KB JPEG is the right size for testing thumbnail generation pipelines, upload validators that check JFIF magic bytes (FF D8 FF) rather than file extensions, and browser <img> tag rendering with HTTP cache headers. At 800 × 600 px it is the typical size of a compressed product photo thumbnail or user avatar — small enough for fast CI feedback but real enough to expose MIME-type detection bugs and incorrect Content-Type responses.
What's inside this file?
Generated with Pillow in RGB mode. An 800 × 600 pixel synthetic image composed of a radial colour gradient with a white text overlay. Encoded as baseline JPEG at quality 82 with JFIF 1.02 markers. No EXIF metadata is embedded. Progressive scan is off; standard Huffman tables are used. The uncompressed RGB raster is 1.37 MB; JPEG compression achieves approximately a 14:1 ratio.
Download via curl
curl -L "http://localhost:8000/files/jpg/TestFile-jpg-100kb.jpg" \ -o TestFile-jpg-100kb.jpg
Need different parameters?
Generate a custom JPG file with exact settings.