Skip to content

Commit

Permalink
pull in ExifTool v12.67. Rebuild tags and docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
mceachen committed Sep 30, 2023
1 parent 4a509a2 commit d9f0063
Show file tree
Hide file tree
Showing 10 changed files with 2,160 additions and 2,158 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ vendored versions of ExifTool match the version that they vendor.

### v23.1.0

- 🌱 ExifTool upgraded to [v12.67](https://exiftool.org/history.html#v12.67)

-`ExifTime` now parses and stores timezone offsets if available. This resolves [issue
#157](https://github.com/photostructure/exiftool-vendored.js/issues/157).

Expand Down
2 changes: 1 addition & 1 deletion docs/assets/search.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions docs/interfaces/EXIFTags.html
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ <h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code
<section class="tsd-panel tsd-member"><a id="DeviceSettingDescription" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>Device<wbr/>Setting<wbr/>Description</span><a href="#DeviceSettingDescription" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
<div class="tsd-signature"><span class="tsd-kind-property">Device<wbr/>Setting<wbr/>Description</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> | </span><a href="../classes/BinaryField.html" class="tsd-signature-type tsd-kind-class">BinaryField</a></div>
<div class="tsd-comment tsd-typography"><p>☆☆☆☆ ✔ Example: &quot;(Binary data 4 bytes, use -b option to extract)&quot;</p>
<div class="tsd-comment tsd-typography"><p>☆☆☆☆ ✔ Example: &quot;(Binary data 0 bytes, use -b option to extract)&quot;</p>
</div>
<div class="tsd-comment tsd-typography"></div><aside class="tsd-sources">
<ul>
Expand Down Expand Up @@ -711,7 +711,7 @@ <h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code
<section class="tsd-panel tsd-member"><a id="JpgFromRaw" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>Jpg<wbr/>From<wbr/>Raw</span><a href="#JpgFromRaw" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
<div class="tsd-signature"><span class="tsd-kind-property">Jpg<wbr/>From<wbr/>Raw</span><span class="tsd-signature-symbol">?:</span> <a href="../classes/BinaryField.html" class="tsd-signature-type tsd-kind-class">BinaryField</a></div>
<div class="tsd-comment tsd-typography"><p>☆☆☆☆ ✔ Example: &quot;(Binary data 571392 bytes, use -b option to extract)&quot;</p>
<div class="tsd-comment tsd-typography"><p>☆☆☆☆ ✔ Example: &quot;(Binary data 772608 bytes, use -b option to extract)&quot;</p>
</div>
<div class="tsd-comment tsd-typography"></div><aside class="tsd-sources">
<ul>
Expand Down Expand Up @@ -1415,7 +1415,7 @@ <h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code
<section class="tsd-panel tsd-member"><a id="TileOffsets" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>Tile<wbr/>Offsets</span><a href="#TileOffsets" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
<div class="tsd-signature"><span class="tsd-kind-property">Tile<wbr/>Offsets</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> | </span><a href="../classes/BinaryField.html" class="tsd-signature-type tsd-kind-class">BinaryField</a></div>
<div class="tsd-comment tsd-typography"><p>☆☆☆☆ ✔ Example: &quot;(Binary data 507 bytes, use -b option to extract)&quot;</p>
<div class="tsd-comment tsd-typography"><p>☆☆☆☆ ✔ Example: &quot;(Binary data 508 bytes, use -b option to extract)&quot;</p>
</div>
<div class="tsd-comment tsd-typography"></div><aside class="tsd-sources">
<ul>
Expand Down
2 changes: 1 addition & 1 deletion docs/interfaces/ExifToolTags.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ <h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code
<section class="tsd-panel tsd-member"><a id="ExifToolVersion" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>Exif<wbr/>Tool<wbr/>Version</span><a href="#ExifToolVersion" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
<div class="tsd-signature"><span class="tsd-kind-property">Exif<wbr/>Tool<wbr/>Version</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">number</span></div>
<div class="tsd-comment tsd-typography"><p>★★★★ ✔ Example: 12.65</p>
<div class="tsd-comment tsd-typography"><p>★★★★ ✔ Example: 12.67</p>
</div>
<div class="tsd-comment tsd-typography"></div><aside class="tsd-sources">
<ul>
Expand Down
4 changes: 2 additions & 2 deletions docs/interfaces/FileTags.html
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ <h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code
<section class="tsd-panel tsd-member"><a id="FileAccessDate" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>File<wbr/>Access<wbr/>Date</span><a href="#FileAccessDate" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
<div class="tsd-signature"><span class="tsd-kind-property">File<wbr/>Access<wbr/>Date</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> | </span><a href="../classes/ExifDateTime.html" class="tsd-signature-type tsd-kind-class">ExifDateTime</a></div>
<div class="tsd-comment tsd-typography"><p>★★★★ ✔ Example: &quot;2023:09:30 12:42:38-07:00&quot;</p>
<div class="tsd-comment tsd-typography"><p>★★★★ ✔ Example: &quot;2023:09:30 12:42:54-07:00&quot;</p>
</div>
<div class="tsd-comment tsd-typography"></div><aside class="tsd-sources">
<ul>
Expand Down Expand Up @@ -281,7 +281,7 @@ <h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code
<section class="tsd-panel tsd-member"><a id="PreviewImage" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>Preview<wbr/>Image</span><a href="#PreviewImage" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
<div class="tsd-signature"><span class="tsd-kind-property">Preview<wbr/>Image</span><span class="tsd-signature-symbol">?:</span> <a href="../classes/BinaryField.html" class="tsd-signature-type tsd-kind-class">BinaryField</a></div>
<div class="tsd-comment tsd-typography"><p>☆☆☆☆ ✔ Example: &quot;(Binary data 67596 bytes, use -b option to extract)&quot;</p>
<div class="tsd-comment tsd-typography"><p>☆☆☆☆ ✔ Example: &quot;(Binary data 315546 bytes, use -b option to extract)&quot;</p>
</div>
<div class="tsd-comment tsd-typography"></div><aside class="tsd-sources">
<ul>
Expand Down
Loading

0 comments on commit d9f0063

Please sign in to comment.