api
api copied to clipboard
Fix typo in api/image.md
Fixed typo in the description of Image.rowStride
before:
Each image has a total of
image.rowSide
*image.height
bytes
after:
Each image has a total of
image.rowStride
*image.height
bytes.