Pixel art
Encyclopedia
Pixel art is a form of digital art
Digital art
Digital art is a general term for a range of artistic works and practices that use digital technology as an essential part of the creative and/or presentation process...

, created through the use of raster graphics
Raster graphics
In computer graphics, a raster graphics image, or bitmap, is a data structure representing a generally rectangular grid of pixels, or points of color, viewable via a monitor, paper, or other display medium...

 software, where images are edited on the pixel
Pixel
In digital imaging, a pixel, or pel, is a single point in a raster image, or the smallest addressable screen element in a display device; it is the smallest unit of picture that can be represented or controlled....

 level. Graphics in most old (or relatively limited) computer and video games, graphing calculator
Graphing calculator
A graphing calculator typically refers to a class of handheld calculators that are capable of plotting graphs, solving simultaneous equations, and performing numerous other tasks with variables...

 games, and many mobile phone
Mobile phone
A mobile phone is a device which can make and receive telephone calls over a radio link whilst moving around a wide geographic area. It does so by connecting to a cellular network provided by a mobile network operator...

 games are mostly pixel art.

History

The term pixel art was first published by Adele Goldberg and Robert Flegal of Xerox Palo Alto Research Center in 1982. The concept, however, goes back about 10 years before that, for example in Richard Shoup's SuperPaint
SuperPaint
SuperPaint was a pioneering graphics program and framebuffer computer system developed by Richard Shoup at Xerox PARC. The system was first conceptualized in late 1972 and produced its first stable image in April 1973...

 system in 1972, also at Xerox PARC.

Some traditional art forms, such as counted-thread embroidery
Counted-thread embroidery
Counted-thread embroidery is any embroidery in which the fabric threads are counted by the embroiderer before inserting the needle into the fabric...

 (including cross-stitch
Cross-stitch
Cross-stitch is a popular form of counted-thread embroidery in which X-shaped stitches in a tiled, raster-like pattern are used to form a picture. Cross-stitch is often executed on easily countable evenweave fabric called aida cloth. The stitcher counts the threads in each direction so that the...

) and some kinds of mosaic
Mosaic
Mosaic is the art of creating images with an assemblage of small pieces of colored glass, stone, or other materials. It may be a technique of decorative art, an aspect of interior decoration, or of cultural and spiritual significance as in a cathedral...

 and beadwork
Beadwork
Beadwork is the art or craft of attaching beads to one another or to cloth, usually by the use of a needle and thread or soft, flexible wire. Most beadwork takes the form of jewelry or other personal adornment, but beads are also used in wall hangings and sculpture.Beadwork techniques are broadly...

, are very similar to pixel art. These art forms construct pictures out of small colored units similar to the pixels of modern digital computing. A similar concept on a much bigger scale can be seen in the North Korean
North Korea
The Democratic People’s Republic of Korea , , is a country in East Asia, occupying the northern half of the Korean Peninsula. Its capital and largest city is Pyongyang. The Korean Demilitarized Zone serves as the buffer zone between North Korea and South Korea...

 Arirang Festival
Arirang Festival
The Grand Mass Gymnastics and Artistic Performance Arirang are held in the Rungrado May Day Stadium in Pyongyang, North Korea...

.

Definition

Image filters (such as blurring or alpha-blending) or tools with automatic anti-aliasing are considered not valid tools for pixel art, as such tools calculate new pixel values automatically, contrasting with the precise manual arrangement of pixels associated with pixel art.

Techniques

Drawings usually start with what is called the line art
Line art
Line art is any image that consists of distinct straight and curved lines placed against a background, without gradations in shade or hue to represent two-dimensional or three-dimensional objects...

, which is the basic line that defines the character, building or anything else the artist is intending to draw. Linearts are usually traced over scanned
Image scanner
In computing, an image scanner—often abbreviated to just scanner—is a device that optically scans images, printed text, handwriting, or an object, and converts it to a digital image. Common examples found in offices are variations of the desktop scanner where the document is placed on a glass...

 drawings and are often shared among other pixel artists. Other techniques, some resembling painting
Painting
Painting is the practice of applying paint, pigment, color or other medium to a surface . The application of the medium is commonly applied to the base with a brush but other objects can be used. In art, the term painting describes both the act and the result of the action. However, painting is...

, also exist.

The limited palette often implemented in pixel art usually promotes dither
Dither
Dither is an intentionally applied form of noise used to randomize quantization error, preventing large-scale patterns such as color banding in images...

ing to achieve different shades and colors, but due to the nature of this form of art this is done completely by hand. Hand-made anti-aliasing
Anti-aliasing
In digital signal processing, spatial anti-aliasing is the technique of minimizing the distortion artifacts known as aliasing when representing a high-resolution image at a lower resolution...

 is also used.

