Multimedia
Multimedia
Multimedia, by definition, is the use of text, audio, video, graphics, and animation to
convey information in an engaging and dynamic way. In other terms, multimedia is a
technological way of presenting information that combines audio, video, images, and
animations with textual data. Examples include video conferencing, Yahoo Messenger,
email, and the Multimedia Messaging Service ( MMS Service (MMS).
As the name implies, multimedia is the combination of the words "multi" and "media,"
which refers to the various media (hardware/software) utilized for information
transmission.
1) Text - Text appears in all multi-media projects to some extent. To match the
successful presentation of the multimedia program, the text may be presented in a
variety of font styles and sizes.
o Bitmap - Bitmap images are authentic pictures that can be taken using tools
like digital cameras or scanners. Bitmap pictures are often not modifiable.
Memory use for bitmap pictures is high.
o Vector Graphics - Computers can draw vector graphics because they just need
a little amount of memory. These images can be changed.
4) Audio - Speech, music, and sound effects could all be necessary for a multimedia
application. They are referred to as the audio or sound component of multimedia.
Speaking is a fantastic educational tool. Analog and digital audio are both kinds. The
initial sound signal is referred to as analog audio or sound. Digital sound is saved on a
computer. Digital audio is therefore utilized for sound in multimedia applications.
5) Video - The term "video" describes a moving image that is supported by sound,
such as a television image. A multimedia application's video component conveys a lot
of information quickly. For displaying real-world items in multimedia applications,
digital video is helpful. If uploaded to the internet, the video really does have the
highest performance requirements for computer memory and bandwidth. The quality
of digital video files may still be preserved while being saved on a computer, similarly
to other data. A computer network allows for the transport of digital video files. The
digital video snippets are simple to modify.
3) For business purposes - There are several commercial uses for multimedia.
Multimedia and communication technologies have made it possible for information
from international work groups. Today's team members can work remotely and for a
variety of businesses. A global workplace will result from this. The following facilities
should be supported by the multimedia network:
o Office needs
o Records management
o Employee training
o Electronic mail
o Voice mail
5) For banking purposes - Another public setting where multimedia is being used
more and more recently is banks. People visit banks to open savings and current
accounts, make deposits and withdrawals, learn about the bank's various financial
plans, apply for loans, and other things. Each bank wants to notify its consumers with
a wealth of information. It can employ multimedia in a variety of ways to do this. The
bank also has a PC monitor in the clients' rest area that shows details about its
numerous programs. Online and internet banking have grown in popularity recently.
These heavily rely on multimedia. As a result, banks are using multimedia to better
serve their clients and inform them of their appealing financing options.
Multimedia Application:
Multimedia applications are created with the help of following mentioned tools and
packages.
The sound, text, graphics, animation and video are the integral part of multimedia
software. To produce and edit these media elements, there are various software tools
available in the market. The categories of basic software tools are:
Text Editing Tools- These tools are used to create letters, resumes, invoices,
purchase orders, user manual for a project and other documents. MS-Word is a
good example of text tool. It has following features:
Creating new file, opening existing file, saving file and printing it
Insert symbol, formula and equation in the file.
Correct spelling mistakes and grammatical errors.
Align text within margins
Insert page numbers on the top or bottom of the page.
Mail-merge the document and making letters and envolpes.
Making tables with variable number of columns and rows.
Painting and Drawing Tools- These tools generally come with a graphical
user interface with pull down menus for quick selection. You can create almost
all kinds of possible shapes and resize them using these tools. Drawing file can
be imported or exported in many image formats like .gif, .tif, .jpg, .bmp, etc.
Some examples of drawing software are Corel Draw, Freehand, Designer,
Photoshop, Fireworks, Point etc.These software have following features:
Image Editing Tools- Image editing tools are used to edit or reshape the
existing images and pictures. These tools can be used to create an image from
scratch as well as images from scanners, digital cameras, clipart files or original
artwork files created with painting and drawing tools. Examples of Image editing
or processing software are Adobe Photoshop and Paint Shop Pro.
Sound Editing Tools- These tools are used to integrate sound into multimedia
project very easily. You can cut, copy, paste and edit segments of a sound file by
using these tools. The presence of sound greatly enhances the effect of a mostly
graphic presentation, especially in a video. Examples of sound editing software
tools are: Cool Edit Pro, Sound Forge and Pro Tools. These software have
following features:
Video Editing Tools- These tools are used to edit, cut, copy, and paste your
video and audio files. Video editing used to require expensive, specialized
equipment and a great deal of knowledge. The aritistic process of video editing
consists of deciding what elements to retain, delete or combine from various
sources so that they come together in an organized, logical and visually
planning manner. Today computers are powerful enough to handle this job, disk
space is cheap and storing and distributing your finished work on DVD is very
easy. Examples of video editing software are Adobe Premiere and Adobe After
Effects.
1-bit images- An image is a set of pixels. Note that a pixel is a picture element
in digital image. In 1-bit images, each pixel is stored as a single bit (0 or 1). A bit
has only two states either on or off, white or black, true or false. Therefore, such
an image is also referred to as a binary image, since only two states are
available. 1-bit image is also known as 1-bit monochrome images because it
contains one color that is black for off state and white for on state.
A 1-bit image with resolution 640*480 needs a storage space of 640*480 bits.
640 x 480 bits. = (640 x 480) / 8 bytes = (640 x 480) / (8 x 1024) KB= 37.5KB.
The clarity or quality of 1-bit image is very low.
8-bit Gray level images- Each pixel of 8-bit gray level image is represented by
a single byte (8 bits). Therefore each pixel of such image can hold 2 8=256
values between 0 and 255. Therefore each pixel has a brightness value on a
scale from black (0 for no brightness or intensity) to white (255 for full
brightness or intensity). For example, a dark pixel might have a value of 15 and
a bright one might be 240.
A grayscale digital image is an image in which the value of each pixel is a single
sample, which carries intensity information. Images are composed exclusively of
gray shades, which vary from black being at the weakest intensity to white
being at the strongest. Grayscale images carry many shades of gray from black
to white. Grayscale images are also called monochromatic, denoting the
presence of only one (mono) color (chrome). An image is represented by bitmap.
A bitmap is a simple matrix of the tiny dots (pixels) that form an image and are
displayed on a computer screen or printed.
A 8-bit image with resolution 640 x 480 needs a storage space of 640 x 480
bytes=(640 x 480)/1024 KB= 300KB. Therefore an 8-bit image needs 8 times
more storage space than 1-bit image.
24-bit color images - In 24-bit color image, each pixel is represented by three
bytes, usually representing RGB (Red, Green and Blue). Usually true color is
defined to mean 256 shades of RGB (Red, Green and Blue) for a total of
16777216 color variations. It provides a method of representing and storing
graphical image information an RGB color space such that a colors, shades and
hues in large number of variations can be displayed in an image such as in high
quality photo graphic images or complex graphics.
Many 24-bit color images are stored as 32-bit images, and an extra byte for
each pixel used to store an alpha value representing special effect information.
A 24-bit color image with resolution 640 x 480 needs a storage space of 640 x
480 x 3 bytes = (640 x 480 x 3) / 1024=900KB without any compression. Also
32-bit color image with resolution 640 x 480 needs a storage space of 640 x 480
x 4 bytes= 1200KB without any compression.
Disadvantages
Require large storage space
Many monitors can display only 256 different colors at any one time. Therefore, in
this case it is wasteful to store more than 256 different colors in an image.
JPEG- Joint Photographic Experts Group- The JPEG format was developed by
the Joint Photographic Experts Group. JPEG files are bitmapped images. It store
information as 24-bit color. This is the format of choice for nearly all photograph
images on the internet. Digital cameras save images in a JPEG format by default.
It has become the main graphics file format for the World Wide Web and any
browser can support it without plug-ins. In order to make the file small, JPEG
uses lossy compression. It works well on photographs, artwork and similar
materials but not so well on lettering, simple cartoons or line drawings. JPEG
images work much better than GIFs. Though JPEG can be interlaced, still this
format lacks many of the other special abilities of GIFs, like animations and
transparency, but they really are only for photos.
PNG- Portable Network Graphics- PNG is the only lossless format that web
browsers support. PNG supports 8 bit, 24 bits, 32 bits and 48 bits data types.
One version of the format PNG-8 is similar to the GIF format. But PNG is the
superior to the GIF. It produces smaller files and with more options for colors. It
supports partial transparency also. PNG-24 is another flavor of PNG, with 24-bit
color supports, allowing ranges of color akin to high color JPEG. PNG-24 is in no
way a replacement format for JPEG because it is a lossless compression format.
This means that file size can be rather big against a comparable JPEG. Also PNG
supports for up to 48 bits of color information.
TIFF- Tagged Image File Format- The TIFF format was developed by the
Aldus Corporation in the 1980 and was later supported by Microsoft. TIFF file
format is widely used bitmapped file format. It is supported by many image
editing applications, software used by scanners and photo retouching programs.
TIFF can store many different types of image ranging from 1 bit image,
grayscale image, 8 bit color image, 24 bit RGB image etc. TIFF files originally use
lossless compression. Today TIFF files also use lossy compression according to
the requirement. Therefore, it is a very flexible format. This file format is
suitable when the output is printed. Multi-page documents can be stored as a
single TIFF file and that is way this file format is so popular. The TIFF format is
now used and controlled by Adobe.
BMP- Bitmap- The bitmap file format (BMP) is a very basic format supported by
most Windows applications. BMP can store many different type of image: 1 bit
image, grayscale image, 8 bit color image, 24 bit RGB image etc. BMP files are
uncompressed. Therefore, these are not suitable for the internet. BMP files can
be compressed using lossless data compression algorithms.
EPS- Encapsulated Postscript- The EPS format is a vector based graphic. EPS
is popular for saving image files because it can be imported into nearly any kind
of application. This file format is suitable for printed documents. Main
disadvantage of this format is that it requires more storage as compare to other
formats.
EXIF- Exchange Image File- Exif is an image format for digital cameras. A
variety of tage are available to facilitate higher quality printing, since
information about the camera and picture - taking condition can be stored and
used by printers for possible color correction algorithms.it also includes
specification of file format for audio that accompanies digital images.
WMF- Windows MetaFile- WMF is the vector file format for the MS-Windows
operating environment. It consists of a collection of graphics device interface
function calls to the MS-Windows graphice drawing library.Metafiles are both
small and flexible, hese images can be displayed properly by their proprietary
softwares only.
PICT- PICT images are useful in Macintosh software development, but you
should avoid them in desktop publishing. Avoid using PICT format in electronic
publishing-PICT images are prone to corruption.
Photoshop- This is the native Photoshop file format created by Adobe. You can
import this format directly into most desktop publishing applications.