All posts tagged ‘Multimedia’

File Under: Glossary

Bitmap

A bitmap is a mapped array of pixels that can be saved as a file.

Both JPEG and GIF are bitmap graphic formats. Currently, the only other way to store an image is as a vector graphic. You can’t easily scale bitmap images, but you can control every single pixel and thus achieve many effects impossible in vector graphics. Conversely, vector formats offer advantages of scalability and lower bandwidth requirements. When you compress a bitmapped image, you suck out some of the visual information.

To bypass this, the portable network graphics format (or PNG, pronounced “ping”) was designed to store a single bitmap image for transmittal over computer networks without losing this data.

File Under: Glossary

Bit Depth

Bit depth describes the file size of an image by orders of magnitude.

When wrangling with file size versus image quality, it’s often important to minimize the bit depth of an image while maximizing the number of colors. To calculate the maximum number of colors for an image of a particular bit depth, remember that the number of colors is equal to two to the power of what the bit depth is. For example, a GIF can support up to eight bits per pixel, and therefore can have as a many as 256 colors, since two to the power of eight equals 256.

File Under: Glossary

CMYK

CMYK stands for cyan magenta yellow and blacK and is a color system used in the offset printing of full-color documents.

Offset uses cyan, magenta, yellow, and black inks and is often referred to as “four-color” printing. Monitors use red, green, and blue light instead, so they display images using a different color system called RGB. One of the great problems of the digital age has been matching colors between these two systems; i.e., taking a digital RGB image and making it look the same in print using CMYK. These problems are addressed by applications such as the Pantone Matching System.

File Under: Glossary

Crop

To crop means to cut the pieces of an image that you don’t need.

Cropping differs from resizing because when you crop an image you retain the dimensions of the image. Resizing an image actually shrinks the image into smaller dimensions.

File Under: Glossary

DeCSS

DeCSS is a software program that allows decryption of a CSS-encrypted movie and copying of the files to a hard disc (CSS stands for content scrambling system, and it’s used to protect the content of a DVD disc.) The DeCSS utility made online trading of DVD movies possible, although the interactive elements and outstanding audio/visual quality of DVD are compromised in the process.

File Under: Glossary

DPI

Dots per inch (DPI) measures the resolution of images on a screen or printed page. The more dots, the better the resolution

File Under: Glossary

Duotone

Duotones are images that only display in two colors.

Like most visual techniques on the Web, duotones come from the world of print. In print, the more colors you use, the slower the production time and the higher the cost, so duotones were often an economical alternative. Duotones can also improve efficiency on the web by enabling the creation of cool-looking images with small file sizes. Duotones are made by first creating a grayscale image and then overlaying it with a different specified color.

File Under: Glossary

Embedded Media

These are the types of media you can include in an HTML page, such as audio files, flash or GIF animations.

File Under: Glossary

MP3

MP3 (MPEG-1 Audio Layer-3) is an audio compression format that creates files that can be easily sent or downloaded across the internet.

Using ripper and encoder applications, CD tracks can be converted to MP3 and reduced in size by a factor of 12. MP3 files have varying degrees of sound quality, depending on the encoding settings that are used during the compression process.

File Under: Glossary

MPEG

MPEG, for Moving Picture Experts Group, refers to a group of audio/video compression standards used to create videos.

To view an MPEG video, you need to download (shareware or commercial) client software that plays it. The MPEG group works within the International Organization for Standardization and periodically improves and updates the compression standards.