
The concepts of pixel, video pixel, point.
In computer graphics, the term “pixel”, broadly speaking, can mean different concepts: the smallest element of the image on a computer screen; a separate bitmap element; dot of the image printed on the printer.
![]()
Therefore, to avoid confusion, use the following terminology: in ideopixel: the smallest element of the image on the screen; pixel – a separate element of the raster image; dot is the smallest item produced by the printer.
The display screen is divided into a fixed number of video pixels, which form a graphical grid (raster) of a fixed number of rows and columns. The size of the graphics grid is generally expressed in the form NxM, where N is the horizontal number of video pixels and M is the vertical number. On modern displays, graphical grids are used: 640 x 480, 800 x 600, 1024 x 768, 1240 x 1024, etc. The image on the display screen is created by selectively illuminating certain video pixels on the screen with an electron beam. For an image to be perceived by the eye, it must be made up of hundreds or thousands of video pixels, each of which must be illuminated. ”
Raster graphics are photo quality images. If the pixel sizes are small enough (close to the size of video pixels), then the raster image looks no worse than a photograph. Raster graphics effectively represent photo-quality images.
A large amount of memory is required to store bitmaps.
The bitmap file stores the color information for each video pixel as a combination of bits. Simple bitmap images take up a small amount of memory (several tens or hundreds of kilobytes). Photo-quality images typically require several megabytes. Therefore, a large amount of memory is required to store bitmaps.
Bitmap becomes distorted when scaling.
The bitmap may lose its appeal after scaling or rotating it. For example, areas of solid color can take on an odd pattern (“moire”); curves and straight lines that seemed smooth can suddenly become sawtooth. If you reduce and then enlarge the bitmap to its previous size, it will become blurry and uneven, and the filled areas may be distorted. Bitmaps have very limited options for scaling, rotating, and other transformations
Tasks for which raster programs are used.
Raster graphics allow you to create photo-quality images. After all, what are raster graphics? It is an image that consists of pixels, small squares, each of which is assigned a specific color. On any screen, the information is displayed exactly in raster form.
What do the concepts of pixel, video pixel, point mean?
In computer graphics, the term “pixel”, in general terms, can mean different concepts:
· The smallest element of the image on the computer screen;
· A separate element of the bitmap image;
· Dot of the image printed on the printer.
Therefore, to avoid confusion, we will use the following terminology:
· Video pixel: the smallest picture element on the screen;
· Pixel: a separate element from the raster image;
· Dot: the smallest element produced by the printer.
In this case, for the one-pixel image on the computer screen, one or more video pixels can be used.
















