Skip to content

Commit

Permalink
Merge pull request #6 from kevinbackhouse/gnome-capitalization
Browse files Browse the repository at this point in the history
Fix capitalization of GNOME
  • Loading branch information
kevinbackhouse authored Feb 14, 2024
2 parents 8c66ee4 + f09eede commit 757923f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion book/IMaEA.html
Original file line number Diff line number Diff line change
Expand Up @@ -5596,7 +5596,7 @@ <h1 id="toc_96">5 Previews and Thumbnails</h1>

<p>CRW, PNG, CR3, PSD <em>and probably other formats</em> may embed JPEG Thumbnails. These are features of the file format and independent of the Thumbnail in the Exif Specification. I think class Exiv2::PreviewManager was written to provide a C++ class to manage an array of preview images. I&rsquo;m not convinced that the code is complete. PreviewManager is only used by a few image handlers. Exiv2::PreviewManager creates a read-only data structure with no capability to insert, replace or delete individual thumbnails. </p>

<p>The good news about the Exiv2 preview/thumbnail code is that it works sufficiently well for the Gnome Desktop to display thumbnails. There have been very few issues raised by users. So the existing code is safe. I&rsquo;m not convinced that it&rsquo;s comprehensive.</p>
<p>The good news about the Exiv2 preview/thumbnail code is that it works sufficiently well for the GNOME Desktop to display thumbnails. There have been very few issues raised by users. So the existing code is safe. I&rsquo;m not convinced that it&rsquo;s comprehensive.</p>

<p>There are also issues relating to how preview and thumbnail support is incorporated in the Exiv2 command-line program. To list all previews, the option is <code>-pp</code> which means print previews. The option to delete previews is <code>-dt</code> which means delete thumbnails. The option <code>-pt</code> means print translated values (human readable). Confused? I am.</p>

Expand Down
2 changes: 1 addition & 1 deletion website/master/index.html.in
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ __navbar__
to manage image metadata. It provides fast and easy read and write access to the Exif, IPTC and XMP metadata <i>and</i> the ICC Profile
embedded within digital images in <a href="http://dev.exiv2.org/projects/exiv2/wiki/Supported_image_formats">various formats</a>.
Exiv2 is available as <a href="download.html#license">free software</a> and is used in many projects
including KDE and Gnome Desktops as well as many applications including GIMP, darktable, shotwell, GwenView and Luminance HDR.
including KDE and GNOME Desktops as well as many applications including GIMP, darktable, shotwell, GwenView and Luminance HDR.
</p>
<a href="download.html" class="btn btn-lg btn-success margin-top-s">
<span class="glyphicon glyphicon-download-alt" aria-hidden="true"></span>&nbsp; Download Exiv2
Expand Down

0 comments on commit 757923f

Please sign in to comment.