vvo / gifify

😻 Convert any video file to an optimized animated GIF.
ISC License
6.21k stars 314 forks source link

On windows ImageMagick don't need 'fontconfig' #45

Closed aledelgo closed 8 years ago

aledelgo commented 8 years ago

The module wasn't working on Windows because actually all ImageMagick binaries for windows don't include the 'fontconfig' feature (there is the automatic font discovery). To make the module cross-OS i've removed the requirement of ImageMagick for 'fontconfig' only for win32 OS.

Now it works.

vvo commented 8 years ago

Thanks