SlideShare a Scribd company logo
1 of 20
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

What's hot

Chapter 5 : ANIMATION
Chapter 5 : ANIMATIONChapter 5 : ANIMATION
Chapter 5 : ANIMATIONazira96
 
Adobe Photoshop
Adobe Photoshop Adobe Photoshop
Adobe Photoshop Mujeeb Riaz
 
Chapter 8 : MULTIMEDIA SKILLS
Chapter 8 : MULTIMEDIA SKILLSChapter 8 : MULTIMEDIA SKILLS
Chapter 8 : MULTIMEDIA SKILLSazira96
 
Photoshop Introduction
Photoshop IntroductionPhotoshop Introduction
Photoshop IntroductionZ Hoeben
 
Chapter 6 : VIDEO
Chapter 6 : VIDEOChapter 6 : VIDEO
Chapter 6 : VIDEOazira96
 
Lesson 1 • Introduction to Photoshop
Lesson 1 • Introduction to PhotoshopLesson 1 • Introduction to Photoshop
Lesson 1 • Introduction to PhotoshopMarcio Sargento
 
Introduction to computer graphics
Introduction to computer graphicsIntroduction to computer graphics
Introduction to computer graphicsAmandeep Kaur
 
Chapter 1 - Multimedia Fundamentals
Chapter 1 - Multimedia FundamentalsChapter 1 - Multimedia Fundamentals
Chapter 1 - Multimedia FundamentalsPratik Pradhan
 
Bitmap vs vectors image
Bitmap vs vectors imageBitmap vs vectors image
Bitmap vs vectors image31angel
 
Chapter 4 : SOUND
Chapter 4 : SOUNDChapter 4 : SOUND
Chapter 4 : SOUNDazira96
 
Animation & Animation Techniques
Animation & Animation TechniquesAnimation & Animation Techniques
Animation & Animation TechniquesNarendra Bhavsar
 
Multimedia file formats
Multimedia file formatsMultimedia file formats
Multimedia file formatsShruti Garg
 
Image resolution
Image resolutionImage resolution
Image resolutionAMICC
 

What's hot (20)

Chapter 5 : ANIMATION
Chapter 5 : ANIMATIONChapter 5 : ANIMATION
Chapter 5 : ANIMATION
 
Graphic design major color modes
Graphic design major color modesGraphic design major color modes
Graphic design major color modes
 
Adobe Photoshop
Adobe Photoshop Adobe Photoshop
Adobe Photoshop
 
graphics
graphicsgraphics
graphics
 
Chapter 8 : MULTIMEDIA SKILLS
Chapter 8 : MULTIMEDIA SKILLSChapter 8 : MULTIMEDIA SKILLS
Chapter 8 : MULTIMEDIA SKILLS
 
Raster vs vector
Raster vs vectorRaster vs vector
Raster vs vector
 
multimedia image.ppt
multimedia image.pptmultimedia image.ppt
multimedia image.ppt
 
Photoshop Introduction
Photoshop IntroductionPhotoshop Introduction
Photoshop Introduction
 
Chapter 6 : VIDEO
Chapter 6 : VIDEOChapter 6 : VIDEO
Chapter 6 : VIDEO
 
Lesson 1 • Introduction to Photoshop
Lesson 1 • Introduction to PhotoshopLesson 1 • Introduction to Photoshop
Lesson 1 • Introduction to Photoshop
 
Introduction to computer graphics
Introduction to computer graphicsIntroduction to computer graphics
Introduction to computer graphics
 
Chapter 1 - Multimedia Fundamentals
Chapter 1 - Multimedia FundamentalsChapter 1 - Multimedia Fundamentals
Chapter 1 - Multimedia Fundamentals
 
Bitmap vs vectors image
Bitmap vs vectors imageBitmap vs vectors image
Bitmap vs vectors image
 
Chapter 4 : SOUND
Chapter 4 : SOUNDChapter 4 : SOUND
Chapter 4 : SOUND
 
Adobe Photoshop
Adobe PhotoshopAdobe Photoshop
Adobe Photoshop
 
Animation & Animation Techniques
Animation & Animation TechniquesAnimation & Animation Techniques
Animation & Animation Techniques
 
video
videovideo
video
 
Multimedia file formats
Multimedia file formatsMultimedia file formats
Multimedia file formats
 
Image resolution
Image resolutionImage resolution
Image resolution
 
Types of animation
Types of animationTypes of animation
Types of animation
 

Viewers also liked

Plastic Pollution Presentation By AnkitMishra
Plastic Pollution Presentation By AnkitMishraPlastic Pollution Presentation By AnkitMishra
Plastic Pollution Presentation By AnkitMishraAnkit Mishra
 
