Search found 16 matches
- Fri Sep 04, 2020 2:42 pm
- Forum: Support and Development
- Topic: how get matrix from image
- Replies: 9
- Views: 6470
Re: how get matrix from image
Technically speaking, you can also manipulate the string as well... but in lua, that would mean generating a LOT of garbage due to any edits creating new strinsg... and it's just not the best solution. You could also use mapPixel, which is way faster than get/setPixel. That said, an Image object is...
- Fri Sep 04, 2020 2:35 pm
- Forum: Support and Development
- Topic: how get matrix from image
- Replies: 9
- Views: 6470
Re: how get matrix from image
You can get an FFI pointer, which you can use to manipulate the data: local ffi = require 'ffi' local imgBytes = ffi.cast('uint8_t *', imageData:getFFIPointer()) You can also get the same data as a string, but then you can't manipulate it: local imgBytesAsString = imageData:getString() thanks, i wi...
- Wed Sep 02, 2020 1:52 am
- Forum: Support and Development
- Topic: how get matrix from image
- Replies: 9
- Views: 6470
how get matrix from image
im try manipulate images and i cant find a function that returns a matrix ou other datastructure from image, someone know how can i do it?without use getpixel() pixel by pixel from imagedata?
- Wed Aug 02, 2017 2:32 am
- Forum: Support and Development
- Topic: [android] ant debug fail
- Replies: 2
- Views: 2568
Re: [android] ant debug fail
Thank you man i will try, and feedback
- Tue Aug 01, 2017 12:27 am
- Forum: Support and Development
- Topic: [android] ant debug fail
- Replies: 2
- Views: 2568
[android] ant debug fail
hi guys, i folow this tutorial :https://bitbucket.org/MartinFelis/love- ... _-_Windows,
when i execute ant debug e got this.
other question, after i run ndk-build whats should happend?
when i execute ant debug e got this.
other question, after i run ndk-build whats should happend?
- Sat Jul 29, 2017 6:35 pm
- Forum: Support and Development
- Topic: help instaling in kali linux
- Replies: 9
- Views: 9615
Re: help instaling in kali linux
thx, i will install
- Sat Jul 29, 2017 7:29 am
- Forum: Support and Development
- Topic: help instaling in kali linux
- Replies: 9
- Views: 9615
Re: help instaling in kali linux
Thanks guys, I was able to install love, on the system, I'm using it because the computer does not allow installing another linux system and I do not want any more windows what do you mean it doesn't allow installing a different linux system? I can't imagine a system that would/could restrict you l...
- Sat Jul 29, 2017 7:25 am
- Forum: Support and Development
- Topic: I need some help getting my game onto android...
- Replies: 4
- Views: 4541
Re: I need some help getting my game onto android...
i have the same error :/
- Mon Apr 03, 2017 3:42 pm
- Forum: Support and Development
- Topic: help instaling in kali linux
- Replies: 9
- Views: 9615
Re: help instaling in kali linux
Thanks guys, I was able to install love, on the system, I'm using it because the computer does not allow installing another linux system and I do not want any more windows
- Fri Mar 31, 2017 10:33 pm
- Forum: Support and Development
- Topic: help instaling in kali linux
- Replies: 9
- Views: 9615
help instaling in kali linux
hy guys, i have changed my os to kali, and i dont know how install love2d in kali, some help?