| Since vector images can be resized
without any problems with resolution we are going to limit our discussion
to bitmap images, whose resolution is varible.
Every file on a computer is in a specific format. There are a wide variety
of image formats used for graphics. The choice of what you use is based
on: 1) whether you plan to edit the image in future. 2) whether you want
smallest possible file size. Or 3) what image editing tools you have available.
True image files are in a format that, when saving, records the image
completely and correctly, without losing any details. In this format you
can re-edit them later if you need to without losing any quality in the
image. True image files are large and cant be used over the WWW.
The most common file format for true image files is a TIFF file.
Compressed Image Formats are file types or formats that, when saving,
compress the information and result in the smallest possible file size
for going over the internet. In the process of saving the file, information
is compressed or discarded to make the image as small as possible. The
two most common file types as of today are: 1) GIF - Graphics Interchange
Format. And 2) JPEG - Joint Photographic Experts Group.
Both of these formats compromise the image for the sake of compression
so dont save your original artwork in this format if you may want
to modify it later. Also, do not resave these files over and over again
as each time the file is saved, it is compressed thus information is continually
discarded. Eventually the image would look terrible since so much information
would have been discarded in the saving process.
|