Difference between revisions of "Addon:ThumbnailGenerator"

From Gramps
Jump to: navigation, search
m
m (See also)
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Third-party plugin}}
+
{{Third-party plugin}}  
 +
<!--
 +
ThumbnailGenerator version 1.0.26 for Gramps 5.1
 +
-->
 
[[File:ThumbnailGeneratorTool-win.png|thumb|right|439px|Thumbnail Generator Tool in progress]]
 
[[File:ThumbnailGeneratorTool-win.png|thumb|right|439px|Thumbnail Generator Tool in progress]]
The {{man label|Thumbnail Generator Tool}} regenerates thumbnails for images attached to objects.
+
The {{man label|Thumbnail Generator Tool}} regenerates thumbnails for media attached to objects.  
  
 +
The thumbnail images are fetched from the Operating System. So, if your OS does not have an application associated with the [https://wikipedia.org/wiki/Media_type file/MIME type] of the media, or if that application does not generate thumbnails from the content, then then that media object will only be given a generic thumbnail.
 
{{-}}
 
{{-}}
 
==Usage==
 
==Usage==
 
Once this addon has been installed:
 
Once this addon has been installed:
 
* Select Menu {{man menu|Tools > Utilities -> Thumbnail Generator Tool...}}
 
* Select Menu {{man menu|Tools > Utilities -> Thumbnail Generator Tool...}}
 +
{{man warn|There is no confirmation bailout|Despite the horizontal ellipsis ("&#8230;") at the end of this menu selection, no additional dialog appears before the action begins
 +
* No confirmation (preemptive cancel) opportunity.
 +
* No options are offered.}}
 +
 +
The thumbnails will be regenerated in five passes:
 +
* Generating thumbnails for person references
 +
* Generating thumbnails for family references
 +
* Generating thumbnails for event references
 +
* Generating thumbnails for place references
 +
* Generating thumbnails for source references
  
 
<!--
 
<!--
Line 32: Line 46:
 
Furthermore, it is possible to remove images from a group of filtered persons. In order to do so, the Avatar Generator Tool searches through the selected list of filtered people and removes the chosen image or images.
 
Furthermore, it is possible to remove images from a group of filtered persons. In order to do so, the Avatar Generator Tool searches through the selected list of filtered people and removes the chosen image or images.
 
-->
 
-->
 +
 
==See also==
 
==See also==
 
* [[Addon:AvatarGenerator|Avatar Generator tool]]
 
* [[Addon:AvatarGenerator|Avatar Generator tool]]
 +
* Feature Request {{bug|9902}}: [Thumbnail Generator] does not delete old Thumbnails when run [Add option to delete old Thumbnails]
 +
* Feature Request {{bug|8161}}: Gallery does not generate thumbnails of PDF files.
 +
* Feature Request {{bug|7390}}: Gallery tab of Source view does not display .ods files
 +
* Feature Request {{bug|6183}}: GraphView docgen: JPG/PNG thumbnails not within the graph nodes at large DPI
 +
* Feature Request {{bug|4120}}: To remove last [GNOME] GCONF references? (function attempts to generate a thumbnail image for a non-image)
 +
* [[Template:Releases/2.0.7|Gramps 2.0.7 release notes]]: Thumbnail generation support described with  "evince" installed, thumbnails for PDF files; "totem" installed, thumbnails for video files
 +
* [https://github.com/gramps-project/addons/blob/master/gramps51/download/ThumbnailGenerator.addon.tgz ThumbnailGenerator.addon.tgz] download page on GitHub
 +
* [https://gramps.discourse.group/c/gramps-users/7 Gramps Help Discourse forum] discussion: [https://gramps.discourse.group/t/wrong-thumbnails-after-changing-image/156/4 Has anybody used the Thumbnail Generator tool?]
 +
 +
[[Category:Addons]]
 
[[Category:Plugins]]
 
[[Category:Plugins]]
 
[[Category:Developers/General]]
 
[[Category:Developers/General]]
 
[[Category:Tools]]
 
[[Category:Tools]]
 
[[Category:Media]]
 
[[Category:Media]]

Latest revision as of 21:24, 22 January 2024

Gramps-notes.png

Please use carefully on data that is backed up, and help make it better by reporting any comments or problems to the author, or issues to the bug tracker
Unless otherwise stated on this page, you can download this addon by following these instructions.
Please note that some Addons have prerequisites that need to be installed before they can be used.
This Addon/Plugin system is controlled by the Plugin Manager.

Thumbnail Generator Tool in progress

The Thumbnail Generator Tool regenerates thumbnails for media attached to objects.

The thumbnail images are fetched from the Operating System. So, if your OS does not have an application associated with the file/MIME type of the media, or if that application does not generate thumbnails from the content, then then that media object will only be given a generic thumbnail.

Usage

Once this addon has been installed:

  • Select Menu Tools > Utilities -> Thumbnail Generator Tool...
Gnome-important.png
There is no confirmation bailout

Despite the horizontal ellipsis ("…") at the end of this menu selection, no additional dialog appears before the action begins

  • No confirmation (preemptive cancel) opportunity.
  • No options are offered.

The thumbnails will be regenerated in five passes:

  • Generating thumbnails for person references
  • Generating thumbnails for family references
  • Generating thumbnails for event references
  • Generating thumbnails for place references
  • Generating thumbnails for source references


See also