- Exif uses TIFF to store data
- Exif sits in the APP1 segment and uses the following data structure (shortcut of this lengthy description):
0xff 0xd8 SOI Marker0xff 0xe1 APP1 Marker0x45 0x78 0x69 0x66 0x00 0x00 Exif Header... - This application detects the presence of the Exif header in JPEG files,
and proceeds to strip the entire Exif segment using Apache Sanselan internally
(without requesting any permissions)
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
