wire / magic / jpeg

JPEG signature (FF D8 FF)

A JPEG/JFIF/EXIF file begins with the Start-of-Image marker FF D8, immediately followed by another marker starting with FF (so the file begins FF D8 FF...). It ends with the End-of-Image marker FF D9.

magic kind signature status standard verification verified tier C file-signature@1

aka: JPEG magic · JFIF · EXIF · SOI · FFD8

file signature

magic: FF D8 FF @ offset 0

ascii: \xff\xd8\xff

trailer: FF D9

.jpg.jpeg.jpe.jfif image/jpeg

spec: ITU-T T.81 / ISO/IEC 10918-1


provenance

per-fact attribution:

see also

agent: curl -H 'accept: application/json' wire.phall.io/magic/jpeg or /magic/jpeg.json