SlideShare uma empresa Scribd logo
1 de 20
Baixar para ler offline
Basic Graphic
Assoc. Prof. Dr. Wan Ahmad Jaafar Wan Yahaya
1Thanks: Ankit 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.

Mais conteúdo relacionado

Semelhante a Basic Graphic Formats Bitmap vs Vector

Scct2013 topic 3_graphics
Scct2013 topic 3_graphicsScct2013 topic 3_graphics
Scct2013 topic 3_graphicsAnies Syahieda
 
L3 cmp technicalfile_180911
L3 cmp technicalfile_180911L3 cmp technicalfile_180911
L3 cmp technicalfile_180911mapuk7
 
YCIS_Forensic PArt 1 Digital Image Processing.pptx
YCIS_Forensic PArt 1 Digital Image Processing.pptxYCIS_Forensic PArt 1 Digital Image Processing.pptx
YCIS_Forensic PArt 1 Digital Image Processing.pptxSharmilaMore5
 
Lecture5 graphics
Lecture5   graphicsLecture5   graphics
Lecture5 graphicsMr SMAK
 
Lecture 2-2023.pdf
Lecture 2-2023.pdfLecture 2-2023.pdf
Lecture 2-2023.pdfssuserff72e4
 
Lecture 2-2023.pdf
Lecture 2-2023.pdfLecture 2-2023.pdf
Lecture 2-2023.pdfssuserff72e4
 
Stem 71 24 multimedia elements - graphics
Stem 71 24   multimedia elements - graphicsStem 71 24   multimedia elements - graphics
Stem 71 24 multimedia elements - graphicsKelly Bauer
 
Multimedia digital images
 Multimedia  digital images Multimedia  digital images
Multimedia digital imagesMohammad Dwikat
 
Raster Vs. Vector Presentation1
Raster Vs. Vector Presentation1Raster Vs. Vector Presentation1
Raster Vs. Vector Presentation1cdoeberl
 
Technical glossary
Technical glossaryTechnical glossary
Technical glossaryhalo4robo
 

Semelhante a Basic Graphic Formats Bitmap vs Vector (20)

Graphics
GraphicsGraphics
Graphics
 
Ch6
Ch6Ch6
Ch6
 
Ch06
Ch06Ch06
Ch06
 
Scct2013 topic 3_graphics
Scct2013 topic 3_graphicsScct2013 topic 3_graphics
Scct2013 topic 3_graphics
 
Multimedia
MultimediaMultimedia
Multimedia
 
Chap9 10
Chap9 10Chap9 10
Chap9 10
 
graphics
graphicsgraphics
graphics
 
Bmsc1103
Bmsc1103Bmsc1103
Bmsc1103
 
L3 cmp technicalfile_180911
L3 cmp technicalfile_180911L3 cmp technicalfile_180911
L3 cmp technicalfile_180911
 
YCIS_Forensic PArt 1 Digital Image Processing.pptx
YCIS_Forensic PArt 1 Digital Image Processing.pptxYCIS_Forensic PArt 1 Digital Image Processing.pptx
YCIS_Forensic PArt 1 Digital Image Processing.pptx
 
L3 cmp technicalfile_
L3 cmp technicalfile_L3 cmp technicalfile_
L3 cmp technicalfile_
 
Lecture5 graphics
Lecture5   graphicsLecture5   graphics
Lecture5 graphics
 
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
 
Stem 71 24 multimedia elements - graphics
Stem 71 24   multimedia elements - graphicsStem 71 24   multimedia elements - graphics
Stem 71 24 multimedia elements - graphics
 
Multimedia digital images
 Multimedia  digital images Multimedia  digital images
Multimedia digital images
 
Raster Vs. Vector Presentation1
Raster Vs. Vector Presentation1Raster Vs. Vector Presentation1
Raster Vs. Vector Presentation1
 
Ha1 technical file
Ha1  technical fileHa1  technical file
Ha1 technical file
 
Technical File
Technical FileTechnical File
Technical File
 
Technical glossary
Technical glossaryTechnical glossary
Technical glossary
 

Último

Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsJoaquim Jorge
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfsudhanshuwaghmare1
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUK Journal
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processorsdebabhi2
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEarley Information Science
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?Igalia
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024The Digital Insurer
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024Results
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Servicegiselly40
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CVKhem
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slidespraypatel2
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Igalia
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘RTylerCroy
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Miguel Araújo
 

Último (20)

Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CV
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 

Basic Graphic Formats Bitmap vs Vector

  • 1. Basic Graphic Assoc. Prof. Dr. Wan Ahmad Jaafar Wan Yahaya 1Thanks: Ankit 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.