SlideShare a Scribd company logo
3
Most read
5
Most read
13
Most read
Graphic File
Formats
Basic Introduction
10/4/2015 1Ankit Mishra|CS1
Fb.com/djankit007
Topics To Be Covered
10/4/2015 2Ankit Mishra|CS1
Introduction
Multimedia File Formats
Graphic File Formats
Bitmap Image
Vector Image
Comparision
Conclusion
Introduction
10/4/2015 3Ankit Mishra|CS1
Multimedia data and information are
stored in a file using certain formats
specific to the type of multimedia
content.
File
•Digital storage
of data.
Format
•The way
content (data) is
stored.
Multimedia File Formats
10/4/2015 4Ankit Mishra|CS1
A typical multimedia file may contain a specific or
a wide range of data such as
graphic,video,animation,MIDI information,fonts
etc.
MULTIMEDIA
FORMATS
Video
AnimationGraphic
Audio
Graphic File Formats
10/4/2015 5Ankit Mishra|CS1
Graphic file formats are standardized means
of organizing and storing digital images.
.bmp
.gif
.jpeg
.png
Bitmap
.pdf
.svg
.cgm
.eps
Vector
Image Resolution
10/4/2015 6Ankit Mishra|CS1
Resolution refers to the total number of pixels in an image.
For example: An image that is 1920*1080 (1920 pixels
wide and 1080 pixels high contains 1920*1080 =
2073600 pixels (or 2.1 Megapixels).
Bitmap Image
10/4/2015 7Ankit Mishra|CS1
Bitmap (or raster) images are stored as a
series/grid of tiny dots called pixels.
Pixels are blocks representing smallest unit of information arranged in a
2-D grid. Bit depth of a pixel represents the relative amount of colour
information present in it.
Bitmap Image Format
10/4/2015 8Ankit Mishra|CS1
The density of the dots, known as the resolution,
determines how sharply the image is represented. In
typical bitmaps, image pixels are generally stored with
a color depth of 1, 4, 8, 16, 24, 32, 48, or 64 bits per
pixel.
Bitmap images are resolution dependant. On resizing a
bitmap image, quality gets sacrificed.
Representing Images In Bitmap
10/4/2015 9Ankit Mishra|CS1
 Images need to be converted into binary in order for a computer to
process them so that they can be seen on our screen.
 Digital images are made up of pixels where each pixel in an image is
made up of binary numbers. For example: 1 bit per pixel (0 or 1) gives
two possible colors to represent an image.
If 1 is black
and 0 is
white then
a simple
B&W
picture can
be created
using
binary.
Representing Images In Bitmap
10/4/2015 10Ankit Mishra|CS1
We can get more possible colors by using more bits per pixel.
 1 bit per pixel (0 or 1): 2 possible colours
 2 bits per pixel (00 - 11): 4 possible colours
 3 bits per pixel (000 - 111): 8 possible colours
 4 bits per pixel (0000 - 1111): 16 possible colours
 8 bits per pixel : 256 possible colours
 16 bits per pixel : 65k possible colours
 24 bits per pixel : 16 Million possible colours
 32 bits per pixel : 4 Billion possible colours
Size of an image = (Rows) X (Columns) X (Bits per pixel(bpp))
Representing Images In Bitmap
10/4/2015 11Ankit Mishra|CS1
RGB color scheme is a method of mixing (R)ed, (G)reen and (B)lue light
in order to produce almost any imaginable color.
Here, a pixel stores 8
bits of information
(color) for each
Red(R),Green(G) &
Blue(B) which has
integer values from
0 to 255. This makes
256*256*256=16
million possible
colors.
RGB Color code: (127,127,203)
Representing Grayscale Image
10/4/2015 12Ankit Mishra|CS1
Grayscale image has number of shades of gray per pixel.
Where shades of gray are the levels of color between Black (0)
and White(1).
An 8 bit grayscale image contains 2^8=256 levels.
This 8 bit grayscale image has 1024
rows and 1024 columns hence,
Size = 1024 * 1024 * 8 = 8388608 bits
or 1 Mb.
Common Bitmap Image Formats
10/4/2015 13Ankit Mishra|CS1
Scanned images and images taken from digital camera are
all bitmap.
.gif
Graphics
Interchange
Format
Web graphics,
buttons, chart,
icons.
.jpg
Joint
Photographic
Expert Group
Web images
.tiff
Tagged Image
File Format
High Quality
Photographs
Vector Image Format
10/4/2015 14Ankit Mishra|CS1
Unlike bitmap, vector graphics are not made up of a grid of pixels.
Instead, vector graphics are made up of mathematical equations,
series of draw instruction comprised of paths, which are defined by a
start and end point, angles, lines, squares, triangles, or curve shapes
etc. These shapes are called objects and each object has some
attributes (colour,fill,outline,shadow etc)
Vector graphics are resolution independant. Resizing a
vector image won’t effect its sharpness or crispness.
Vector Image Format
10/4/2015 15Ankit Mishra|CS1
Vector graphic also includes metafiles, which are graphics
that contains both bitmap (raster) and vector data. Objects
are bitmap but attributes are vector.
Some common vector metafile formats are: .CGM (Computer Graphic Metafile),
.EMF (Enhanced Metafile Format), .WML (Windows Metafile)
Common Vector Image Formats
10/4/2015 16Ankit Mishra|CS1
Vector images can be zoomed or scaled at any ratio thus, can be used for
designing logos or magazines. They can’t be used for generating photo-realistic
imagery.
.cdr
CorelDRAW
vector graphics
Vector
illustrations, page
layout, brouchures
.swf
ShockWave Flash
web-based video
games
.ai
Adobe Illustrator
Layers, vectors,
effects etc
Bitmap (Raster) vs Vector
10/4/2015 17Ankit Mishra|CS1
Vector
Bitmap
Bitmap (Raster) vs Vector
10/4/2015 18Ankit Mishra|CS1
Bitmap (Raster) vs Vector
10/4/2015 19Ankit Mishra|CS1
Bitmap ImageVector Image
Conclusion
10/4/2015 20Ankit Mishra|CS1
• The choice to use bitmap or vector depends on the
design itself.
• If it's going to have photographic elements with
continuous tones and blends of color, one should use
bitmap editing programs like Photoshop.
• And if considering final design to look like an illustration
with clear contrasts between objects & shapes, then use
a vector program like adobe illustrator.

More Related Content

PPTX
Image file formats
PPTX
graphics
PPT
Raster graphics
PPT
multimedia image.ppt
PPTX
Computer File Format/Extension
PPTX
File extensions
PDF
Bitmap and Vector Images: Make Sure You Know the Differences
PPS
Image file formats
Image file formats
graphics
Raster graphics
multimedia image.ppt
Computer File Format/Extension
File extensions
Bitmap and Vector Images: Make Sure You Know the Differences
Image file formats

What's hot (20)

PPT
Image Files Formats
PPT
PDF
multimedia making it work by Tay Vaughan Chapter1
PPT
Chapter 5 : ANIMATION
PPT
Chapter 3 : IMAGE
PPT
PPT
Chapter 6 : VIDEO
PPT
Chapter 4 : SOUND
PPTX
Multimedia System & Design Ch 1, 2, 3 Multimedia
PPTX
Multimedia_image recognition steps
PPT
Chapter 2 : TEXT
PPTX
PPT
Vector graphics
PPT
Chapter 3 data representations
PPT
Multimedia tools(images)
PPTX
Multimedia chapter 5
PDF
Chapter 9 -Multimedia on The Internet
PPT
Chapter 7 : MAKING MULTIMEDIA
PPTX
Multimedia chapter 4
PPT
Screen and image resolution
Image Files Formats
multimedia making it work by Tay Vaughan Chapter1
Chapter 5 : ANIMATION
Chapter 3 : IMAGE
Chapter 6 : VIDEO
Chapter 4 : SOUND
Multimedia System & Design Ch 1, 2, 3 Multimedia
Multimedia_image recognition steps
Chapter 2 : TEXT
Vector graphics
Chapter 3 data representations
Multimedia tools(images)
Multimedia chapter 5
Chapter 9 -Multimedia on The Internet
Chapter 7 : MAKING MULTIMEDIA
Multimedia chapter 4
Screen and image resolution
Ad

Viewers also liked (18)

PPTX
Plastic Pollution Presentation By AnkitMishra
PPTX
Multimedia data and file format
PPTX
Plastics Disadvantages & Recycling
PPT
Plastic pollution ppt
PPTX
File Formats
PPT
Multimedia formats
PDF
Prepress and File Formats: Preparing Images for Print
PPTX
Advantages, disadvantages & application of plastics
PPTX
Plastics
PPTX
File formats and its types
PPTX
Plastic impacts on the natural Environment
PPTX
Plastic waste management
PPT
Plastic Slideshow
PPTX
Plastics .ppt
PPTX
Digital Graphics- File Formats
PPTX
DOC
Advantages and disadvantages of plastic
PDF
Top Rumors About Apple March 21 Big Event
Plastic Pollution Presentation By AnkitMishra
Multimedia data and file format
Plastics Disadvantages & Recycling
Plastic pollution ppt
File Formats
Multimedia formats
Prepress and File Formats: Preparing Images for Print
Advantages, disadvantages & application of plastics
Plastics
File formats and its types
Plastic impacts on the natural Environment
Plastic waste management
Plastic Slideshow
Plastics .ppt
Digital Graphics- File Formats
Advantages and disadvantages of plastic
Top Rumors About Apple March 21 Big Event
Ad

Similar to Basic Introduction To Graphic File Formats (20)

PDF
Basic graphic bi_
PPT
Imagefileformats for software engineers.ppt
PDF
Chapter 3 (1).pdf Computer Mantainance and Tecknical support Chapter 3 Latest...
PPTX
Multimedia tools and representation part 4.pptx
PPTX
Stem 71 24 multimedia elements - graphics
PDF
Graphic Concepts
PDF
Computer Graphics - Graphics File Formats.pdf
PPT
Graphics and imagea
PPTX
Bitmap vs vectors image
DOCX
Pixel and resolution
PDF
Lecture 2-2023.pdf
PDF
Lecture 2-2023.pdf
PPT
Presentation1
PPT
Presentation1
PPTX
Graphics
PPTX
CG presentation image file formats and its types
PPTX
Cg introduction
PPT
TID Chapter 7 Graphic Design
PPT
Lecture5 graphics
PPTX
Basic graphic bi_
Imagefileformats for software engineers.ppt
Chapter 3 (1).pdf Computer Mantainance and Tecknical support Chapter 3 Latest...
Multimedia tools and representation part 4.pptx
Stem 71 24 multimedia elements - graphics
Graphic Concepts
Computer Graphics - Graphics File Formats.pdf
Graphics and imagea
Bitmap vs vectors image
Pixel and resolution
Lecture 2-2023.pdf
Lecture 2-2023.pdf
Presentation1
Presentation1
Graphics
CG presentation image file formats and its types
Cg introduction
TID Chapter 7 Graphic Design
Lecture5 graphics

Recently uploaded (20)

PDF
Chinmaya Tiranga quiz Grand Finale.pdf
PDF
Anesthesia in Laparoscopic Surgery in India
PDF
A systematic review of self-coping strategies used by university students to ...
PPTX
Cell Structure & Organelles in detailed.
PDF
Classroom Observation Tools for Teachers
PDF
Yogi Goddess Pres Conference Studio Updates
PDF
LNK 2025 (2).pdf MWEHEHEHEHEHEHEHEHEHEHE
PPTX
Microbial diseases, their pathogenesis and prophylaxis
PDF
grade 11-chemistry_fetena_net_5883.pdf teacher guide for all student
PPTX
Final Presentation General Medicine 03-08-2024.pptx
PDF
Paper A Mock Exam 9_ Attempt review.pdf.
PPTX
UV-Visible spectroscopy..pptx UV-Visible Spectroscopy – Electronic Transition...
PPTX
Lesson notes of climatology university.
PPTX
Cell Types and Its function , kingdom of life
PDF
GENETICS IN BIOLOGY IN SECONDARY LEVEL FORM 3
PPTX
PPT- ENG7_QUARTER1_LESSON1_WEEK1. IMAGERY -DESCRIPTIONS pptx.pptx
PDF
Microbial disease of the cardiovascular and lymphatic systems
PPTX
History, Philosophy and sociology of education (1).pptx
PDF
Chapter 2 Heredity, Prenatal Development, and Birth.pdf
PDF
Module 4: Burden of Disease Tutorial Slides S2 2025
Chinmaya Tiranga quiz Grand Finale.pdf
Anesthesia in Laparoscopic Surgery in India
A systematic review of self-coping strategies used by university students to ...
Cell Structure & Organelles in detailed.
Classroom Observation Tools for Teachers
Yogi Goddess Pres Conference Studio Updates
LNK 2025 (2).pdf MWEHEHEHEHEHEHEHEHEHEHE
Microbial diseases, their pathogenesis and prophylaxis
grade 11-chemistry_fetena_net_5883.pdf teacher guide for all student
Final Presentation General Medicine 03-08-2024.pptx
Paper A Mock Exam 9_ Attempt review.pdf.
UV-Visible spectroscopy..pptx UV-Visible Spectroscopy – Electronic Transition...
Lesson notes of climatology university.
Cell Types and Its function , kingdom of life
GENETICS IN BIOLOGY IN SECONDARY LEVEL FORM 3
PPT- ENG7_QUARTER1_LESSON1_WEEK1. IMAGERY -DESCRIPTIONS pptx.pptx
Microbial disease of the cardiovascular and lymphatic systems
History, Philosophy and sociology of education (1).pptx
Chapter 2 Heredity, Prenatal Development, and Birth.pdf
Module 4: Burden of Disease Tutorial Slides S2 2025

Basic Introduction To Graphic File Formats

  • 1. Graphic File Formats Basic Introduction 10/4/2015 1Ankit Mishra|CS1 Fb.com/djankit007
  • 2. Topics To Be Covered 10/4/2015 2Ankit Mishra|CS1 Introduction Multimedia File Formats Graphic File Formats Bitmap Image Vector Image Comparision Conclusion
  • 3. Introduction 10/4/2015 3Ankit Mishra|CS1 Multimedia data and information are stored in a file using certain formats specific to the type of multimedia content. File •Digital storage of data. Format •The way content (data) is stored.
  • 4. Multimedia File Formats 10/4/2015 4Ankit Mishra|CS1 A typical multimedia file may contain a specific or a wide range of data such as graphic,video,animation,MIDI information,fonts etc. MULTIMEDIA FORMATS Video AnimationGraphic Audio
  • 5. Graphic File Formats 10/4/2015 5Ankit Mishra|CS1 Graphic file formats are standardized means of organizing and storing digital images. .bmp .gif .jpeg .png Bitmap .pdf .svg .cgm .eps Vector
  • 6. Image Resolution 10/4/2015 6Ankit Mishra|CS1 Resolution refers to the total number of pixels in an image. For example: An image that is 1920*1080 (1920 pixels wide and 1080 pixels high contains 1920*1080 = 2073600 pixels (or 2.1 Megapixels).
  • 7. Bitmap Image 10/4/2015 7Ankit Mishra|CS1 Bitmap (or raster) images are stored as a series/grid of tiny dots called pixels. Pixels are blocks representing smallest unit of information arranged in a 2-D grid. Bit depth of a pixel represents the relative amount of colour information present in it.
  • 8. Bitmap Image Format 10/4/2015 8Ankit Mishra|CS1 The density of the dots, known as the resolution, determines how sharply the image is represented. In typical bitmaps, image pixels are generally stored with a color depth of 1, 4, 8, 16, 24, 32, 48, or 64 bits per pixel. Bitmap images are resolution dependant. On resizing a bitmap image, quality gets sacrificed.
  • 9. Representing Images In Bitmap 10/4/2015 9Ankit Mishra|CS1  Images need to be converted into binary in order for a computer to process them so that they can be seen on our screen.  Digital images are made up of pixels where each pixel in an image is made up of binary numbers. For example: 1 bit per pixel (0 or 1) gives two possible colors to represent an image. If 1 is black and 0 is white then a simple B&W picture can be created using binary.
  • 10. Representing Images In Bitmap 10/4/2015 10Ankit Mishra|CS1 We can get more possible colors by using more bits per pixel.  1 bit per pixel (0 or 1): 2 possible colours  2 bits per pixel (00 - 11): 4 possible colours  3 bits per pixel (000 - 111): 8 possible colours  4 bits per pixel (0000 - 1111): 16 possible colours  8 bits per pixel : 256 possible colours  16 bits per pixel : 65k possible colours  24 bits per pixel : 16 Million possible colours  32 bits per pixel : 4 Billion possible colours Size of an image = (Rows) X (Columns) X (Bits per pixel(bpp))
  • 11. Representing Images In Bitmap 10/4/2015 11Ankit Mishra|CS1 RGB color scheme is a method of mixing (R)ed, (G)reen and (B)lue light in order to produce almost any imaginable color. Here, a pixel stores 8 bits of information (color) for each Red(R),Green(G) & Blue(B) which has integer values from 0 to 255. This makes 256*256*256=16 million possible colors. RGB Color code: (127,127,203)
  • 12. Representing Grayscale Image 10/4/2015 12Ankit Mishra|CS1 Grayscale image has number of shades of gray per pixel. Where shades of gray are the levels of color between Black (0) and White(1). An 8 bit grayscale image contains 2^8=256 levels. This 8 bit grayscale image has 1024 rows and 1024 columns hence, Size = 1024 * 1024 * 8 = 8388608 bits or 1 Mb.
  • 13. Common Bitmap Image Formats 10/4/2015 13Ankit Mishra|CS1 Scanned images and images taken from digital camera are all bitmap. .gif Graphics Interchange Format Web graphics, buttons, chart, icons. .jpg Joint Photographic Expert Group Web images .tiff Tagged Image File Format High Quality Photographs
  • 14. Vector Image Format 10/4/2015 14Ankit Mishra|CS1 Unlike bitmap, vector graphics are not made up of a grid of pixels. Instead, vector graphics are made up of mathematical equations, series of draw instruction comprised of paths, which are defined by a start and end point, angles, lines, squares, triangles, or curve shapes etc. These shapes are called objects and each object has some attributes (colour,fill,outline,shadow etc) Vector graphics are resolution independant. Resizing a vector image won’t effect its sharpness or crispness.
  • 15. Vector Image Format 10/4/2015 15Ankit Mishra|CS1 Vector graphic also includes metafiles, which are graphics that contains both bitmap (raster) and vector data. Objects are bitmap but attributes are vector. Some common vector metafile formats are: .CGM (Computer Graphic Metafile), .EMF (Enhanced Metafile Format), .WML (Windows Metafile)
  • 16. Common Vector Image Formats 10/4/2015 16Ankit Mishra|CS1 Vector images can be zoomed or scaled at any ratio thus, can be used for designing logos or magazines. They can’t be used for generating photo-realistic imagery. .cdr CorelDRAW vector graphics Vector illustrations, page layout, brouchures .swf ShockWave Flash web-based video games .ai Adobe Illustrator Layers, vectors, effects etc
  • 17. Bitmap (Raster) vs Vector 10/4/2015 17Ankit Mishra|CS1 Vector Bitmap
  • 18. Bitmap (Raster) vs Vector 10/4/2015 18Ankit Mishra|CS1
  • 19. Bitmap (Raster) vs Vector 10/4/2015 19Ankit Mishra|CS1 Bitmap ImageVector Image
  • 20. Conclusion 10/4/2015 20Ankit Mishra|CS1 • The choice to use bitmap or vector depends on the design itself. • If it's going to have photographic elements with continuous tones and blends of color, one should use bitmap editing programs like Photoshop. • And if considering final design to look like an illustration with clear contrasts between objects & shapes, then use a vector program like adobe illustrator.