PPTX coder not found

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
twells
Posts: 1
Joined: 2019-03-08T06:13:44-07:00
Authentication code: 1152

PPTX coder not found

Post by twells »

When trying to create a thumbnail of a PowerPoint file (PPTX), I am getting an error that the coder can not be found. Does this coder exist?

Example:

magick 57-source.pptx 57.png
magick: unable to open module file 'C:\Program Files\ImageMagick-7.0.8-Q16\modules\coders\IM_MOD_RL_PPTX_.dll': No such file or directory @ warning/module.c/GetMagickModulePath/675.
magick: no decode delegate for this image format `PPTX' @ error/constitute.c/ReadImage/556.

Thanks for the help.
snibgo
Posts: 12159
Joined: 2010-01-23T23:01:33-07:00
Authentication code: 1151
Location: England, UK

Re: PPTX coder not found

Post by snibgo »

"magick -list format" will list the formats available. PPTX isn't listed.
snibgo's IM pages: im.snibgo.com
Post Reply