SlideShare una empresa de Scribd logo
1 de 19
 Relationship between image size & resolution for vector
graphics and raster graphics.
In This Chapter, you’ll learn on:
 Define the term vector and raster graphics.
 Compare the differences between raster and
vector graphics in terms of
o - image size
o - Resolution (monitor display and print output)
o - Quality
o - Flexibility
 Identify the various vector and raster graphic
formats.
Define the term vector and raster graphics
There are two types of computer graphics –
raster and vector. The raster graphic is
composed of pixels and vector graphic is
composed of drawing paths.
Vector graphics
 Vector graphics are made up of lines,
curves, circles and shapes etc, defined by
mathematical objects called vectors.
 By following these instructions, the computer
can create the variety of elements needed
to form the shape of all objects in the image.
 Vector graphics are often called object-
oriented graphics.
 These graphics retain their crispness whether
they are resized, moved or have their colour
changed.
 Vector graphics are appropriate for
illustrations, type, and graphics such as logos
that may be scaled to different sizes.
 Compared to raster images only the
formulas are stored. This makes the size of
the file very small. The images don't loose
focus when you zoom, since the lines are re-
rendered.
 A vector image gives a very high quality, it
requires small storage space and is easy to
edit.
 That's why you should always try to save your
vector images in a vector format.
 It is not possible to save photos, scanned
images etc in a vector format.
 Examples of vector images are drawings,
diagrams and illustrations.
 Picture 1 Enlargement of a vector image.
The quality is still good.
 Picture 1 Enlargement of a vector image.
The quality is still good.
 Picture 2 Enlargement of a vector image.
 Raster graphics
 A raster image is made up by small dots, known as pixels
in different colors.
 Each pixel is assigned a specific location and color
value.
 The dots create a pattern which forms an image which
we called a bitmap (this is why raster graphics are also
called bit-mapped graphics). In working with bitmap
images, you edit groups of pixels rather than objects or
shapes.
 Picture 3 Enlargement of a raster image. The quality is
not improved.
 Drawings, photos, images etc, which shall be used
in a document need to be transformed into a
digital format.
 This is done by scanning the image or takes a photo
with a digital camera. The image is then stored as a
raster file, i.e. dot-pattern image.
Differences between raster and vector graphics
 Computer graphics can be created as either raster or
vector images. Raster graphics are bitmaps.
 Raster graphics render images as a collection of
countless tiny squares. Each square, or pixel, is coded
in a specific hue or shade.
 Raster graphics are best used for non-line art images;
specifically digitized photographs, scanned artwork or
detailed graphics.
 Non-line art images are best represented in raster form
because these typically include subtle chromatic
gradations, undefined lines and shapes, and complex
composition.
Differences between raster and vector graphics
 because raster images are pixel-based, they suffer
image degradation.
 Just like photographic images that get blurry and
imprecise when blown up, a raster image gets
jagged and rough. Although raster images can be
scaled down more easily, smaller versions often
appear less crisp or "softer" than the original.
Differences between raster and vector graphics
 Resolution in raster graphics is measured in dpi, or dots
per inch. The higher the dpi, the better the resolution.
 Better resolution, however, comes at a price. Just as
raster files are significantly larger than comparable
vector files, Overall, as compared to vector graphics,
raster graphics are less economical, slower to display
and print, less versatile and more unwieldy to work with.
 Remember though that some images, like photographs,
are still best displayed in raster format. Common raster
formats include TIFF, JPEG, GIF, PNG and BMP files.
Despite its shortcomings, raster format is still the Web
standard -- within a few years, however, vector graphics
will likely surpass raster graphics in both prevalence and
popularity.
Vector Graphics contains drawing
directions, like drawing a circle etc.
Raster image is not scalable. The
image degrades when it is scaled to
larger size.
Differences between raster and vector graphics
Differences between raster and vector graphics
 Unlike pixel-based raster images, vector graphics
are based on mathematical formulas that define
geometric primitives such as polygons, lines, curves,
circles and rectangles.
 Because vector graphics are composed of true
geometric primitives, they are best used to
represent more structured images, like line art
graphics with flat, uniform colors, logos, letterhead,
and fonts.
Differences between raster and vector graphics
 The vector format has two big advantages over
raster graphics:
 (1) vector graphics area quickly and perfectly
scalable, i.e., they can be can be resized and
stretched without distortion; and
 (2) vector graphics files are usually much smaller
than bitmap files and thus use less memory in
storage and less bandwidth in transmission. This
makes them ideally suited for the World Wide Web.
Differences between raster and vector graphics
 Vector files tend to be considerably smaller than
their raster counterparts. Overall, vector graphics
are more efficient and versatile. Common vector
formats include AI, EPS, FH, SWF, WMF etc.
 Vector graphics are resolution-independent—thus,
their resolution is determined only by the output
device.
Identify the various vector and raster graphic formats
 Vector Graphics Formats: Some file formats, e.g. PDF, allow
both raster and vector graphics. This is because the underlying
PostScript system of the Portable Document Format is
designed to handle both methods of creating graphics.
Common Vector Graphics Formats
File Extensions MIME type Proper name Description
.ai
Application/
illustrator
Adobe
Illustrator
Document
Vector format for Adobe Illustrator.
.eps Image/eps
Encapsulated
PostScript
A PostScript file that describes a small vector
graphic, as opposed to a whole page or set of
pages.
.fh
Application/Fr
eehand
Macromedia
Freehand
Document
Vector format for Macromedia Freehand.
.fla
Application/Fl
ash
Flash Source
File
Shockwave Flash source file, only usable by
Macromedia Flash authoring software.
Identify the various vector and raster graphic formats
Common Vector Graphics Formats
File
Extensions
MIME
type
Proper name Description
.pdf
Applica
tion/pdf
Portable
Document
Format
Fully supports vector graphics in a de facto standard format
which can be read and printed on almost all operating systems.
A much simplified version of PostScript allowing for files
containing multiple pages and links. Works with Adobe Acrobat
Reader or Adobe eBook Reader.
.ps
Applica
tion/pos
tscript
PostScript
Generic vector-based page description language, created and
owned by Adobe. Postscript is a powerful stack-based
programming language. Supported by many laser printers.
.swf
Applica
tion/sho
ckwave
-flash
Flash
Flash is a web page plug-in that displays vector based
animations contained in SWF files. Several applications can
create SWF files; these include the Flash authoring tool from
Macromedia.
.wmf
Image/
wmf
Windows
Metafile
Stores vector graphics and raster graphics as a sequence of
commands to be issued to the graphics layer of the Microsoft
Windows operating system. (only partially vector)
Identify the various vector and raster graphic formats
 Raster Graphics Formats
Some common raster graphic file formats are listed below.
Common Raster Graphics Formats
file
extension
MIME
type
proper name description
.bmp
Imag
e/bm
p
Windows Bitmap
Commonly used by Microsoft Windows programs, and the
Windows operating system itself. Lossless compression can be
specified, but some programs use only uncompressed files.
.gif
Imag
e/gif
Graphics
Interchange
Format
GIF is used extensively on the web. Supports animated images.
Supports only 255 colors per frame, so requires lossy quantization
for full-color photos (dithering); using multiple frames can
improve color precision. Uses lossless LZW compression, that used
to make GIF avoided sometimes due to patent issues
concerning LZW.
.jpg
Imag
e/jpg
Joint
Photographic
Experts Group
JPEG is used extensively for photos and other continous tone
images on the web. Uses lossy compression by trying to equalize
eight by eight pixels; the quality can vary greatly depending on
the compression settings.
Identify the various vector and raster graphic formats
 Raster Graphics Formats