Here are a few parts of the above image of “The Gunk” in detail, depicting a few of the techniques involved:
1. The basic form of dithering, using two colors in a 2×2 checkerboard pattern. Changing the density of each color will lead to different subtones.

2. Stylized dithering with 2×2 pixel squares randomly scattered can produce interesting textures. Small circles are also frequent.

3. Anti-aliasing can be done, by hand, to smooth curves and transitions. Some artists only do this internally, to keep crisp outlines that can go over any background. The PNG alpha channel
Alpha compositing
In computer graphics, alpha compositing is the process of combining an image with a background to create the appearance of partial or full transparency. It is often useful to render image elements in separate passes, and then combine the resulting multiple 2D images into a single, final image in a...

 can be used to create external anti-aliasing for any background.


Saving and compression

Pixel art is preferably stored in a file format utilizing lossless data compression
Lossless data compression
Lossless data compression is a class of data compression algorithms that allows the exact original data to be reconstructed from the compressed data. The term lossless is in contrast to lossy data compression, which only allows an approximation of the original data to be reconstructed, in exchange...

, such as run-length encoding
Run-length encoding
Run-length encoding is a very simple form of data compression in which runs of data are stored as a single data value and count, rather than as the original run...

 or an indexed color palette
Palette (computing)
In computer graphics, a palette is either a given, finite set of colors for the management of digital images , or a small on-screen graphical element for choosing from a limited set of choices, not necessarily colors .Depending on the context In computer graphics, a palette is either a given,...

. GIF and PNG are two file formats commonly used for storing pixel art. The JPEG
JPEG
In computing, JPEG . The degree of compression can be adjusted, allowing a selectable tradeoff between storage size and image quality. JPEG typically achieves 10:1 compression with little perceptible loss in image quality....

 format is avoided because its lossy compression algorithm is designed for smooth continuous-tone images and introduces visible artifacts in the presence of dithering.

Categories

Pixel art is commonly divided in two subcategories: isometric and non-isometric.
The isometric kind is drawn in a near-isometric
Isometric projection
Isometric projection is a method for visually representing three-dimensional objects in two dimensions in technical and engineering drawings...

 dimetric projection. This is commonly seen in games to provide a three-dimensional
Dimension
In physics and mathematics, the dimension of a space or object is informally defined as the minimum number of coordinates needed to specify any point within it. Thus a line has a dimension of one because only one coordinate is needed to specify a point on it...

 view without using any real three-dimensional processing
3D computer graphics
3D computer graphics are graphics that use a three-dimensional representation of geometric data that is stored in the computer for the purposes of performing calculations and rendering 2D images...

. Technically, an isometric angle would be of 30 degree
Degree (angle)
A degree , usually denoted by ° , is a measurement of plane angle, representing 1⁄360 of a full rotation; one degree is equivalent to π/180 radians...

s from the horizontal, but this is avoided since the pixels created by a line drawing algorithm
Line drawing algorithm
A line drawing algorithm is a graphical algorithm for approximating a line segment on discrete graphical media. On discrete media, such as pixel-based displays and printers, line drawing requires such an approximation ....

 would not follow a neat pattern. To fix this, lines with a 1:2 pixel ratio are picked, leading to an angle of about 26.6 degrees (arctan 0.5).
Non-isometric pixel art is any pixel art that does not fall in the isometric category, such as views from the top, side, front, bottom or perspective
Perspective (graphical)
Perspective in the graphic arts, such as drawing, is an approximate representation, on a flat surface , of an image as it is seen by the eye...

 views. These are also called Planometric views.

Scaling

When pixel art is displayed at a higher resolution than the source image, it is often scaled
Image scaling
In computer graphics, image scaling is the process of resizing a digital image. Scaling is a non-trivial process that involves a trade-off between efficiency, smoothness and sharpness. As the size of an image is increased, so the pixels which comprise the image become increasingly visible, making...

 using the nearest neighbor interpolation
Nearest neighbor interpolation
Nearest-neighbor interpolation is a simple method of multivariate interpolation in one or more dimensions....

 algorithm
Algorithm
In mathematics and computer science, an algorithm is an effective method expressed as a finite list of well-defined instructions for calculating a function. Algorithms are used for calculation, data processing, and automated reasoning...

. This avoids blurring caused by other algorithms, such as bilinear
Bilinear filtering
Bilinear filtering is a texture filtering method used to smooth textures when displayed larger or smaller than they actually are.Most of the time, when drawing a textured shape on the screen, the texture is not displayed exactly as it is stored, without any distortion...

 and bicubic interpolation
Bicubic interpolation
In mathematics, bicubic interpolation is an extension of cubic interpolation for interpolating data points on a two dimensional regular grid. The interpolated surface is smoother than corresponding surfaces obtained by bilinear interpolation or nearest-neighbor interpolation...

