Identity Bridge
canvas.getImageData()
=
Image tensors
Neon Protocol // Bridge #27
The connection
Both represent images as flat arrays of pixel values (RGBA channels). Uint8ClampedArray from getImageData() is literally an image tensor. Same data, same structure.
Why "Identity"?
Identity bridges are the same concept in both domains. The code is identical or nearly identical.