arrPix =(sw, sh)=> [...ctx.getImageData(0,0,sw, sh)['data'].filter((el,i)=> i%4==3).map(el=> el==255?1:0)];