Sample PNG Files
ImagePNG image — lossless test card
Download by size
Need a custom PNG file?
Configure exact parameters and download on demand.
Download via curl
# Download the 1 MB PNG file
curl -L "http://localhost:8000/files/png/sample-png-1mb.png" \
-o sample-png-1mb.png
# Generate a custom file via API
curl -X POST https://gettestfiles-api.fly.dev/generate/png \
-H "Content-Type: application/json" \
-d '{}' --output custom.png