I would like to address this question to all the experienced users with the canvas plugin and the creator of the plugin R0J0hound
So ... I heard that the plugin could scan every pixel in it , If this is true then I would like to see the performance difference between cycling thru an array and cycling thru the canvas , the 2 should be 1280x720 or any other multiples of that resolution , equal or bigger than 320X240 (3:2)
In General ;
Looping thru the array gives me some bad results (10 fps) and I'm trying to find a way to edit every value of a given database without some bad performance shutdown
Imagine this ;
XXXX 0000
XXXX to 0000 --> but at a bigger scale (320X240 or 1280X960)
XXXX 0000
If possible , I would be delighted to have an example of your method
Why I ask ?
I'm trying to make a small prototype where I can edit the database and invert all it's components
Example
Base: ---> Edited: ---> Inverted:
000 010 101
Cheers and thanks for reading !