Multimedia data and file format
Multimedia data and file formatMultimedia data and file format
Multimedia data and file formatNiketa Jain
 
Plastics Disadvantages & Recycling
Plastics Disadvantages & RecyclingPlastics Disadvantages & Recycling
Plastics Disadvantages & RecyclingPankaj Baid
 
Plastic pollution ppt
Plastic pollution pptPlastic pollution ppt
Plastic pollution pptNishant
 
Prepress and File Formats: Preparing Images for Print
Prepress and File Formats: Preparing Images for PrintPrepress and File Formats: Preparing Images for Print
Prepress and File Formats: Preparing Images for PrintJennifer Janviere
 
Advantages, disadvantages & application of plastics
Advantages, disadvantages & application of plasticsAdvantages, disadvantages & application of plastics
Advantages, disadvantages & application of plasticsPusan National University
 
File formats and its types
File formats and its typesFile formats and its types
File formats and its typesAnu Garg
 
Plastic waste management
Plastic waste managementPlastic waste management
Plastic waste managementakashyen
 
Digital Graphics- File Formats
Digital Graphics- File FormatsDigital Graphics- File Formats
Digital Graphics- File Formatskatyfleetham
 
Advantages and disadvantages of plastic
Advantages and disadvantages of plasticAdvantages and disadvantages of plastic
Advantages and disadvantages of plasticSri Ram
 
Top Rumors About Apple March 21 Big Event
Top Rumors About Apple March 21 Big EventTop Rumors About Apple March 21 Big Event
Top Rumors About Apple March 21 Big EventChromeInfo Technologies
 

Viewers also liked (18)

Plastic Pollution Presentation By AnkitMishra
Plastic Pollution Presentation By AnkitMishraPlastic Pollution Presentation By AnkitMishra
Plastic Pollution Presentation By AnkitMishra
 
Multimedia data and file format
Multimedia data and file formatMultimedia data and file format
Multimedia data and file format
 
Plastics Disadvantages & Recycling
Plastics Disadvantages & RecyclingPlastics Disadvantages & Recycling
Plastics Disadvantages & Recycling
 
Plastic pollution ppt
Plastic pollution pptPlastic pollution ppt
Plastic pollution ppt
 
File Formats
File FormatsFile Formats
File Formats
 
Multimedia formats
Multimedia formatsMultimedia formats
Multimedia formats
 
Prepress and File Formats: Preparing Images for Print
Prepress and File Formats: Preparing Images for PrintPrepress and File Formats: Preparing Images for Print
Prepress and File Formats: Preparing Images for Print
 
Advantages, disadvantages & application of plastics
Advantages, disadvantages & application of plasticsAdvantages, disadvantages & application of plastics
Advantages, disadvantages & application of plastics
 
Plastics
PlasticsPlastics
Plastics
 
File formats and its types
File formats and its typesFile formats and its types
File formats and its types
 
Plastic impacts on the natural Environment
Plastic impacts on the natural EnvironmentPlastic impacts on the natural Environment
Plastic impacts on the natural Environment
 
Plastic waste management
Plastic waste managementPlastic waste management
Plastic waste management
 
Plastic Slideshow
Plastic SlideshowPlastic Slideshow
Plastic Slideshow
 
Plastics .ppt
Plastics .pptPlastics .ppt
Plastics .ppt
 
Digital Graphics- File Formats
Digital Graphics- File FormatsDigital Graphics- File Formats
Digital Graphics- File Formats
 
Lesson 6 - Image File Formats
Lesson 6 - Image File FormatsLesson 6 - Image File Formats
Lesson 6 - Image File Formats
 
Advantages and disadvantages of plastic
Advantages and disadvantages of plasticAdvantages and disadvantages of plastic
Advantages and disadvantages of plastic
 
Top Rumors About Apple March 21 Big Event
Top Rumors About Apple March 21 Big EventTop Rumors About Apple March 21 Big Event
Top Rumors About Apple March 21 Big Event
 

Similar to Basic Introduction To Graphic File Formats

Similar to Basic Introduction To Graphic File Formats (20)

Basic graphic bi_
Basic graphic bi_Basic graphic bi_
Basic graphic bi_
 
5031
50315031
5031
 
Fundamentals Image and Graphics
Fundamentals Image and GraphicsFundamentals Image and Graphics
Fundamentals Image and Graphics
 
Graphics
GraphicsGraphics
Graphics
 
Ch6
Ch6Ch6
Ch6
 
Ch06
Ch06Ch06
Ch06
 
Chap9 10
Chap9 10Chap9 10
Chap9 10
 
Bmsc1103
Bmsc1103Bmsc1103
Bmsc1103
 
Multimedia
MultimediaMultimedia
Multimedia
 
Lecture 2-2023.pdf
Lecture 2-2023.pdfLecture 2-2023.pdf
Lecture 2-2023.pdf
 
