0% found this document useful (0 votes)
9 views

GE2B-06 - Grapic Design (1)

Module 6 covers the fundamentals of images and graphics in multimedia, detailing image composition, capturing methods, and software tools for creating and editing images. It discusses the differences between raster and vector graphics, image quality factors, and various image storage formats. Additionally, it introduces animation techniques, including tweening and image warping, highlighting their applications in different fields.

Uploaded by

progames62626
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
9 views

GE2B-06 - Grapic Design (1)

Module 6 covers the fundamentals of images and graphics in multimedia, detailing image composition, capturing methods, and software tools for creating and editing images. It discusses the differences between raster and vector graphics, image quality factors, and various image storage formats. Additionally, it introduces animation techniques, including tweening and image warping, highlighting their applications in different fields.

Uploaded by

progames62626
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 13

Module 6: Image and Graphics Components in Multimedia

Image: An image consists of a rectangular array of dots called pixels. The size of the image
is specified in terms of width X height, in numbers of the pixels. The physical size of the
image, in inches or centimeters, depends on the resolution of the device on which the
image is displayed. The resolution is usually measured in DPI (Dots Per Inch). An image will
appear smaller on a device with a higher resolution than on one with a lower resolution.
For color images, one needs enough bits per pixel to represent all the colors in the image.
The number of the bits per pixel is called the depth of the image.

Making Still Images in Multimedia


Still images are the backbone of many multimedia projects, from presentations
and websites to digital art and video editing. Here's a breakdown of the key
methods and tools for creating and incorporating them:
1. Capturing Images:

● Digital Cameras:
○ DSLR and mirrorless cameras offer high-quality images, especially
for professional photography.
○ Compact cameras are portable and suitable for casual photography.

● Smartphone Cameras:
○ Modern smartphones have powerful cameras capable of capturing
stunning images.
○ Consider using apps with manual controls for more creative options.

● Scanners:
○ Scan physical documents, photos, or artwork to create digital
images.

2. Creating Digital Images:

● Graphic Design Software:


○ Adobe Photoshop: Powerful for image editing, retouching, and
creating complex graphics.
○ Adobe Illustrator: Ideal for vector graphics, logos, and
illustrations.
CorelDRAW: Versatile design software for both raster and vector
graphics.
○ GIMP: Free and open-source alternative to Photoshop.
○ Inkscape: Free and open-source alternative to Illustrator.

● 3D Modeling Software:
○ Blender: Free and open-source software for 3D modeling,
animation, and rendering.
○ Cinema 4D: Professional 3D modeling and animation software.
○ 3ds Max: Powerful 3D modeling and animation software.

3. Incorporating Images into Multimedia Projects:


● Image Editing Software:
○ Crop, resize, adjust color, and add effects to images.

● Presentation Software:
○ PowerPoint: Insert images into slides to create visually appealing
presentations.
○ Keynote: Apple's presentation software, offering a range of image
editing and animation tools.

● Web Design Software:


○ Adobe Dreamweaver: Use HTML, CSS, and JavaScript to create
websites with images.
○ WordPress: A popular content management system for creating
websites with images.

● Video Editing Software:


○ Adobe Premiere Pro: Edit videos and add still images as
transitions, overlays, or titles.
○ DaVinci Resolve: Professional video editing software with
advanced image editing tools.
○ Final Cut Pro: Apple's video editing software for Mac.

Key Considerations:
● Image Resolution: Choose the appropriate resolution based on the
intended use. High-resolution images are suitable for printing, while
lower-resolution images are fine for web use.

● Image Format:
○ JPEG: Lossy compression, suitable for photographs.
○ PNG: Lossless compression, ideal for graphics with transparency.
○ GIF: Supports animation and transparency, often used for simple
graphics.

● Image Copyright: Ensure you have the rights to use images, especially
if you're using them commercially.

● Image Optimization: Compress images to reduce file size without


significantly affecting quality.

Image Storage Formats:


Digital images are stored in various file formats, each with its own advantages
and disadvantages. Here are some of the most common formats:
● JPEG: A popular format for photographs due to its high compression ratio.
However, it can lead to some loss of image quality with each successive
save.
● PNG: Supports lossless compression, making it ideal for images with sharp
edges, text, or graphics.
● GIF: Primarily used for simple animations and images with limited colors.
● TIFF: A versatile format that supports various color depths and
compression techniques. Often used for high-quality images and printing.
● BMP: A basic format that stores images in uncompressed form, resulting
in large file sizes.

