Updated README

This commit is contained in:
Rhet Turnbull
2020-01-11 08:26:01 -08:00
parent 78b5f1a19d
commit ff96448dee

View File

@@ -602,9 +602,13 @@ Returns True if type is movie/video, otherwise False
#### `iscloudasset`
Returns True if photo is a cloud asset, that is, it is in a library synched to iCloud. See also [incloud](#incloud)
**Note**: Currently only implemented for Photos 5 / MacOS Catalina. On earlier versions, returns None.
#### `incloud`
Returns True if photo is a [cloud asset](#iscloudasset) and is synched to iCloud otherwise False if photo is a cloud asset and not yet synched to iCloud. Returns None if photo is not a cloud asset.
**Note**: Currently only implemented for Photos 5 / MacOS Catalina. On earlier versions, returns None.
#### `uti`
Returns Uniform Type Identifier (UTI) for the image, for example: 'public.jpeg' or 'com.apple.quicktime-movie'