Codebase list magicrescue / upstream/1.1.10+git20181202.7ae1f59 recipes / jpeg-exif
upstream/1.1.10+git20181202.7ae1f59

Tree @upstream/1.1.10+git20181202.7ae1f59 (Download .tar.gz)

jpeg-exif @upstream/1.1.10+git20181202.7ae1f59raw · history · blame

1
2
3
4
5
6
7
8
# Extracts jpeg files with the Exif magic bytes. These usually originate from
# digital camaras or other devices.
# Depends on jpegtran from libjpeg: http://freshmeat.net/projects/libjpeg/
# See also jpeg-jfif
6 string Exif
0 int32 ffd80000 ffff0000
extension jpg
command jpegtran -copy all -outfile "$1"