leafo / magick

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

expose method for using GetAuthenticPixelQueue #28

Open ghost opened 8 years ago

ghost commented 8 years ago

in addition to individual pixel access with get_pixel() is it possible to add a feature that returns an array of pixels using the

GetAuthenticPixels GetAuthenticPixelQueue

route?