push-exif
Added push-exif command
v0.63.0
[v0.63.0] - 2023-09-03
Fixed
- Fixed exiftool warning for PNG images when using
--exiftool
(#1031)
Added
osxphotos push-exif
command to push metadata changes from Photos to the original files. (#160)- Added
PhotoInfo.latitude
andPhotoInfo.longitude
properties to get the latitude and longitude of a photo (PhotoInfo.location
still works to return tuple of lat, lon)
Removed
- Removed
get_selected()
fromosxphotos repl
(#1179)
Changed
- In
osxphotos repl
,selected
is now an instance of ofPhotosSelection
which dynamically updates when selection changes.
Contributors
- @RhetTbull for code