Some common raster graphic file formats are listed
below.
Common Raster Graphics Formats
file
extensio
n
MIME type proper name description
.png Image/png
Portable
Network
Graphics
PNG is an image format with lossless compression,
offering bit depths from 1 to 32. It was mainly designed
to replace the use of GIF on the web. Free of the
patent, which expired in 2003, associated with GIF.
.psd
Application/
Photoshop
Photoshop
Document
Default proprietary format for Adobe Photoshop
documents. Has many extra features such as image
layering. Supported by very few image editing
programs other than Adobe Photoshop.
.tiff
Image/tiff
Tagged Image
File Format
TIFF is used extensively for traditional print graphics.
Lossy and lossless compression available, but many
programs only support a subset of available options.

Más contenido relacionado

La actualidad más candente

CSC103 Vector vs Raster Graphics
CSC103 Vector vs Raster GraphicsCSC103 Vector vs Raster Graphics
CSC103 Vector vs Raster GraphicsRichard Homa
 
Raster Vs. Vector Presentation1
Raster Vs. Vector Presentation1Raster Vs. Vector Presentation1
Raster Vs. Vector Presentation1cdoeberl
 
Adobe Skills Portfolio
Adobe Skills PortfolioAdobe Skills Portfolio
Adobe Skills Portfolioblazedchicken
 
Raster vs vector graphics
Raster vs vector graphicsRaster vs vector graphics
Raster vs vector graphicsKhang-Ling Loh
 
Digital Image File Formats
Digital Image File FormatsDigital Image File Formats
Digital Image File Formatsindiangarg
 

La actualidad más candente (12)

Graphics
GraphicsGraphics
Graphics
 
Technical file
Technical fileTechnical file
Technical file
 
CSC103 Vector vs Raster Graphics
CSC103 Vector vs Raster GraphicsCSC103 Vector vs Raster Graphics
CSC103 Vector vs Raster Graphics
 
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
 
Adobe Skills Portfolio
Adobe Skills PortfolioAdobe Skills Portfolio
Adobe Skills Portfolio
 
Raster vs vector graphics
Raster vs vector graphicsRaster vs vector graphics
Raster vs vector graphics
 
L3 cmp technicalfile_180911
L3 cmp technicalfile_180911L3 cmp technicalfile_180911
L3 cmp technicalfile_180911
 
Task 1- Technical File
Task 1- Technical File Task 1- Technical File
Task 1- Technical File
 
Digital Image File Formats
Digital Image File FormatsDigital Image File Formats
Digital Image File Formats
 
Unit 54 assignment 1
Unit 54   assignment 1Unit 54   assignment 1
Unit 54 assignment 1
 
L3 cmp technicalfile_
L3 cmp technicalfile_L3 cmp technicalfile_
L3 cmp technicalfile_
 

Destacado (15)

Chap3
 Chap3 Chap3
Chap3
 
Chap29
Chap29Chap29
Chap29
 
Chap44
Chap44Chap44
Chap44
 
Chap65
Chap65Chap65
Chap65
 
Chap4
Chap4Chap4
Chap4
 
Happy, happy
Happy, happyHappy, happy
Happy, happy
 
Chap27
Chap27Chap27
Chap27
 
Chap9 10
Chap9 10Chap9 10
Chap9 10
 
Happy, happy
Happy, happyHappy, happy
Happy, happy
 
Chap49
Chap49Chap49
Chap49
 
Chap32
Chap32Chap32
Chap32
 
Chap25
Chap25Chap25
Chap25
 
Chap18 19
Chap18 19Chap18 19
Chap18 19
 
Chap55
Chap55Chap55
Chap55
 
Wastewater treatment plant
Wastewater treatment plantWastewater treatment plant
Wastewater treatment plant
 

Similar a Relationship between image size & resolution for vector & raster graphics

Unit 51 task 1 powerpoint
Unit 51 task 1 powerpointUnit 51 task 1 powerpoint
Unit 51 task 1 powerpointjessicagrundy98
 
Samuels Ait exercise
Samuels Ait exercise Samuels Ait exercise
Samuels Ait exercise topmansam
 
Digital graphics pro forma
Digital graphics pro formaDigital graphics pro forma
Digital graphics pro formaHICKMAN98
 
