Does Corona sdk support Lua-GD library?

Hello everyone,
I don’t know if corona sdk support the Lua-GD library. You can reference the Lua-GD library in the link :
http://ittner.github.com/lua-gd/
I want to create images from a png image file such as: cut the original image ( take from png file) into many parts and save them as png files., change up some colors in the original image ,… . If not, does corona have any alternative library to achieve this? Thanks. [import]uid: 78410 topic_id: 24579 reply_id: 324579[/import]

It looks like it’s a compiled C based library and not pure Lua. Corona SDK cannot load those kinds of external libraries. It would be nice if we had these features.

But beyond tinting an image, there really isn’t a lot of image level manipulation possible.
[import]uid: 19626 topic_id: 24579 reply_id: 99506[/import]