Raster vs. Vector: Two Methods of Digital Image Storage and Processing
When dealing with digital images, understanding the fundamental differences
between raster and vector graphics is crucial. Each method has its own
strengths and weaknesses, making them suitable for different applications.
Raster Graphics
● Pixel-Based: Raster images are composed of tiny squares called pixels,
arranged in a grid. Each pixel has its own color and intensity values.
● Resolution-Dependent: The quality of a raster image is determined by its
resolution, measured in pixels per inch (PPI). Higher resolution means
more pixels and better image quality.
● File Formats: Common raster formats include JPEG, PNG, BMP, and GIF.
● Applications: Well-suited for photographs and other images with
continuous tones and complex details.

Vector Graphics
● Mathematical Equations: Vector images are defined by mathematical
equations that describe lines, curves, and shapes. These equations are
independent of resolution.
● Scalable: Vector graphics can be scaled to any size without loss of quality,
as they are based on mathematical formulas rather than pixels.
● File Formats: Common vector formats include SVG, AI, and EPS.
● Applications: Ideal for logos, illustrations, and line drawings that require
clean lines and precise shapes.

Key Differences
Feature Raster Graphics Vector Graphics
Composition Pixels Mathematical equations
Resolution Resolution-dependent Resolution-independent
Scalability Loses quality when scaled Scales without loss of quality
File Size Larger file sizes Smaller file sizes
Editing Pixel-based editing Object-based editing

When to Use Which


● Raster Graphics: Use for photographs, realistic images, and detailed artwork.
● Vector Graphics: Use for logos, illustrations, diagrams, and any graphics that need
to be resized without losing quality.

Factors Influencing Image Quality: Resolution and Pixel Depth

Resolution and pixel depth are two key factors that significantly influence the quality of
an image. Let's delve deeper into each:
Resolution:
● Definition: Resolution refers to the number of pixels in an image. More pixel
mean higher resolution, resulting in sharper and more detailed images.
● Impact on Quality:
○ Image Clarity: Higher resolution provides greater detail, making images
appear sharper and clearer, especially when viewed at larger sizes or
printed.
○ Image Size: Higher resolution allows for larger prints without
compromising quality
○ Digital Zooming: Higher resolution offers more flexibility for digital zooming without
significant loss of detail.

Pixel Depth (Color Depth):


● Definition: Pixel depth, also known as color depth, determines the number of
colors that can be represented by each pixel. It's measured in bits per pixel (bpp).
● Impact on Quality:
○ Color Accuracy: Higher pixel depth allows for a wider range of colors,
resulting in more accurate and vibrant colors.
○ Image Detail: Higher pixel depth can also contribute to finer details a
smoother gradients in images.
○ File Size: Higher pixel depth typically results in larger file sizes, as more
information is stored for each pixel.

Additional Factors Affecting Image Quality:

While resolution and pixel depth are crucial, other factors also play a significant role in
image quality:
● Sensor Size: Larger sensors can capture more light, leading to better low-light
performance and dynamic range.
● Lens Quality: A high-quality lens can significantly improve image sharpness
contrast, and color accuracy.
● Image Processing: Proper image processing techniques, such as noise reduction
and sharpening, can enhance image quality.
● File Format: The choice of file format (e.g., JPEG, RAW) can affect image quality
with RAW formats offering more flexibility for post-processing
By understanding the interplay of these factors, you can make informed decisions when
capturing and processing images to achieve the desired level of quality.

Methods of capturing : Scanner


Methods of Capturing with a Scanner
A scanner is a device that captures images of physical documents or
objects and converts them into digital formats like JPEG, PNG, or PDF.
Here are the common methods of capturing with a scanner:
1. Flatbed Scanner:
● How it works: The document is placed face down on a glass
platen, and a light source scans the document, converting it into a
digital image.
● Best for: Scanning books, magazines, photographs, and other flat items.

2. Sheet-fed Scanner:
● How it works: Documents are fed into the scanner one at a time,
and a series of rollers transport the document through the
scanning mechanism.
● Best for: Scanning large volumes of single-page documents, such
as invoices or receipts.
3. Drum Scanner:
● How it works: A high-resolution drum rotates, and the document
is pressed against the drum's surface. A light source scans the
document, capturing a high-quality image.
● Best for: Professional-grade scanning of high-resolution images,
such as artwork or photographs.

Additional Considerations:
● Resolution: The higher the resolution, the sharper the scanned
image.
● Color Depth: The number of colors a scanner can reproduce,
measured in bits per pixel (bpp).
● Scan Speed: The speed at which the scanner can process
documents.
● Connectivity: Scanners can be connected to computers via USB,
FireWire, or network interfaces.
By understanding these methods and factors, you can choose the right
scanner for your specific needs and achieve optimal scanning results

Methods of capturing : Digital Camera


To take a picture with a digital camera, follow these steps:
1. Frame your shot: Use the viewfinder or LCD screen to compose your image.
2. Focus: Use autofocus or manually adjust the focus ring.
3. Set exposure: Adjust shutter speed, aperture, and ISO for desired lighting.
4. White balance: Set it manually or use auto white balance.
5. Capture: Press the shutter button halfway to focus, then fully to take the picture.

Image compression: Lossy and Non Lossy image file format


Image compression is a technique used to reduce the size of image files.
This is essential for efficient storage and transmission of digital images.
There are two primary methods of image compression: lossy and lossless.

Lossy Compression
● How it works: Lossy compression permanently removes some of
the original image data to significantly reduce file size. It exploits
the limitations of the human visual system, focusing on areas that
are less noticeable to the human eye.
● Advantages:
○ Smaller file size: Significantly reduces file size, making it ideal for web and mobile
applications.
○ Faster transmission: Smaller files transmit faster over networks.
● Disadvantages:
○ Quality loss: Some image quality is sacrificed during the
compression process.
○ Irreversible: Once compressed, the original data cannot be
fully recovered.
● Common file formats
○ JPEG: The most widely used lossy format, especially for
photographs.
○ WebP: A modern format that offers better compression than
JPEG, especially for web images.

Lossless Compression
● How it works: Lossless compression reduces file size by finding
patterns in the data and encoding them more efficiently. It does
not remove any data, so the original image can be perfectly
reconstructed after decompression.

● Advantages:
○ Preserves original quality: Maintains the image's original
quality without any loss.
○ Reversible: The original image can be fully recovered after
decompression.

● Disadvantages:
○ Larger file size: Typically results in larger file sizes compared
to lossy compression.
○ Slower compression and decompression: The process can
be slower than lossy compression.
● Common file formats
○ PNG: A widely used lossless format, especially for images
with transparency or sharp edges.
○ GIF: An older format, often used for simple animations and
images with limited colors.
○ TIFF: A versatile format that supports both lossy and lossless
compression.

What is a Digital Darkroom?


A digital darkroom is a software-based environment that lets
photographers and photo enthusiasts edit and enhance their digital
images. It's the modern equivalent of the traditional chemical darkroom
used in film photography.

Key Components:
● Hardware:
○ A powerful computer with a good processor and ample
RAM.
○ A high-resolution monitor with accurate color
representation.
○ A graphics tablet (optional, but highly recommended for
precise editing).
● Software:
○ Photo Editing Software: Adobe Photoshop, Affinity Photo, GIMP, Capture One are some
popular choices.
○ Raw File Processors: Adobe Lightroom Classic, Capture One, DxO PhotoLab are used to
develop RAW image files.
Module 7: Animation
Animation is a technique that creates the illusion of movement by displaying a
series of still images in quick succession.
Each image, called a frame, is slightly different from the previous one, and when
viewed rapidly, the brain perceives the changes as smooth motion. This effect is
known as persistence of vision.

Types of Animation:
There are various techniques used to create animation:
● Traditional Animation: This is the classic hand-drawn animation where
each frame is drawn by hand on paper or celluloid sheets. It's a
time-consuming process but allows for intricate details and expressive
movements.

● Stop-Motion Animation: This involves taking photographs of physical


objects, such as puppets or clay models, and moving them slightly
between each shot. When played back quickly, it creates the illusion of
movement.

● Computer Animation: This uses computer software to create and


manipulate digital images and models. It's a versatile technique that
allows for complex visual effects and realistic simulations.

● Motion Graphics: This focuses on creating visually engaging animations


for titles, logos, and other graphic elements. It often uses abstract shapes
and typography to convey information or create a mood.

Applications of Animation:
Animation is used in various fields and industriess
● Entertainment: Movies, TV shows, video games, and commercials use
animation to captivate audiences and tell stories.
● Education: Animation can be used to explain complex concepts, teach
history, and make learning more engaging.
● Advertising: Animated ads can be more memorable and effective than
traditional commercials.
● Medical: Animation can be used to visualize medical procedures and
educate patients.
● Science: Scientists use animation to simulate complex phenomena and
understand scientific concept.
Tweening is a powerful image manipulation technique used to create smooth
transitions between two keyframes. It involves generating intermediate frames,
or "in-betweens," that gradually morph the starting image into the ending image.
This process is essential for creating animations, morphing images, and
achieving various visual effects.
Key Concepts in Tweening:
● Keyframes: These are the starting and ending points of the animation,
defining the initial and final states of the images.

● In-betweens: These are the intermediate frames generated by the


tweening process, filling the gap between the keyframes and creating the
illusion of smooth motion.
● Tweening Algorithms: These algorithms determine how the in-betweens
are calculated, influencing the smoothness and quality of the animation.

Tools for Tweening:


