lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


  IM does:

http://www.tecgraf.puc-rio.br/im

 But the data remains in C. We use meta methods to access the data just like
a Lua table.

Best,
scuri 

> -----Original Message-----
> From: lua-l-bounces@lists.lua.org [mailto:lua-l-bounces@lists.lua.org] On
> Behalf Of Dirk Laurie
> Sent: terça-feira, 9 de agosto de 2011 17:54
> To: Lua mailing list
> Subject: Image decoding
> 
> What Lua libraries exist that can convert an image from one
> of the commonly used formats to an array of pixels, with
> elements [r,g,b] or [c,m,y,k], and back from that array
> to the same image format?
> 
> Dirk