clementfarabet / graphicsmagick

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

exposed more gm functions + fixed clone memory leak #13

Closed mmmikael closed 9 years ago

mmmikael commented 9 years ago

A few more GM functions have been exposed:

There was also a memory leak in Image:clone() which has been fixed.

soumith commented 9 years ago

this looks good. @clementfarabet merge?

clementfarabet commented 9 years ago

Yep, this is great thanks!