Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix capitalization of GNOME #6

Merged
merged 1 commit into from
Feb 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading