| • Science | • People | • Locations | • Timeline |
| Contents | ||
The aspiring pixel artist must remember to keep the color count low; the art is often to be used on systems where the number of available colors is limited, such as older video game consoles or mobile phones. The color constraint is also part of the genre.
Pixel art is preferably stored losslessly, that is, in a format that can save each pixel of the image without loss of precision. Because of the often-limited color space, using a color palette can be very efficient. PNG and GIFGIF (Graphics Interchange Format) is a bitmap image format that is widely used on the World Wide Web, both for still images and for animations. GIF" is often pronounced giff with a hard g (that is, like "gift" without the final t), but the correct pronunc are two examples of formats that can do this space-efficiently. Run-length encodingRun-length encoding (RLE is a very simple form of data compression in which runs of data (that is, sequences in which the same data value occurs in many consecutive data elements) are stored as a single data value and count, rather than as the original ru is a possible tradeoff when memory or computational powerThe central processing unit (CPU is the part of a computer that interprets and carries out the instructions contained in the software. In most CPUs, this task is divided between a control unit that directs program flow and one or more execution units that is limited.
Pixel art is commonly divided in two subcategories: isometric and non-isometric.
The isometric kind is drawn from an isometric perspectiveIsometric projection is a form of orthographic projection, or more specifically, an axonometric projection. It is a method for the visual representation of three-dimensional objects in two dimensions in which the angles between the projection of the x y a. This is commonly seen in games to provide a three-dimensional view without using any real three-dimensional processing. Technically, an isometric angle would be of 30 degrees, but this does not produce a good result since the pixels in these lines do not follow a pattern. To fix this, a ratio of 1:2 is picked, leading to an angle of, aproximately, 26.565 degrees ( arctan 0.5).
The non-isometric is basically any pixel art that does not fall in the isometric category, such as views from the top, side, front, or bottom.