Image File Reparing
Check the Cause of Damage
Dump Hex from an Image
xxd example.jpg | head
xxd example.png | headUsing Tools
# for PNG
pngcheck example.png
# -vv: very verbosely check
pngcheck -vv example.pngEdit Hex to Adding Magic Bytes
JPG (FF D8 ...)
PNG (89 50 4E 47 ...)
Last updated