.ntim - Image
.ntim is an image format, like .png or .jpg, but made to mimick the Image structure. The data is uncompressed so it is only recommended to use it in small programs.
.ntim is in the JSON format, and can be read and written using JSON.
Name |
Type |
Description |
Possible values |
---|---|---|---|
width |
Number |
The width of the image. |
Any number. |
height |
Number |
The width of the image. |
Any number. |
format |
String |
The image format. |
|
colorSpace |
String |
The image color space. |
|
data |
Array of Numbers |
The content of the image. |
Any array of any numbers. |