● Adobe After Effects: A powerful professional tool for creating complex
animations and visual effects.
● Adobe Animate: A specialized tool for creating 2D animations and
interactive content.
● Blender: A versatile 3D creation suite that includes powerful tweening
capabilities.
● Online Tools: Various online tools like Pixlr and PixaMotion offer simpler
tweening options for basic animations.
Applications of Tweening:
● Animation: Creating cartoons, explainer videos, and interactive
experiences.
● Visual Effects: Designing transitions, motion graphics, and special effects
for films and commercials.
● Game Development: Animating characters, objects, and user interfaces.
● Web Design: Creating engaging website animations and interactive
elements.

What is Image Warping?


Image warping is a powerful image processing technique that involves
geometrically transforming an image. This means you can manipulate the
image's shape, size, and perspective. It's like digitally bending, stretching, or
twisting the image to achieve a desired effect.
Common Warping Techniques
1. Affine Transformation:
○ Scaling: Making the image larger or smaller.
○ Rotation: Turning the image around a central point.
○ Translation: Shifting the image horizontally or vertically.
○ Shearing: Slanting the image in one direction

2. Perspective Transformation (Homography):


○ Simulates changes in perspective, like viewing an object from
different angles. This is commonly used for creating panoramic
images or correcting lens distortion.

Non-Linear Warping:
○ More complex transformations that don't follow simple linear
equations. Examples include:
■ Polynomial Warping: Uses polynomials to define the
transformation.
■ Thin-Plate Spline Warping: Creates smooth deformations
based on control points.
■ Free-Form Deformation (FFD): Allows for more flexible and
localized warping.

NonLinear Warping on an image


Applications of Image Warping
● Image Editing:
○ Correcting lens distortion.
○ Creating special effects like reflections or distortions.
○ Changing the aspect ratio of an image.
● Computer Vision:
○ Image registration (aligning images of the same scene taken from
different viewpoints).
○ Object tracking.
○ 3D reconstruction.
● Medical Image Processing:
○ Correcting image distortions caused by scanning equipment.
○ Image segmentation (identifying specific regions of interest).

● Video Editing:
○ Creating morphing effects (transitioning smoothly between images).
○ Adding special effects like lens flares or camera movement

How Warping Works


1. Define the Transformation:
○ Determine the type of warping and the parameters (e.g., rotation
angle, scaling factor, control points).
2. Map Pixels:
○ Calculate the new position for each pixel in the original image based
on the transformation.
3. Resampling:
○ Interpolate pixel values at the new positions, as they may not fall
exactly on existing pixel locations. Common resampling techniques
include nearest neighbor, bilinear, and bicubic interpolation.

Image morphing:
Image morphing is a technique that allows for a smooth transition between two
images, creating a seamless transformation from one to the other. This is
achieved by combining image warping and cross-dissolving techniques.
Key Techniques Involved in Image Morphing:
1. Image Warping:
○ Control Point Selection: Key points or landmarks are identified on
both images that correspond to each other. These points define the
transformation between the images.
○ Warping Function: A mathematical function is used to map each
pixel in one image to its corresponding pixel in the other image
based on the control points. This function can be as simple as linear
interpolation or more complex techniques like thin-plate splines.
○ Image Resampling: The warped image is resampled to ensure
smooth transitions and avoid artifacts.
2. Cross-Dissolving:
○ Pixel Blending: The pixels of the two warped images are blended
together over time, gradually transitioning from one image to the
other.
○ Alpha Blending: This technique uses an alpha value to control the
opacity of each pixel, allowing for smooth blending between the two
images.

Steps Involved in Image Morphing:


1. Identify Corresponding Points: Select key points on both images that
correspond to each other, such as the eyes, nose, and mouth in face
morphing.
2. Warping: Apply the warping function to one or both images to align the
corresponding points.
3. Cross-Dissolving: Gradually blend the warped images together over time
using alpha blending.
4. Frame Generation: Create a sequence of intermediate frames by varying
the alpha value, resulting in a smooth transition between the two images.

Applications of Image Morphing:


● Special Effects in Movies and TV: Creating realistic transformations, aging
effects, and morphing between characters.
● Video Editing: Adding creative effects to videos, such as transitions
between scenes.
● Medical Imaging: Visualizing changes in medical images over time, such
as tumor growth or bone healing.
● Facial Recognition: Creating synthetic faces for training and testing facial
recognition algorithms.
● Art and Design: Generating creative and artistic effects.

Challenges and Considerations:


● Accurate Point Correspondence: Identifying corresponding points
accurately is crucial for successful morphing.
● Warping Function Choice: The choice of warping function can
significantly impact the quality of the morphing result.
● Computational Complexity: Morphing can be computationally intensive,
especially for high-resolution images and complex warping functions.
● Ethical Considerations: Image morphing can be used to create
misleading or harmful content, raising ethical concerns about its use.
By understanding the techniques and challenges involved in image morphing,
you can appreciate the power of this technique and its potential applications in
various fields.

You might also like