Skip to content

Commit

Permalink
arwtojpg: Do not copy EXIF data
Browse files Browse the repository at this point in the history
This is slow and isn't really needed. If we need it, we can do it on
only the relevant images.
  • Loading branch information
cdown committed May 5, 2024
1 parent d26ef3f commit ef4d3cd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions bin/arwtojpg
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,4 @@ for raw_file in "$in_dir"/**/*.ARW; do
fi
fi
exiftool -b -JpgFromRaw "$raw_file" > "$jpg_file"
exiftool -overwrite_original -TagsFromFile "$raw_file" \
-ISO -ExposureTime -Make -Model -DateTimeOriginal -FocalLength -LensModel -FNumber -Orientation "$jpg_file"
done

0 comments on commit ef4d3cd

Please sign in to comment.