clementfarabet / graphicsmagick

A simple Lua wrapper to graphicsmagick.
126 stars 41 forks source link

Fix the definition of FilterTypes enum #27

Closed nagadomi closed 8 years ago

nagadomi commented 8 years ago

It seems that FilterTypes was copied from ImageMagick. This PR fixes FilterTypes with GraphcisMagick's FilterTypes.

ImageMagick's FilterTypes GraphicsMagick's FilterTypes

This commit will break some applications that is using this package but we should fix this issue, I think.

soumith commented 8 years ago

Thanks @nagadomi , as always.