-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Possible to add a way to interface with uchar*? #44
Comments
Using FFI has been discussed with Mike Pall before, however there is no plan in supporting all the various intricacies of the C++ ABI between operating systems and compilers. Therefore LuaJIT-FFI-Qt is not to be expected soon. You can try extending |
Thanks for hint; diff is below:
|
Should I make a pull request? |
That would be great :) |
I'm working with a QImage and would appriciate a way to work with the raw uchar *
As a note: I am working in luajit, and using the ffi would be great!
If you could just give me a userdata (eg, img:bits() ) I can use ffi.cast
The text was updated successfully, but these errors were encountered: