computer graphics
computer graphics
computer graphics
● Bitmap
● Vector
Bitmap/Raster
Bitmap/Raster images- Bitmap images are real images that can be captured from
devices such as digital cameras or scanners. Generally bitmap images are not
editable. Bitmap images require a large amount of memory.
Raster images are constructed by a series of pixels, or individual blocks, to form an
image. JPEG, GIF, and PNG are all raster image extensions. Every photo you find
online or in print is a raster image. Pixels have a defined proportion based on their
resolution (high or low), and when the pixels are stretched to fill space they were
not originally intended to fit, they become distorted, resulting in blurry or unclear
images.
In order to retain pixel quality, you cannot resize raster images without
compromising their resolution. As a result, it is important to remember to save
raster files at the exact dimensions needed for the application.
Vector
Vector Graphics- Vector graphics are drawn on the computer and only require a
small amount of memory. These graphics are editable.
Vector images are far more flexible. They are constructed using proportional
formulas rather than pixels. EPS, AI and PDF are perfect for creating graphics that
require frequent resizing. Your logo and brand graphics should have been created
as a vector, and you should always have a master file on hand. The real beauty of
vectors lies in their ability to be sized as small as a postage stamp, or large enough
to fit on an 18-wheeler!
High Resolution vs. Low Resolution
Have you heard your designer talk about DPI or PPI? DPI stands for "dots per inch" and
PPI translates to "pixels per inch." These units of measure are essential for determining
if the density of pixels in an image is appropriate for the application you are using.
The biggest thing to note when determining what DPI or PPI you require is if you are
using an image for print or web. Websites display images at 72dpi, which is low
resolution; however images at this resolution look really crisp on the web. This is not the
case for print. Best practices for printing an image will require it to be no less than
300dpi.
Don't try to trick the system. A lot of magic can happen in Photoshop, but creating pixels
out of thin air isn't one of them. Pulling an image off of the web and trying to get it to fit
the dimensions of your print project just won't work. You will end up with a pixelated
image that appears stretched and distorted.
File Formats
File Formats
There is no difference between the .jpg and .jpeg filename extensions. Regardless
of how you name your file, it is still the same format and will behave the same way.
The only reason that the two extensions exist for the same format is because .jpeg
was shortened to .jpg to accommodate the three-character limit in early versions of
Windows. While there is no such requirement today, .jpg remains the standard and
default on many image software programs.
PNG - Portable Network Graphics
● CR2: This image extension stands for Canon RAW 2, and was created by Canon for
photos taken using its own digital cameras. They're actually based on the TIFF file type,
making them inherently high in quality.
● CRW: This image extension was also created by Canon, preceding the existence of the
CR2.
● NEF: This image extension stands for Nikon Electric Format, and is a RAW file type
created by (you guessed it) Nikon Cameras. These image files actually allow for
extensive editing without changing file types, provided the editing takes place using a
Nikon device or Nikon Photoshop plugin.
● PEF: This image extension stands for Pentax Electronic Format, a RAW image file type
created by Pentax Digital Cameras.
Conclusion on File Formats
Working with images is a lot more complicated than you'd think at first glance.
Hopefully this guide has provided a better understanding of the standard file types
and which are most appropriate for your project.
Pros and Cons