Документ взят из кэша поисковой машины. Адрес оригинального документа : http://www.stsci.edu/~borders/cgvc120/week01_vector_bitmap.html
Дата изменения: Mon Jul 11 05:40:28 2011
Дата индексирования: Mon Feb 4 22:20:52 2013
Кодировка:

Поисковые слова: http www.astronomy.ru forum index.php topic 4644.0.html
cgvc 121

Vector vs. Bitmap

  • There are 2 different types of ways to draw graphics on a computer
    • Adobe Photoshop uses something called pixels ( sometimes called rasters or bitmaps)
    • Adobe Illustrator uses something called vector graphics
  • Bitmap images (also known as raster images)
    • Made up of pixels in a grid. Pixels are picture elements; tiny dots of individual color that make up what you see on the screen. All these tiny dots of color come together to form the image you see.
  • Vector graphics
    • Made up of many individual, scalable objects. These objects are defined by mathematical equations rather than pixels, so they always render at the highest quality. Objects may consist of lines, curves, and shapes with editable attributes such as color, fill, and outline.