Lecture 2-2023.pdf
Lecture 2-2023.pdfLecture 2-2023.pdf
Lecture 2-2023.pdf
 
Scct2013 topic 3_graphics
Scct2013 topic 3_graphicsScct2013 topic 3_graphics
Scct2013 topic 3_graphics
 
L3 cmp technicalfile_180911
L3 cmp technicalfile_180911L3 cmp technicalfile_180911
L3 cmp technicalfile_180911
 
Stem 71 24 multimedia elements - graphics
Stem 71 24   multimedia elements - graphicsStem 71 24   multimedia elements - graphics
Stem 71 24 multimedia elements - graphics
 
Dip
DipDip
Dip
 
Lecture5 graphics
Lecture5   graphicsLecture5   graphics
Lecture5 graphics
 
Chap30
Chap30Chap30
Chap30
 
Technical glossary
Technical glossaryTechnical glossary
Technical glossary
 
TID Chapter 7 Graphic Design
TID Chapter 7 Graphic DesignTID Chapter 7 Graphic Design
TID Chapter 7 Graphic Design
 
Digital Images
Digital ImagesDigital Images
Digital Images
 

Recently uploaded

Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxDenish Jangid
 
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...Pooja Bhuva
 
REMIFENTANIL: An Ultra short acting opioid.pptx
REMIFENTANIL: An Ultra short acting opioid.pptxREMIFENTANIL: An Ultra short acting opioid.pptx
REMIFENTANIL: An Ultra short acting opioid.pptxDr. Ravikiran H M Gowda
 
Single or Multiple melodic lines structure
Single or Multiple melodic lines structureSingle or Multiple melodic lines structure
Single or Multiple melodic lines structuredhanjurrannsibayan2
 
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...Nguyen Thanh Tu Collection
 
Jamworks pilot and AI at Jisc (20/03/2024)
Jamworks pilot and AI at Jisc (20/03/2024)Jamworks pilot and AI at Jisc (20/03/2024)
Jamworks pilot and AI at Jisc (20/03/2024)Jisc
 
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptxHMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptxmarlenawright1
 
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdfUGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdfNirmal Dwivedi
 
Fostering Friendships - Enhancing Social Bonds in the Classroom
Fostering Friendships - Enhancing Social Bonds  in the ClassroomFostering Friendships - Enhancing Social Bonds  in the Classroom
Fostering Friendships - Enhancing Social Bonds in the ClassroomPooky Knightsmith
 
Understanding Accommodations and Modifications
Understanding  Accommodations and ModificationsUnderstanding  Accommodations and Modifications
Understanding Accommodations and ModificationsMJDuyan
 
ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxAreebaZafar22
 
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...Pooja Bhuva
 
How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17Celine George
 
ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.MaryamAhmad92
 
On National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan FellowsOn National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan FellowsMebane Rash
 
Salient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functionsSalient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functionsKarakKing
 
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptxMaritesTamaniVerdade
 
Python Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxPython Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxRamakrishna Reddy Bijjam
 
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdf
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdfUnit 3 Emotional Intelligence and Spiritual Intelligence.pdf
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdfDr Vijay Vishwakarma
 
This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.christianmathematics
 

Recently uploaded (20)

Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
 
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
 
REMIFENTANIL: An Ultra short acting opioid.pptx
REMIFENTANIL: An Ultra short acting opioid.pptxREMIFENTANIL: An Ultra short acting opioid.pptx
REMIFENTANIL: An Ultra short acting opioid.pptx
 
Single or Multiple melodic lines structure
Single or Multiple melodic lines structureSingle or Multiple melodic lines structure
Single or Multiple melodic lines structure
 
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
 
Jamworks pilot and AI at Jisc (20/03/2024)
Jamworks pilot and AI at Jisc (20/03/2024)Jamworks pilot and AI at Jisc (20/03/2024)
Jamworks pilot and AI at Jisc (20/03/2024)
 
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptxHMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
 
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdfUGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
 
Fostering Friendships - Enhancing Social Bonds in the Classroom
Fostering Friendships - Enhancing Social Bonds  in the ClassroomFostering Friendships - Enhancing Social Bonds  in the Classroom
Fostering Friendships - Enhancing Social Bonds in the Classroom
 
Understanding Accommodations and Modifications
Understanding  Accommodations and ModificationsUnderstanding  Accommodations and Modifications
Understanding Accommodations and Modifications
 
ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptx
 
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
 
How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17
 
ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.
 
On National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan FellowsOn National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan Fellows
 
Salient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functionsSalient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functions
 
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
 
Python Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxPython Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docx
 
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdf
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdfUnit 3 Emotional Intelligence and Spiritual Intelligence.pdf
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdf
 
This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.
 

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.