Hi all,
I am working on a project to simulate the detection of gamma radiation in an image.
The pixels in the image on the page must get filled with a certain growing value in time.
I use the Lua-GD, so all works fine.
But writing to and reading the image from disk is to slow.
So what I need is to write and read the image from memory and then display it.
I searched a lot of lua-references, but I can't get it to work.
Does anybody have a solution?
mario
I am working on a project to simulate the detection of gamma radiation in an image.
The pixels in the image on the page must get filled with a certain growing value in time.
I use the Lua-GD, so all works fine.
But writing to and reading the image from disk is to slow.
So what I need is to write and read the image from memory and then display it.
I searched a lot of lua-references, but I can't get it to work.
Does anybody have a solution?
mario
Comment