Table of Contents
Creating thumbnails and previews for formats not natively supported by Index Manager
Learn how to use ImageMagick to have Index Manager create thumbnails and previews for formats not natively supported.
Table of Contents
Using ImageMagick
Learn how to use ImageMagick to create thumbnails and previews of image formats not natively supported by Index Manager.
- Go to the Index Manager program folder (typically in C:\Program Files\Fotoware\Index Manager) and create a new subfolder called ExternalConverter.
- Download ImageMagick for Win64.
- Extract the contents of the ImageMagick zip file to the External Converter folder, for example,
C:\Program Files\FotoWare\Index Manager\ExternalConverter.
- Add a path environment variable for ImageMagick, pointing to
C:\Program Files\FotoWare\Index Manager\ExternalConverter.
- Ensure FileTypes.xml contains this HEIC entry:
<FileTypeInfo Extension="HEIC" Description="High Efficiency Image File Format" MimeType="image/heic" HasPreview="True" IsPlayable="False" HasMetadata="True" SupportsIptc="True" AllowMetadataEditing="True" ObjectType="Image" InternalType="????"/>
For more information, see Adding support for custom file types.
- Restart Index Manager. Index Manager will now use ImageMagick to create thumbnails and previews of image formats it does not natively recognize.
Note
Newly uploaded HEIC files will generate previews; existing HEIC files uploaded before ImageMagick installation will continue to show placeholders even after an index rebuild.