 |
Java Games: Flashcards, matching, concentration, and word search. |
 |
 |
| A | B |
| vector | vector graphics are comprised of paths, which are defined by a start and end point, along with other points, curves, and angles along the, not a grid of pixels. |
| bitmap | digital image composed of a matrix of dots. When viewed at 100%, each dot corresponds to an individual pixel on a display. |
| gif | an image file format commonly used, for images on the web, lossless compression that does not degrade the quality of the image. |
| jpeg | a compressed image file format. JPEG images are not limited to a certain amount of color, like GIF images are. |
| png | a compressed raster graphic format. It is commonly used on the Web and is also a popular choice for application graphics. |
| transparency | having tthe property of transmitting light |
| compression | used to reduce the size of one or more files. |
| interlacing | a common way to compress video is to interlace it. Each frame of an interlaced video signal shows every other horizontal line of the image. |
| resolution | this term can describe either how many pixels a monitor can display or how fine a printer can print. |
| web safe color palette | color palette of all 216 web safe colors that are shown the same on all browsers. |
| RGB colors | refers to the three hues of light (red, green, and blue), that can mix together to form any color. |
| hex colors | ex. #FF0000, #FFFF00 |
| <img> | The <img> tag is empty, it contains attributes only, and does not have a closing tag. |
| #FF0000 |  |
| #FFFF00 |  |
| #00FF00 |  |
| #0000FF |  |
| #000000 |  |
| #FFFFFF |  |
| rgb(255, 0, 0) |  |
| rgb(0, 0, 255) |  |
| rgb(0, 255, 0) |  |
|
 |
 |
|
|
|
| |