InterviewSolution
Saved Bookmarks
| 1. |
Deference between vector and bitmap images |
|
Answer» Rather than a GRID of PIXELS, a vector GRAPHIC consists of shapes, CURVES, lines, and text which together make a picture. While a bitmap image contains information about the color of each pixel, a vector graphic contains instructions about where to place each of the components.Explanation:Is this helpful |
|