File types pro forma
File types pro formaFile types pro forma
File types pro formaAnnaMasmedia
 
Pixel and resolution
Pixel and resolutionPixel and resolution
Pixel and resolutionrosstapher
 
Techinal file raster and vector images
Techinal file   raster and vector imagesTechinal file   raster and vector images
Techinal file raster and vector imagesFirstClassProductions
 
Vector graphics
Vector graphicsVector graphics
Vector graphicslenance
 
ONTAP - Computer Files
ONTAP - Computer FilesONTAP - Computer Files
ONTAP - Computer FilesWRDSB
 
Raster vs Vector
Raster vs VectorRaster vs Vector
Raster vs Vectorakn4fotos
 

Similar a Relationship between image size & resolution for vector & raster graphics (20)

Task 1 scott
Task 1  scottTask 1  scott
Task 1 scott
 
Unit 51 task 1 powerpoint
Unit 51 task 1 powerpointUnit 51 task 1 powerpoint
Unit 51 task 1 powerpoint
 
Samuels Ait exercise
Samuels Ait exercise Samuels Ait exercise
Samuels Ait exercise
 
Digital graphics
Digital graphicsDigital graphics
Digital graphics
 
Digital graphics pro forma
Digital graphics pro formaDigital graphics pro forma
Digital graphics pro forma
 
File types pro forma
File types pro formaFile types pro forma
File types pro forma
 
Power point x
Power point xPower point x
Power point x
 
Power point x
Power point xPower point x
Power point x
 
File types pro forma
File types pro formaFile types pro forma
File types pro forma
 
Pixel and resolution
Pixel and resolutionPixel and resolution
Pixel and resolution
 
Techinal file raster and vector images
Techinal file   raster and vector imagesTechinal file   raster and vector images
Techinal file raster and vector images
 
Task 1
Task 1Task 1
Task 1
 
Raster and vector
Raster and vectorRaster and vector
Raster and vector
 
Task 1
Task 1Task 1
Task 1
 
Vector graphics
Vector graphicsVector graphics
Vector graphics
 
Presentation
PresentationPresentation
Presentation
 
Portfolio task 5
Portfolio task 5Portfolio task 5
Portfolio task 5
 
ONTAP - Computer Files
ONTAP - Computer FilesONTAP - Computer Files
ONTAP - Computer Files
 
Raster vs vector
Raster vs vectorRaster vs vector
Raster vs vector
 
Raster vs Vector
Raster vs VectorRaster vs Vector
Raster vs Vector
 

Más de dkd_woohoo (20)

Chap72&73
Chap72&73Chap72&73
Chap72&73
 
Chap70
Chap70Chap70
Chap70
 
Chap67
Chap67Chap67
Chap67
 
Chap66
Chap66Chap66
Chap66
 
Chap62
Chap62Chap62
Chap62
 
Chap61
Chap61Chap61
Chap61
 
Chap69
Chap69Chap69
Chap69
 
Chap60
Chap60Chap60
Chap60
 
Chap59
Chap59Chap59
Chap59
 
Chap54
Chap54Chap54
Chap54
 
Chap52
Chap52Chap52
Chap52
 
Chap50
Chap50Chap50
Chap50
 
Chap48
Chap48Chap48
Chap48
 
Chap46
Chap46Chap46
Chap46
 
Chap45
Chap45Chap45
Chap45
 
Chap43
Chap43Chap43
Chap43
 
Chap42
Chap42Chap42
Chap42
 
Chap40
Chap40Chap40
Chap40
 
Chap39
Chap39Chap39
Chap39
 
Chap37
Chap37Chap37
Chap37
 

Último

GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsJoaquim Jorge
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfEnterprise Knowledge
 
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
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsMaria Levchenko
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
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
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...apidays
 
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
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdfhans926745
 
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
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Enterprise Knowledge
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024The Digital Insurer
 
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
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsEnterprise Knowledge
 
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
 
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 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
 

Último (20)

GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
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
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
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
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
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
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
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
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
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...
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
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?
 

Relationship between image size & resolution for vector & raster graphics

  • 1.  Relationship between image size & resolution for vector graphics and raster graphics.
  • 2. In This Chapter, you’ll learn on:  Define the term vector and raster graphics.  Compare the differences between raster and vector graphics in terms of o - image size o - Resolution (monitor display and print output) o - Quality o - Flexibility  Identify the various vector and raster graphic formats.
  • 3. Define the term vector and raster graphics There are two types of computer graphics – raster and vector. The raster graphic is composed of pixels and vector graphic is composed of drawing paths. Vector graphics  Vector graphics are made up of lines, curves, circles and shapes etc, defined by mathematical objects called vectors.  By following these instructions, the computer can create the variety of elements needed to form the shape of all objects in the image.  Vector graphics are often called object- oriented graphics.
  • 4.  These graphics retain their crispness whether they are resized, moved or have their colour changed.  Vector graphics are appropriate for illustrations, type, and graphics such as logos that may be scaled to different sizes.  Compared to raster images only the formulas are stored. This makes the size of the file very small. The images don't loose focus when you zoom, since the lines are re- rendered.
  • 5.  A vector image gives a very high quality, it requires small storage space and is easy to edit.  That's why you should always try to save your vector images in a vector format.  It is not possible to save photos, scanned images etc in a vector format.  Examples of vector images are drawings, diagrams and illustrations.  Picture 1 Enlargement of a vector image. The quality is still good.
  • 6.  Picture 1 Enlargement of a vector image. The quality is still good.  Picture 2 Enlargement of a vector image.
  • 7.  Raster graphics  A raster image is made up by small dots, known as pixels in different colors.  Each pixel is assigned a specific location and color value.  The dots create a pattern which forms an image which we called a bitmap (this is why raster graphics are also called bit-mapped graphics). In working with bitmap images, you edit groups of pixels rather than objects or shapes.  Picture 3 Enlargement of a raster image. The quality is not improved.
  • 8.  Drawings, photos, images etc, which shall be used in a document need to be transformed into a digital format.  This is done by scanning the image or takes a photo with a digital camera. The image is then stored as a raster file, i.e. dot-pattern image.
  • 9. Differences between raster and vector graphics  Computer graphics can be created as either raster or vector images. Raster graphics are bitmaps.  Raster graphics render images as a collection of countless tiny squares. Each square, or pixel, is coded in a specific hue or shade.  Raster graphics are best used for non-line art images; specifically digitized photographs, scanned artwork or detailed graphics.  Non-line art images are best represented in raster form because these typically include subtle chromatic gradations, undefined lines and shapes, and complex composition.
  • 10. Differences between raster and vector graphics  because raster images are pixel-based, they suffer image degradation.  Just like photographic images that get blurry and imprecise when blown up, a raster image gets jagged and rough. Although raster images can be scaled down more easily, smaller versions often appear less crisp or "softer" than the original.
  • 11. Differences between raster and vector graphics  Resolution in raster graphics is measured in dpi, or dots per inch. The higher the dpi, the better the resolution.  Better resolution, however, comes at a price. Just as raster files are significantly larger than comparable vector files, Overall, as compared to vector graphics, raster graphics are less economical, slower to display and print, less versatile and more unwieldy to work with.  Remember though that some images, like photographs, are still best displayed in raster format. Common raster formats include TIFF, JPEG, GIF, PNG and BMP files. Despite its shortcomings, raster format is still the Web standard -- within a few years, however, vector graphics will likely surpass raster graphics in both prevalence and popularity.
  • 12. Vector Graphics contains drawing directions, like drawing a circle etc. Raster image is not scalable. The image degrades when it is scaled to larger size. Differences between raster and vector graphics
  • 13. Differences between raster and vector graphics  Unlike pixel-based raster images, vector graphics are based on mathematical formulas that define geometric primitives such as polygons, lines, curves, circles and rectangles.  Because vector graphics are composed of true geometric primitives, they are best used to represent more structured images, like line art graphics with flat, uniform colors, logos, letterhead, and fonts.
  • 14. Differences between raster and vector graphics  The vector format has two big advantages over raster graphics:  (1) vector graphics area quickly and perfectly scalable, i.e., they can be can be resized and stretched without distortion; and  (2) vector graphics files are usually much smaller than bitmap files and thus use less memory in storage and less bandwidth in transmission. This makes them ideally suited for the World Wide Web.
  • 15. Differences between raster and vector graphics  Vector files tend to be considerably smaller than their raster counterparts. Overall, vector graphics are more efficient and versatile. Common vector formats include AI, EPS, FH, SWF, WMF etc.  Vector graphics are resolution-independent—thus, their resolution is determined only by the output device.
  • 16. Identify the various vector and raster graphic formats  Vector Graphics Formats: Some file formats, e.g. PDF, allow both raster and vector graphics. This is because the underlying PostScript system of the Portable Document Format is designed to handle both methods of creating graphics. Common Vector Graphics Formats File Extensions MIME type Proper name Description .ai Application/ illustrator Adobe Illustrator Document Vector format for Adobe Illustrator. .eps Image/eps Encapsulated PostScript A PostScript file that describes a small vector graphic, as opposed to a whole page or set of pages. .fh Application/Fr eehand Macromedia Freehand Document Vector format for Macromedia Freehand. .fla Application/Fl ash Flash Source File Shockwave Flash source file, only usable by Macromedia Flash authoring software.
  • 17. Identify the various vector and raster graphic formats Common Vector Graphics Formats File Extensions MIME type Proper name Description .pdf Applica tion/pdf Portable Document Format Fully supports vector graphics in a de facto standard format which can be read and printed on almost all operating systems. A much simplified version of PostScript allowing for files containing multiple pages and links. Works with Adobe Acrobat Reader or Adobe eBook Reader. .ps Applica tion/pos tscript PostScript Generic vector-based page description language, created and owned by Adobe. Postscript is a powerful stack-based programming language. Supported by many laser printers. .swf Applica tion/sho ckwave -flash Flash Flash is a web page plug-in that displays vector based animations contained in SWF files. Several applications can create SWF files; these include the Flash authoring tool from Macromedia. .wmf Image/ wmf Windows Metafile Stores vector graphics and raster graphics as a sequence of commands to be issued to the graphics layer of the Microsoft Windows operating system. (only partially vector)
  • 18. Identify the various vector and raster graphic formats  Raster Graphics Formats Some common raster graphic file formats are listed below. Common Raster Graphics Formats file extension MIME type proper name description .bmp Imag e/bm p Windows Bitmap Commonly used by Microsoft Windows programs, and the Windows operating system itself. Lossless compression can be specified, but some programs use only uncompressed files. .gif Imag e/gif Graphics Interchange Format GIF is used extensively on the web. Supports animated images. Supports only 255 colors per frame, so requires lossy quantization for full-color photos (dithering); using multiple frames can improve color precision. Uses lossless LZW compression, that used to make GIF avoided sometimes due to patent issues concerning LZW. .jpg Imag e/jpg Joint Photographic Experts Group JPEG is used extensively for photos and other continous tone images on the web. Uses lossy compression by trying to equalize eight by eight pixels; the quality can vary greatly depending on the compression settings.
  • 19. Identify the various vector and raster graphic formats  Raster Graphics Formats Some common raster graphic file formats are listed below. Common Raster Graphics Formats file extensio n MIME type proper name description .png Image/png Portable Network Graphics PNG is an image format with lossless compression, offering bit depths from 1 to 32. It was mainly designed to replace the use of GIF on the web. Free of the patent, which expired in 2003, associated with GIF. .psd Application/ Photoshop Photoshop Document Default proprietary format for Adobe Photoshop documents. Has many extra features such as image layering. Supported by very few image editing programs other than Adobe Photoshop. .tiff Image/tiff Tagged Image File Format TIFF is used extensively for traditional print graphics. Lossy and lossless compression available, but many programs only support a subset of available options.