Slices & Save for Web Flashcards
The process of cutting up all of a website design’s graphics and images in Photoshop is referred to as what?
slicing
The slice tool can be found behind which other tool on the toolbar?
crop tool
Designers, developers, and companies will all have their own way of naming files, but what’s most important is to remain _____.
consistent
T/F: With improvements in CSS, many graphics that we used to have to slice up can now be created entirely in code.
True
T/F: Whether or not a graphical element is created in code or with images is up to the W3C (World Wide Web Consortium).
False
GIF/PNG/JPG File Types
- GIF/PNG-8
- limited color range
- small file size
- line art, illustration, logos
- lossless
- PNG 24
- broader color range
- larger file size
- lossless
- JPG
- broad color range
- photographs
- lossy
T/F: Optimizing requires human judgment and a good eye.
True
What file type can be categorized as “lossy” and may result in a loss of quality and information?
JPG
What file type is best suited for photographs?
JPG
What file type is ideal for images that require transparency, but will result in a larger file size?
PNG-24
T/F: Lossy data compression allows media to be represented without any loss in quality or information, while Lossless data compression may result in a loss of quality and information.
False
T/F: There is a specific formula for optimizing graphics and images for the web, that should be followed precisely.
False
What can be applied to a GIF or PNG-8 to fill in the semi-transparent pixels around the perimeter of the graphic?
matte
T/F: Optimization is about finding the balance between quality and file size.
True