Sei sulla pagina 1di 8

Reviewer in Multimedia

Font Families Some examples of sans-serif fonts are:

 One of the easiest ways to impact the • Arial


design of a Web page is with the fonts
that you use. • Geneva

 But many beginning Web designers • Helvetica


often go crazy changing fonts every • Lucida Sans
couple words and experimenting with
fonts that are virtually unreadable, just • Trebuchet
because they are "cool".
• Verdana
Some Rules-of-Thumb
Verdana is a font family that was actually
1. Don't use more than 3-4 fonts on any invented for use on the Web.
one page.

2. Don't change the font in mid sentence


unless you have a very good reason.

3. Sans serif for online, serif for print.


Use Serif Fonts for Print
4. Monospace for typewriter and code.
 While serif fonts are hard to read
5. Script and fantasy for accents.
online, they are perfect for print.
Sans-serif Fonts
 If you have print friendly versions of
 Sans-serif fonts are those fonts that your site, this is the perfect place to use
have no "serifs": the little hooks on the serif fonts.
end of the letters.
 The serifs, in print, make it easier to
 If you've taken any print design courses read, as they allow people to
you've probably been told that you differentiate the letters more clearly.
should only use sans-serif for headlines.
 And because print has a higher
 This is not true for the Web. Web pages resolution, they can be seen more
are intended to be viewed by Web clearly and don't appear to blur
browsers on computer monitors. And together.
computer monitors don't have as good
of resolution as paper.
Some examples of serif fonts are:
 This means that when your readers
view a page of serif font on the screen, • Garamond
the little serifs all blur together and • Georgia
start making the text harder to read. • New York
• Times
Reviewer in Multimedia

• Times New Roman  This is especially true if your audience


includes non-native speakers.

 Also, fantasy and cursive fonts don't


always include accent characters or
Monospace is for Code Examples other special characters which limits
your text to English.
 Even if your site isn't about computing,
you can use monospace to provide  Use fantasy and cursive fonts in images
instructions, give examples, or imply and as headlines or call-outs.
typewritten text.
 Keep them short and be aware that
 Monospace letters have the same width whatever font you choose will probably
for each character, so they always take not be on a majority of your readers'
up the same amount of space on the computers.
page.
Fantasy fonts
 Typewriters typically used monospace
fonts.  Fantasy fonts are primarily decorative,
and are not designed to be used as the
Some examples of monospace fonts are: main font for long passages of text.

• Courier  Fantasy fonts vary wildly in their


appearance and artistic content.
• Courier New
 There are no elements or particular
• Lucida Console
characteristics that categorize fantasy
• Monaco fonts other than their decorativeness.

Some examples of fantasy fonts are:

• Copperplate

Fantasy or Cursive • Desdemona

 Fantasy and cursive fonts are not as • Impact


wide-spread on computers, and in
general can be hard to read in large • Kino
chunks.

 While you might like the effect of a


diary or other personal record that
using a cursive font might give, your
readers might have trouble.

Cursive fonts
Reviewer in Multimedia

 Cursive fonts resemble hand-written


pen or brush strokes, often have artistic
ornamentation, and sometimes have
strokes that connect the letters
together.
Reviewer in Multimedia

COMPRESSION LOSSY COMPRESSION

○ Data Compression is the process of ○ algorithms take advantage of the


encoding information using fewer bits inherent limitations of the human eye
than the original representation would and discard invisible information.
use.
○ Most lossy compression algorithms
○ Compression is useful because it helps allow for variable quality levels
reduce the consumption of expensive (compression) and as these levels are
resources, such as hard disk space or increased, file size is reduced. At the
transmission bandwidth. highest compression levels, image
deterioration becomes noticeable as
○ On the downside, compressed data
"compression artifacting".
must be decompressed to be used, and
this extra processing may be AUDIO COMPRESSION
detrimental to some applications.
○ Audio compression is a form of data
E.g : For example if we need to store compression designed to reduce the
the following quote transmission bandwidth requirement
of digital audio streams and the
○ “ One swallow does not make a storage size of audio files.
summer, neither does one fine day;
similarly one day or brief time of ○ Audio compression algorithms are
happiness does not make a person implemented in computer software as
entirely happy.” ..Aristotle audio codecs.

THERE ARE TWO TYPES OF FILE ○ Consequently, specifically optimized


COMPRESSION ALGORITHMS: audio lossless and lossy algorithms
have been created. Lossy algorithms
○ Lossless provide greater compression rates and
○ Lossy. are used in mainstream consumer
audio devices.
LOSSLESS COMPRESSION
VIDEO COMPRESSION
● Algorithms reduce file size without
losing image quality, though they are ○ Video compression refers to reducing
not compressed into as small a file as a the quantity of data used to represent
lossy compression file. When image digital video images, and is a
quality is valued above file size, combination of spatial image
lossless algorithms are typically compression and temporal motion
chosen. compensation.

Most video compression is lossy — it operates


on the premise that much of the data present
Reviewer in Multimedia

before compression is not necessary for ○ Others


achieving good perceptual quality.
JPEG/JFIFJPEG (JOINT PHOTOGRAPHIC
MULTIMEDIA FILE FORMATS EXPERTS GROUP)

IMAGE FILE FORMATS ○ is a compression method;

○ Image file formats are standardized ○ JPEG-compressed images are usually


