You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using icloudpd for manually migrating iCloud Photos into another account and it is very useful!
Background: Live photos will be automatically merged and created
When I import photos into Photos.app, I found Photos.app will automatically merge the exported two files:
IMG_1234.HEIC
IMG_1234_HEVC.MOV
into one live photo, regardless of the importing order, which is amazing. Apple definitely uses some convention other than file name (like timestamp?)
Adjusted photos will keep two files
But, are there any other conventions for "adjusted" and "original" versions of photos that Photos.app could treat as a single file with edit history, with "Copy Edits" and "Revert to Original" features in Photos.app?
IMG-1234-adjusted.HEIC
IMG-1234-original.HEIC
Above two exported photos will be treated as two separate photos.
Hard
I realized it is hard because Apple actually keeps 3 pieces of data:
Original Photo
Adjusted Photo
How Photo is Adjusted with filter parameters (which you can view and copy)
And I think the third one is definitely not exported or stored in the file.
Or
But are there any other possible conventions Photos.app uses to merge two assets with the "Revert" feature like third-party photo editors do?
Thanks for reading and understanding my general issue.
The text was updated successfully, but these errors were encountered:
Thanks for your effort!
I'm using icloudpd for manually migrating iCloud Photos into another account and it is very useful!
Background: Live photos will be automatically merged and created
When I import photos into
Photos.app
, I foundPhotos.app
will automatically merge the exported two files:into one live photo, regardless of the importing order, which is amazing. Apple definitely uses some convention other than file name (like timestamp?)
Adjusted photos will keep two files
But, are there any other conventions for "adjusted" and "original" versions of photos that Photos.app could treat as a single file with edit history, with "Copy Edits" and "Revert to Original" features in
Photos.app
?Above two exported photos will be treated as two separate photos.
Hard
I realized it is hard because Apple actually keeps 3 pieces of data:
And I think the third one is definitely not exported or stored in the file.
Or
But are there any other possible conventions Photos.app uses to merge two assets with the "Revert" feature like third-party photo editors do?
Thanks for reading and understanding my general issue.
The text was updated successfully, but these errors were encountered: