Skip to main content

What is a Pixel?

Concept of  Pixel

See the youtube video on this topic:  Make Shop Pro - Exploring the Pixel

As it pertains to image editing and digital art, the pixel can be thought of as the atomic particle of an image.  All images (as displayed) are a rendering of a grid of pixels of varying hue and luminance.  The hue and luminance are its attributes, and the simplest analogy of this concept is to think of a pixel as a bucket of light.  And within that bucket are smaller buckets which only hold specific color conponents of the light.


Luminance Values

These buckets have limits.  The largest number of "light values" a bucket can hold is 255, with the least being zero.  In this way, 255 is the brightest a bucket can be and zero is the darkest, or pure black.

All colors that a pixel can assume are represented by varying degrees of 0-255 values for the different primary colors Red, Green and Blue (or RGB).  From a data point of view, a color is often denoted as a hexadecimal number (i.e. #12AF98).  The red, green, and blue values are associated with this number in the order of #RRGGBB.  So for example, some example colors values are shown below:

  • Red:  #FF0000
  • Green:  #00FF00
  • Blue:  #0000FF
  • White:  #FFFFFF
  • Black:  #000000

Grayscale values are present whenever the value of each primary color is the same, so all of the following values are different levels of gray:

  • #AFAFAF
  • #202020
  • #1B1B1B

Color Picker Tool

The color picker tool is a great tool for viewing the color of a pixel.  By hovering over any part of an image you can get an idea of what the RGB components are.  Note however that as you work with these RGB colors, that this is an additive color system.


Additive Color System

To explain an additive color system it is best to first explain it's opposite, the subtractive color system.  A substractive color system explains how colors blend similar to the way we understand paint colors mixing.  This system is based on what colors are absorbed vs what is reflected.  Some examples are below:

  • Red + Green = Brown
  • Red + Blue = Purple
  • Yellow + Blue = Green
  • Yellow + Red = Orange
  • All colors combined = dingy brown
The additive color system is more similar to how colored lights combine to make color.  In this way color combining is a bit different.  Some examples are below:
  • Red + Green = Yellow
  • Red + Blue = Magenta
  • Green + Blue = Cyan
  • Red + (less) Green = Orange
  • All colors combined = White

Conclusion

In conclusion, it's worth noting how these pixels behave.  That they have luminance value ranges from 0-255 and that the way colors combine are in an addivitve color system.  These elements are useful when navigating the many tools in PaintShop Pro where these concepts and values appear.

The hope is that familiarity will help you as a Digital Artist.

Comments

Popular posts from this blog

Vector Graphic Drawing in PaintShop Pro

Basic Vector Graphic Drawing See the video on youtube at this link:  Make Shop Pro - Vector Graphic Drawing There are three types of vector objects that can be created, these are Shapes, Lines, and Text.  For the purposes of this tutorial, we'll focus on shapes and lines. Shapes To draw a shape, simply click on the Vector Graphic tool which will be any of the icons below depending on what was selected last. Once the tool type is selected, you can simply drag on the image to draw the shape.   We'll discuss how to manipulate this shape below. Lines To draw a vector line, you'll need to first click on the Pen Tool In the Pen Tool menu (typically upper left), you'll see there are three types of lines you can draw:  Line, Bezier and Freehand.  Select which type you want to draw. Before attempting to draw, ensure that on your Materials palette that the Line material (upper left, shown as black) is not transparent or has a co...

Youtube Subtitles for Other Languages

The following is an instruction on how to view Make Shop Pro videos but with subtitles in a different languages.   First click the settings icon (gear) Click on the Subtitles/CC option Click on English (auto-generated) Click on this modified button Subtitles/CC English(auto-generated) Click Auto-translate Select your language You should now see subtitles (that may or may not be that accurate) that are a translation of the auto-subtitles generated in english.

Video Editing with PaintShop Pro

Video Editing with PaintShop Pro View the youtube video on this entry here:  Video Effects in PaintShop Pro The general process of this technique is to use a video editor (I'm using Magix Vegas Pro ) to break up a video clip into individual images.  Then use batch processing with PaintShop Pro to apply an effect. Then chase that with an import in Vegas to recreate a video from the images. In this way we can create any script in PaintShop Pro, and apply it to a video clip in Magix Vegas. Rendering an Image Sequence In this phase, we are going to be working in the video editor (in my case Magix Vegas).  The first step is to drag the video clip (or clips) that you want to process into the timeline.  Once you have it arranged in the order you desire, go to File > Render As , and select Image Sequence as the Format , and choose which template you want to use, I'm going to use PNG.  Set the path, and note that this path will be filled with very many ...