—which interpolate between adjacent pixels and work best on continuous tones, but not sharp edges or lines. Nearest-neighbor interpolation preserves these sharp edges, but it makes diagonal lines and curves look blocky, an effect called pixelation
Pixelation
In computer graphics, pixelation is an effect caused by displaying a bitmap or a section of a bitmap at such a large size that individual pixels, small single-colored square display elements that comprise the bitmap, are visible to the eye...

. Thus, hybrid algorithms have been devised to interpolate between continuous tones while preserving the sharpness of lines in the piece; such attempts include the 2xSaI, Super Eagle, and the high-quality hqx
Hqx
In image processing, hqx is one of the pixel art scaling algorithms developed by Maxim Stepin, used in emulators such as Nestopia, bsnes, ZSNES, Snes9x, FCE Ultra and many more. There are 3 hqx filters: hq2x, hq3x, and hq4x, which magnify by factor of 2, 3, and 4 respectively...

 algorithms.

Uses

Pixel art was very often used in older computer
Personal computer game
A PC game, also known as a computer game, is a video game played on a personal computer, rather than on a video game console or arcade machine...

 and console
Video game console
A video game console is an interactive entertainment computer or customized computer system that produces a video display signal which can be used with a display device to display a video game...

 video games. With the increasing use of 3D graphics
3D computer graphics
3D computer graphics are graphics that use a three-dimensional representation of geometric data that is stored in the computer for the purposes of performing calculations and rendering 2D images...

 in games, pixel art lost some of its use. Despite that, this is still a very active professional/amateur area, since mobile phone
Mobile phone
A mobile phone is a device which can make and receive telephone calls over a radio link whilst moving around a wide geographic area. It does so by connecting to a cellular network provided by a mobile network operator...

s and other portable devices still have low resolution and therefore require skillful use of space and memory. Sometimes pixel art is used for advertising too. One such company that uses pixel art to advertise is Bell
Bell Canada
Bell Canada is a major Canadian telecommunications company. Including its subsidiaries such as Bell Aliant, Northwestel, Télébec, and NorthernTel, it is the incumbent local exchange carrier for telephone and DSL Internet services in most of Canada east of Manitoba and in the northern territories,...

. The group eboy
EBoy
eBoy is a pixel art group founded in 1997 by Kai Vermehr, Steffen Sauerteig and Svend Smital.Their complex illustrations have been made into posters, shirts, souvenirs, and even displayed in gallery exhibitions. They were founded on May 2, 1997, expressing their modular and collaborative approach...

 specializes in pixel graphics for advertising and has been featured in magazines such as Wired
Wired (magazine)
Wired is a full-color monthly American magazine and on-line periodical, published since January 1993, that reports on how new and developing technology affects culture, the economy, and politics...

, Popular Science
Popular Science
Popular Science is an American monthly magazine founded in 1872 carrying articles for the general reader on science and technology subjects. Popular Science has won over 58 awards, including the ASME awards for its journalistic excellence in both 2003 and 2004...

, and Fortune 500
Fortune 500
The Fortune 500 is an annual list compiled and published by Fortune magazine that ranks the top 500 U.S. closely held and public corporations as ranked by their gross revenue after adjustments made by Fortune to exclude the impact of excise taxes companies collect. The list includes publicly and...

.

Icon
Icon (computing)
A computer icon is a pictogram displayed on a computer screen and used to navigate a computer system or mobile device. The icon itself is a small picture or symbol serving as a quick, intuitive representation of a software tool, function or a data file accessible on the system. It functions as an...

s for operating system
Operating system
An operating system is a set of programs that manage computer hardware resources and provide common services for application software. The operating system is the most important type of system software in a computer system...

s with limited graphics abilities are also pixel art. The limited number of colors and resolution presents a challenge when attempting to convey complicated concepts and ideas in an efficient way. On the Microsoft Windows
Microsoft Windows
Microsoft Windows is a series of operating systems produced by Microsoft.Microsoft introduced an operating environment named Windows on November 20, 1985 as an add-on to MS-DOS in response to the growing interest in graphical user interfaces . Microsoft Windows came to dominate the world's personal...

 desktop icons are raster images of various sizes, the smaller of which are not necessarily scaled from the larger ones and could be considered pixel art. On the GNOME
GNOME
GNOME is a desktop environment and graphical user interface that runs on top of a computer operating system. It is composed entirely of free and open source software...

 and KDE
KDE
KDE is an international free software community producing an integrated set of cross-platform applications designed to run on Linux, FreeBSD, Microsoft Windows, Solaris and Mac OS X systems...

 desktops, icons are represented primarily by SVG
