Skip to content

Commit b3eb68b

Browse files
authored
Merge pull request #28 from insilentio/devel
same as before... forgot to to it for after_export
2 parents 344fa04 + 29e241a commit b3eb68b

3 files changed

Lines changed: 2 additions & 1 deletion

File tree

R/after_export.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ after_export <- function(imp_path, exp_path = NULL){
1818
}
1919

2020
# ON1 generates new xmp upon "read metadata from photo" in the previous step, let's delete them again
21-
system(paste0("find '", imp_path, "' -name '*xmp' -exec rm {} \\;"))
21+
system(paste0('find "', imp_path, '" -name "*xmp" -exec rm {} \\;'))
2222

2323
# ON1 does not export 35mm focal length info nor lens type, must be added after jpg generation
2424
if (is.null(exp_path)) {

data/cropFactor.rda

9 Bytes
Binary file not shown.

inst/extdata/cropFactor.csv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,6 @@ iPhone 15 Pro,Apple 2.69mm f/1.9,8.55
1212
iPhone 15 Pro,Apple 9mm f/2.8,8.56
1313
iPhone 13 mini,Apple 5.1mm f/1.6,5.1
1414
iPhone 13 mini,Apple 2.71mm f/2.2,8.52
15+
iPhone 13 mini,Apple 1.54mm f/2.4,8.44
1516
iPhone 12,Apple 4.2mm f/1.6,6.2
1617

0 commit comments

Comments
 (0)