leafo / magick

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

set_pixel #61

Open karai17 opened 5 years ago

karai17 commented 5 years ago

image.get_pixel is very handy to read a pixel but there is no way to write a pixel! I'm trying to batch manipulate a bunch of images so I really need the ability to set pixels..