Search found 16 matches

by Pedin
Fri Sep 04, 2020 2:42 pm
Forum: Support and Development
Topic: how get matrix from image
Replies: 9
Views: 6223

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...
by Pedin
Fri Sep 04, 2020 2:35 pm
Forum: Support and Development
Topic: how get matrix from image
Replies: 9
Views: 6223

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...
by Pedin
Wed Sep 02, 2020 1:52 am
Forum: Support and Development
Topic: how get matrix from image
Replies: 9
Views: 6223

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?
by Pedin
Wed Aug 02, 2017 2:32 am
Forum: Support and Development
Topic: [android] ant debug fail
Replies: 2
Views: 2450

Re: [android] ant debug fail

Thank you man i will try, and feedback
by Pedin
Tue Aug 01, 2017 12:27 am
Forum: Support and Development
Topic: [android] ant debug fail
Replies: 2
Views: 2450

[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?
by Pedin
Sat Jul 29, 2017 6:35 pm
Forum: Support and Development
Topic: help instaling in kali linux
Replies: 9
Views: 9100

Re: help instaling in kali linux

thx, i will install
by Pedin
Sat Jul 29, 2017 7:29 am
Forum: Support and Development
Topic: help instaling in kali linux
Replies: 9
Views: 9100

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...
by Pedin
Mon Apr 03, 2017 3:42 pm
Forum: Support and Development
Topic: help instaling in kali linux
Replies: 9
Views: 9100

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
by Pedin
Fri Mar 31, 2017 10:33 pm
Forum: Support and Development
Topic: help instaling in kali linux
Replies: 9
Views: 9100

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?