You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Over at http://www.github.com/cblock/exfile-graphicsmagick I created a clone of this repo that runs GraphicsMagick instead of ImageMagick. Initially I thought this could be added to the exfile description as an alternative to exfile-imagemagick. But essentially the only thing I did was to replace system calls to convert with GM convert etc.
So now I think it's not worth the duplication of code and I propose to add a config switch to this repo that lets users choose which library to use. What do you think?
The text was updated successfully, but these errors were encountered:
I don't see a problem with that. Would you prefer an explicit configuration option, or should the library detect if GM is available and automatically use that, falling back on ImageMagick?
Hi!
Over at http://www.github.com/cblock/exfile-graphicsmagick I created a clone of this repo that runs GraphicsMagick instead of ImageMagick. Initially I thought this could be added to the exfile description as an alternative to exfile-imagemagick. But essentially the only thing I did was to replace system calls to
convert
withGM convert
etc.So now I think it's not worth the duplication of code and I propose to add a config switch to this repo that lets users choose which library to use. What do you think?
The text was updated successfully, but these errors were encountered: