From c8dc756799236c622eac65c11031dbdce2f50623 Mon Sep 17 00:00:00 2001 From: IgorTimofeev <11760002+IgorTimofeev@users.noreply.github.com> Date: Sun, 14 Feb 2021 21:07:12 +0300 Subject: [PATCH] Updated Image API (markdown) --- Image-API.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Image-API.md b/Image-API.md index 98616ba..bb4bfb0 100644 --- a/Image-API.md +++ b/Image-API.md @@ -3,7 +3,7 @@ This library implements its own image format for OpenComputers with a simple los ## How does it work inside? -Every image is stored in RAM as a one-dimensional table, where the first two elements are its **width** and **height**, and the next are pixel data. This approach is necessary for RAM saving. For a better understanding, I give you an table example: +Every picture stored in RAM as a one-dimensional table, where the first two elements are picture **width** and **height**, and the next are pixel data. This approach is necessary for RAM saving. Here's a table example for better structure understanding: ```lua {