[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Image processing module?
- From: Dirk Laurie <dirk.laurie@...>
- Date: Wed, 29 Aug 2012 19:09:36 +0200
Has anyone written an easy-to-use Lua image processing module?
I don't mean bindings to a C library that forces you to think in C
while writing Lua, I mean a module with image and colormap
objects and a small number of functions eg:
img = image.read(filename)
autumn = image.cmap"autumn"
img:show(autumn)
img:write(filename)