Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2019
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.06 KB | None | 0 0
  1. Images Continued:
  2. • Vector images are a group of drawing objects.
  3. 1. Using Lines, shapes, and curves to create a single image
  4. 2. They are Resolution independent
  5. 3. Meaning you can resize a vector image without loss of image quality
  6. 4. You must rasterize vector images to use on a web page, which means saving it in a bitmap file format
  7. • GIF (Graphics Interchange Format) was the original graphics format used on the web
  8. 1. Reduces file size due to a compressed algorithm
  9. 2. They are 8 bit color images meaning they have a maximum of 256 colors
  10. 3. Inappropriate for photographs, better suited for cartoon images or nav buttons
  11. 4. Interlaced GIF displays image in a sequence of passes
  12. 5. Each pass displays the image at a higher resolution
  13. 6. You can turn on or off a single color in a transparent GIF
  14. 7. Antialiasing smooths jagged edges
  15. 8. GIF images include:
  16. • Interlaced GIF images appear on the screen in a sequence off passes
  17. • Transparent GIF allows you to remove a specific color
  18. • Animated GIF is a series of frames that repeat to simulate movement
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement