Calculate frame quality
is an RGB array (3n)=>RED, (3n+1)=>GREEN, (3n+2)=>BLUE, where n is pixel index in 2D grid
is the frame horizontal dimension in pixels
is the frame vertical dimension in pixels
Get frame quality
is ImageData from canvas.getContext("2d").getImageData(0, 0, canvas.width, canvas.height)
Get pixel intensity
is an RGB array (3n)=>RED, (3n+1)=>GREEN, (3n+2)=>BLUE, where n is pixel index in 2D grid
is an row of the pixel in the frame
is na column of the pixel in the frame
is the frame horizontal dimension in pixels
Generated using TypeDoc
Helper for get detailed information from the frame of the image as RAW pixels array, with defined width and height