Added path_derivatives for Photos 5, issue #50

This commit is contained in:
Rhet Turnbull
2021-05-08 15:11:59 -07:00
parent b23cfa32bb
commit 63834ab8ab
14 changed files with 113 additions and 5 deletions

View File

@@ -1136,6 +1136,13 @@ Photos 5 mangles filenames upon import</p>
<dd><p>absolute path on disk of the original picture</p>
</dd></dl>
<dl class="py method">
<dt id="osxphotos.PhotoInfo.path_derivatives">
<em class="property"><span class="pre">property</span> </em><code class="sig-name descname"><span class="pre">path_derivatives</span></code><a class="headerlink" href="#osxphotos.PhotoInfo.path_derivatives" title="Permalink to this definition"></a></dt>
<dd><p>Return any derivative (preview) images associated with the photo as a list of paths,
currently only implemented for Photos &gt;= 5</p>
</dd></dl>
<dl class="py method">
<dt id="osxphotos.PhotoInfo.path_edited">
<em class="property"><span class="pre">property</span> </em><code class="sig-name descname"><span class="pre">path_edited</span></code><a class="headerlink" href="#osxphotos.PhotoInfo.path_edited" title="Permalink to this definition"></a></dt>