0.4.1.0
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
**Rollup** is a tool for renaming image files based on their EXIF tags. It was originally written to improve the arbitrary filenames in the iPhone Camera Roll.
|
**Rollup** is a tool for renaming image files based on their EXIF tags. It was originally written to improve the arbitrary filenames in the iPhone Camera Roll.
|
||||||
|
|
||||||
### ⇩ [Download Rollup 0.4.1.0](https://www.profiteroles.org/git/profiteroles/Rollup/raw/master/Rollup.app.zip)
|
#### ⇩ [Download Rollup 0.4.1.0](https://www.profiteroles.org/git/profiteroles/Rollup/raw/master/Rollup.app.zip)
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
|
|||||||
BIN
Rollup.app.zip
BIN
Rollup.app.zip
Binary file not shown.
@@ -103,7 +103,7 @@ function get_gps($gps_pos) {
|
|||||||
# convert:
|
# convert:
|
||||||
# 40 deg 44' 49.36" N, 73 deg 56' 28.18" W
|
# 40 deg 44' 49.36" N, 73 deg 56' 28.18" W
|
||||||
# to:
|
# to:
|
||||||
# 40.7470444,-073.9411611
|
# 40.7470444,-073.9411611
|
||||||
|
|
||||||
$parts = explode(" ",str_replace(array("deg ",",","'","\""),"",$gps_pos));
|
$parts = explode(" ",str_replace(array("deg ",",","'","\""),"",$gps_pos));
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user