aseprite / api

Scripting API for Aseprite
https://www.aseprite.org/api/
MIT License
238 stars 48 forks source link

Fix typo in api/image.md #113

Open Tsukina-7mochi opened 1 month ago

Tsukina-7mochi commented 1 month ago

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.