Sample TIFF Files — Download Test TIFF Images (Uncompressed and LZW)

Tagged Image File Format · .tiff, .tif · MIME type image/tiff

3 files922 KB2.8 MBDirect linksNo ads, no sign-upFree for any useSHA-256 verified

Download a sample TIFF file — an uncompressed 640×480 image of about 1 MB, an LZW-compressed 1280×720 file, and an uncompressed 1920×1080 file of about 6 MB. TIFF is the format scanners, print shops and document-imaging systems produce, and it is the one most likely to break a web upload form because the files are large and browsers cannot display them.

Created by Aldus in 1986 and now maintained by Adobe, TIFF is a flexible container: it can hold uncompressed, LZW, ZIP or JPEG-compressed data, multiple pages, layers, 16-bit channels and CMYK. That flexibility is exactly why a viewer that opens one TIFF may fail on another.

What the TIFF sample image looks like (rendered as JPG for preview)
Browsers can't display TIFF inline — this is the same test card rendered as JPG. The download is a real TIFF file.

Download sample TIFF files

FileDetailsSizeDownload
sample-image-640x480-uncompressed.tiff
640 × 480 • uncompressed
640 × 480922 KB
921,740 bytes
Download TIFF
sample-image-1920x1080-lzw.tiff
1920 × 1080 • LZW
1920 × 10802.1 MB
2,138,894 bytes
Download TIFF
sample-image-1280x720-uncompressed.tiff
1280 × 720 • uncompressed
1280 × 7202.8 MB
2,764,940 bytes
Download TIFF
3 files · direct links · no sign-up · CORS enabled

Need one of every images format? Download the images sample pack (1.3 MB, one small file of every images format (10 files)).

Use these files from the command line or CI

Every URL is stable and CORS-open. Pin the SHA-256 in your test and you will know the moment a fixture changes.

# Download one file
curl -O https://pnb-website-bucket.s3.us-east-2.amazonaws.com/samples/images/tiff/sample-image-640x480-uncompressed.tiff

# Verify it (SHA-256 is listed for every file above)
shasum -a 256 sample-image-640x480-uncompressed.tiff

# Machine-readable index of every sample file
curl https://pnb-website-bucket.s3.us-east-2.amazonaws.com/samples/index.json | jq '.files[] | select(.format=="tiff")'

TIFF format at a glance

Full nameTagged Image File Format
Extensions.tiff, .tif
MIME typeimage/tiff
IntroducedAldus, 1986; TIFF 6.0 spec 1992 (Adobe)
CompressionNone, LZW, ZIP/Deflate, PackBits, JPEG
ColourUp to 16 bits/channel, RGB, CMYK, grayscale, bilevel
Multi-pageYes
Browser supportNone (Safari only, partially)
Magic bytes49 49 2A 00 (little-endian) or 4D 4D 00 2A

What people test with sample TIFF files

  • Scanner and document-management uploads
  • Server-side conversion (TIFF → PDF or JPG) since browsers cannot preview TIFF
  • Memory and timeout limits with large uncompressed images
  • Testing that LZW and uncompressed variants are both decoded
Testing notes. Uncompressed TIFF size is predictable: width × height × 3 bytes, plus a small header. Use it to test size-based validation rules.

Frequently asked questions

Why won't my browser display a TIFF file?

No major browser except Safari renders TIFF, because it was never a web format. Web applications that accept TIFF uploads normally convert to JPG, PNG or PDF on the server. Use these files to confirm that conversion happens and that the original is still downloadable.

Is TIFF lossless?

Usually. Uncompressed, LZW and ZIP TIFFs are lossless; TIFF can also wrap JPEG compression, which is lossy. Our uncompressed and LZW samples are both lossless — decoding either should give pixel-identical results.

Are these TIFF files safe to download?

Yes. Every file is generated by our own open script from scratch — nothing is scraped or user-uploaded — and contains no scripts, macros or executables. The SHA-256 of each file is published on this page so you can verify what you received.

Can I use the sample TIFF files commercially?

Yes. They are free for any purpose, including commercial products, test suites, demos and redistribution, with no attribution required. There is nothing to license and no one to ask.

Can I hotlink these files or use them in CI?

Yes. Every link is a stable direct URL over HTTPS with Access-Control-Allow-Origin: * and long cache headers, so curl, wget, fetch() and test runners can pull them directly. A JSON index of every file is linked from each page (see the command-line section).

Related sample files

Free tools that work with TIFF

  • Image ConverterConvert images between PNG, JPG, and WebP right in your browser. Files never leave your device.
  • PDF ConverterTurn a PDF into images or text, or combine images into a PDF — free, in your browser, no upload.

Testing a file pipeline? We build them.

Uploads, conversions, previews, document processing and media workflows are the kind of production systems Pine & Birch designs and runs for clients — which is why we needed these files in the first place.

See how we can help
Free sample files by Pine & Birch — technology consulting, Toronto. Free for any use, no attribution required.