[Gambas-user] About Image.Pixel
Fabien Bodard
gambas.fr at gmail.com
Wed Aug 16 15:58:44 CEST 2023
Thank you for your response :-)
Unfortunately I've found my mistake as soon as I've send my mail :-/
I'm currently look at how fast I can fill an image .
The actual more fastest is to use a linear integer array :-) and
return it to Image.Pixel... I was guessing that using Integer@ on
Image.Data pointer will be more fast ... but actually 30X less.
I'm playing with raycasting ... I need speed :-D
More information about the User
mailing list