thanks "slime", your fast method is what i was looking for, the other one is too painfully slow!
thanks
Search found 3 matches
- Fri May 02, 2014 8:22 pm
- Forum: General
- Topic: image data from pointer
- Replies: 4
- Views: 2377
- Fri May 02, 2014 4:51 pm
- Forum: General
- Topic: image data from pointer
- Replies: 4
- Views: 2377
Re: image data from pointer
I have an image created by some other lua code - this tool: http://torch.ch/. It is in an array of memory. I need to display that image.
- Fri May 02, 2014 1:22 pm
- Forum: General
- Topic: image data from pointer
- Replies: 4
- Views: 2377
image data from pointer
hi guys, how can I pass image data using a pointer to existing data? I see get pointer http://www.love2d.org/wiki/Data:getPointer but how do you PASS a pointer to EXISTING data?