- A pixel is also known as a picture elements.
 - Pixel is the smallest portion of an image or display.
 - For better understanding of pixel when zooming into an image.
 - Pixel is the basic logical unit in digital graphics.
 - Pixels are combined to form a complete image, video, text or any visible thing on computer display.
 - More pixels per inch of monitor screen yield better image result.
 
- The intensity of each pixel is variable. In color imaging systems, a color is typically represented by three or four component intensities such as red, green, blue or cyan, magenta, yellow, and black.
 
- The number of distinct colors that can be represented by a pixel depends on the number of bits per pixel (bpp).
 - A 1-bpp image uses 1-bit for each pixel, so each pixel can be either on or off.
 - Each additional bit double the number of color available, so a 2 bpp image have 4 colors.
 - 1 bpp, 21 = 2 colors (monochrome).
 - 2 bpp, 22 = 4 colors .
 - 16 bpp, 216 = 65536 colors (highcolor).
 - 24 bpp, 224 = 16777216 colors (truecolor).
 
Pixel Resolution:
- We can calculate megapixels of camera.
 
- The size of image can be calculated.
 
         Size = Pixel resolution * Bits per pixels

