adobe-photoshop / generator-core

Core Node.js library for Adobe Photoshop CC's Generator extensibility layer
MIT License
692 stars 97 forks source link

Force ImageMagick instead of FLITE for pdf conversion #348

Closed mcilroyc closed 8 years ago

mcilroyc commented 8 years ago

Design Space allows PDF export, although the feature is probably lamer than the user might expect; It just uses ImageMagick to generate a PDF from the pixmap. When DS moved to using FLITE by default, PDF export stopped working. This change will revert pdf exports back to using ImageMagick. cc @chadrolfs

pineapplespatula commented 8 years ago

LGTM

chadrolfs commented 8 years ago

This resolves: design-space #3823