Search found 3 matches

by culurciello
Fri May 02, 2014 8:22 pm
Forum: General
Topic: image data from pointer
Replies: 4
Views: 2301

Re: image data from pointer

thanks "slime", your fast method is what i was looking for, the other one is too painfully slow!
thanks
by culurciello
Fri May 02, 2014 4:51 pm
Forum: General
Topic: image data from pointer
Replies: 4
Views: 2301

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.
by culurciello
Fri May 02, 2014 1:22 pm
Forum: General
Topic: image data from pointer
Replies: 4
Views: 2301

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?