Changes between Version 5 and Version 6 of GPSphotos
- Timestamp:
- 09/25/16 23:30:02 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GPSphotos
v5 v6 19 19 yum install mod_wsgi python-webob python-psycopg2 python-pillow python2-boto 20 20 }}} 21 * To make sure exif data is kept with the images install piexif (attached) 22 {{{ 23 yum install piexif-1.0.7-1.noarch.rpm 24 }}} 21 25 22 26 27 28 29 == Useful tools == 30 print detailed exif information of image: 31 {{{ 32 identify -verbose P1100818.JPG 33 }}}