You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Chris Hafey edited this page May 6, 2014
·
1 revision
The getStoredPixels api call is used to access a subset of the underlying stored pixel values of the image. This is intended to support analysis of images (e.g. ROI calculation, image processing, etc).
function getStoredPixels(element, x, y, width, height);