IOS RGBSurface option?

Is there anything I’ve missed either plugin or native for pixel level info on an iOSImage or IOSBitmap?

I’m looking to convert a black and white image into a boolean table.

Any and all suggestions, alternatives are appreciated.

IOSImage.ToData in a specific format gives you a memory block of bytes you can then iterate over
Thats about the closest there is at the moment

I haven’t checked to see if it still works for 64bit, but I posted a project to access pixel information through declares here:
https://forum.xojo.com/conversation/post/155673

@Norman Palardy @Jason King

Thank you - I’ll play around with both.