clementfarabet / graphicsmagick

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

resize: use LanczosFilter by default #17

Closed deltheil closed 9 years ago

deltheil commented 9 years ago

This commit switched from Lanczos2 to Cubic - but I noticed Cubic gives blurry results.

Since GraphicsMagick uses LanczosFilter by default I suggest doing the same which can be obtained by passing UndefinedFilter:

soumith commented 9 years ago

thanks Cedric