Image processing module?
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Image processing module?
- From: Dirk Laurie <dirk.laurie@...>
- Date: 2012年8月29日 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)