leafo / magick

Lua bindings to ImageMagick for LuaJIT using FFI
401 stars 79 forks source link

add reset_page() #39

Closed thierrylamarre closed 7 years ago

thierrylamarre commented 7 years ago

When using crop, it doesn't repage the image so the resulting image typically keeps the original image dimensions for me. I may be missing something but I didn't see a way to repage the image afterwards. Is there? This adds a way to repage it if needed.

leafo commented 7 years ago

Thanks, sorry for slow merge