Scalable Vector Graphics
Scalable Vector Graphics is a family of specifications of an XML-based file format for describing two-dimensional vector graphics, both static and dynamic . The SVG specification is an open standard that has been under development by the World Wide Web Consortium since 1999.SVG images and their...

 images, but with hand-optimized, pixel art PNGs for smaller sizes such as 16x16 and 24x24. Another use of pixel art on modern desktop computers is favicon
Favicon
A favicon , also known as a shortcut icon, Web site icon, URL icon, or bookmark icon, is a file containing one small icons, most commonly 16×16 pixels, associated with a particular Web site or Web page...

s.

Modern pixel art has been seen as a reaction to the 3D graphics industry by amateur game/graphic hobbyists. Many retro enthusiasts often choose to mimic the style of the past. Some view the pixel art revival as restoring the golden age of second and third generation consoles, where it is argued graphics were more aesthetically pleasing. Pixel art still remains popular and has been used in the virtual worlds Citypixel and Habbo
Habbo
Habbo is a social networking site aimed at teenagers. The website is owned and operated by Sulake Corporation. The service began in 2000 and has expanded to include 11 online communities , with users in over 150 countries. As of August 2011, over 230 million avatars have been registered...

 as well as among hand-held devices such as the Nintendo DS
Nintendo DS
The is a portable game console produced by Nintendo, first released on November 21, 2004. A distinctive feature of the system is the presence of two separate LCD screens, the lower of which is a touchscreen, encompassed within a clamshell design, similar to the Game Boy Advance SP...

 and Cellphones.

See also

  • Spriting
    Spriting
    Spriting is usually defined as the act of creating partially transparent 2D raster graphics for use in video games, commonly referred to as sprites; by extension, it is also used to refer to the act of creating pixel art, though not all sprites are necessarily done in that style...

    , making small pixel characters using Pixel art methods.
    • Sprite (computer graphics)
      Sprite (computer graphics)
      In computer graphics, a sprite is a two-dimensional image or animation that is integrated into a larger scene...

  • Deluxe Paint
    Deluxe Paint
    Deluxe Paint is a bitmap graphics editor series originally created by Dan Silva for Electronic Arts .The original version was created for the Commodore Amiga and was released in November 1985...

    , a graphics editor for the Amiga
    Amiga
    The Amiga is a family of personal computers that was sold by Commodore in the 1980s and 1990s. The first model was launched in 1985 as a high-end home computer and became popular for its graphical, audio and multi-tasking abilities...

     frequently used by demoscene
    Demoscene
    The demoscene is a computer art subculture that specializes in producing demos, which are non-interactive audio-visual presentations that run in real-time on a computer...

     pixel artists.
  • GrafX2
    GrafX2
    GrafX2 is a bitmap graphics editor inspired by the Amiga programs Deluxe Paint and Brilliance . It is free software and distributed under GNU General Public License.- History :...

    , a free software bitmap editor.
  • Cosmigo Pro Motion
    Cosmigo Pro Motion
    cosmigo Pro Motion is a raster graphics editor designed by Cosmigo. It is designed after Deluxe Paint. The program's aim is to create and edit graphics at the pixel level. The latest version is 6.0. The full boxed version costs $92. As a download, the full version costs $78 and the lite version...

    , a professional graphics editor used for creating images and animations with pixel precision, it has a similar design to Deluxe Paint
    Deluxe Paint
    Deluxe Paint is a bitmap graphics editor series originally created by Dan Silva for Electronic Arts .The original version was created for the Commodore Amiga and was released in November 1985...

    .
  • Microsoft Paint, the raster
    Raster graphics
    In computer graphics, a raster graphics image, or bitmap, is a data structure representing a generally rectangular grid of pixels, or points of color, viewable via a monitor, paper, or other display medium...

     graphic editor bundled with Microsoft Windows
    Microsoft Windows
    Microsoft Windows is a series of operating systems produced by Microsoft.Microsoft introduced an operating environment named Windows on November 20, 1985 as an add-on to MS-DOS in response to the growing interest in graphical user interfaces . Microsoft Windows came to dominate the world's personal...

    .
  • HTML art - the HTML
    HTML
    HyperText Markup Language is the predominant markup language for web pages. HTML elements are the basic building-blocks of webpages....

     table realisation of pixel art.
  • Cybermosaic
    Cybermosaic
    The cybermosaic is a method of organising internet space by creating a webpage which is broken down into trillion of pieces or tiles. The tiles, made up of pixels, are the equivalent in the computer age of the ancient mosaic....

    , a technique for rendering web pages.
  • Visual novel
    Visual novel
    A is an interactive fiction game featuring mostly static graphics, usually with anime-style art, or occasionally live-action stills or video footage...

    , a genre of interactive fiction known for utilizing pixel art
The source of this article is wikipedia, the free encyclopedia.  The text of this article is licensed under the GFDL.
 
x
OK