What are some advantages that Vector-Based graphics have over Bitmap Graphical representations (like JPEG, BMP, GIF)?
What will be an ideal response?
In vector-based graphics, you store a command language that describes how to draw the picture. In bitmap representations, you store the color at each pixel. The vector-based graphics files are usually smaller than the bitmap representation. The vector-based representation also allows you to modify the objects in the picture instead of just the pixel colors. You can change the end-point of a line easily in vector-based representations.
Computer Science & Information Technology
You might also like to view...
The mouse pointer is any symbol that displays on your screen in response to moving your mouse
Indicate whether the statement is true or false
Computer Science & Information Technology
_______ access means a user can view, create, and alter data but not delete it
a. Read b. Write c. Modify d. Full Access
Computer Science & Information Technology