means of organizing and storing digital stored in the JFIF (JPEG File
images. Interchange Format) file format. JPEG
compression is (in most cases) lossy
○ Image files are composed of either
compression.
pixel or vector (geometric) data that
are rasterized to pixels when displayed ○ Filename extension is -- . JPG or . JPEG.
(with few exceptions) in a vector
○ Nearly every digital camera can save
graphic display.
images in the JPEG/JFIF format, which
supports 8 bits per color (red, green,
blue) for a 24-bit total, producing
relatively small files.

○ The JPEG/JFIF format also is used as


the image compression algorithm in
many PDF files.

JPEG 2000
IMAGE FILE FORMATS. ○ JPEG 2000 is a compression standard
○ JPEG/JFIF enabling both lossless and lossy
storage. The compression methods
○ JPEG 2000 used are different from the ones in
standard JFIF/JPEG; they improve
○ Exif
quality and compression ratios, but
○ TIFF also require more computational
power to process.
○ RAW
○ JPEG 2000 also adds features that are
○ PNG missing in JPEG. It is not nearly as
common as JPEG, but it is used
○ GIF
currently in professional movie editing
○ BMP and distribution (e.g., some digital
cinemas use JPEG 2000 for individual
○ PPM, PGM, PBM, PNM movie frames).

○ WEBP
Reviewer in Multimedia

EXIF RAW

○ The Exif (Exchangeable Image File ○ RAW refers to a family of raw image
format) format is a file standard similar formats that are options available on
to the JPEG/JFIF format with .TIFF some digital cameras.
extensions; it is incorporated in the
JPEG-writing software used in most ○ These formats usually use a lossless or
cameras. Its purpose is to record and nearly-lossless compression,
to standardize the exchange of images ○ Raw image files are sometimes called
with image metadata between digital digital negatives
cameras and editing and viewing
software. ○ Likewise, the process of converting a
raw image file into a viewable format
○ The metadata are recorded for is sometimes called developing a raw
individual images and include such image
things as camera settings, time and
date, shutter speed, exposure, image ○ The purpose of raw image formats is to
size, compression, name of camera, save, with minimum loss of
color information, etc. information, data obtained from the
sensor, and the conditions surrounding
○ When images are viewed or edited by the capturing of the image (the
image editing software, all of this metadata).
image information can be displayed.
PNG (PORTABLE NETWORK GRAPHICS)
TIFF:
○ The PNG (Portable Network Graphics)
○ The TIFF (Tagged Image File Format) file format was created as the free,
format is a flexible format that open-source successor to the GIF.
normally saves 8 bits or 16 bits per
color (red, green, blue) for 24-bit and ○ The PNG file format supports truecolor
48-bit totals, (16 million colors) while the GIF
supports only 256 colors.
○ TIFFs can be lossy and lossless;
○ The PNG file excels when the image
○ Some digital cameras can save in TIFF has large, uniformly colored areas.
format, using the LZW compression
algorithm for lossless storage. ○ The lossless PNG format is best suited
for editing pictures, and the lossy
○ TIFF image format is not widely formats, like JPG, are best for the final
supported by web browsers. distribution of photographic images,
○ TIFF remains widely accepted as a ○ JPG files are usually smaller than PNG
photograph file standard in the files.
printing business.
Reviewer in Multimedia

○ Animated formats derived from PNG ○ The BMP File Format is capable of
are MNG and APNG. The latter is storing 2D digital images
supported by Mozilla Firefox and
Opera and is backwards compatible PPM , PGM, PBM
with PNG. ○ The portable pixmap format (PPM),
the portable graymap format (PGM)
GIF(GRAPHICS INTERCHANGE FORMAT)
and the portable bitmap format (PBM)
○ GIF is limited to an 8-bit palette, or 256 are image file formats originally
colors. designed to be easily exchanged
between platforms.
○ GIF format suitable for storing graphics
with relatively few colors such as ○ Usually referred as Netpbm format or
simple diagrams, shapes, logos and portable anymap format (PNM)
cartoon style images.
○ These are either pure ASCII files or raw
○ The GIF format supports animation and binary files with an ASCII header that
is still widely used to provide image provide very basic functionality and
animation effects. serve as a lowest-common-
denominator for converting pixmap,
○ It also uses a lossless compression that graymap, or bitmap files between
is more effective when large areas
different platforms.
have a single color, and ineffective for
detailed images or dithered images. WEBP

BMP (BITMAP IMAGE FILE) ○ WebP (pronounced "weppy") is a new


image format that uses lossy
○ The BMP file format (Windows bitmap) compression.
handles graphics files within the
Microsoft Windows OS. ○ Images and photos make up about 65%
of the bytes transmitted per web page
○ Typically, BMP files are uncompressed,
today.
hence they are large; the advantage is
their simplicity and wide acceptance in ○ It was designed by Google to reduce
Windows programs. image file size to speed up web page
loading:
○ also known as Device Independent
Bitmap (DIB) file format or simply a ○ its principal purpose is to supersede
Bitmap, JPEG as the primary format for
photographs on the web.
○ is a Raster graphics image file format
used to store bitmap digital images, WebP, that promises to significantly reduce
independently of the display device the byte size of photos on the web, allowing
web sites to load faster than before.
Reviewer in Multimedia

OTHERS

Other image file formats of raster type include:

○ • JPEG XR (New JPEG standard


based on Microsoft HD Photo)

○ • TGA (TARGA)

○ • ILBM (InterLeaved BitMap)

○ • PCX (Personal Computer


eXchange)

○ • ECW (Enhanced Compression


Wavelet)

○ • IMG (ERDAS IMAGINE Image)

○ • SID (multiresolution seamless


image database, MrSID)

○ • CD5 (Chasys Draw Image)

Potrebbero piacerti anche