SlideShare a Scribd company logo
1 of 34
UNDERSTANDING RASTER
GRAPHICS
BITMAP GRAPHIC – PIXELS –
RESOLUTION – IMAGE
QUALITY – JPG
COMPRESSION – FILE
FORMATS – COLOR DEPTH
BITMAP GRAPHIC
Definition: it is also called ‘raster graphic’ or simply a ‘bitmap’, is
composed of a grid of dots, and the color of each dot is stored as
a binary number.
Think of a grid superimposed on a picture. The grid divided the
picture into cells, called pixel. Each pixel is assigned a color,
which is stored as a binary number.
YOU CAN BUILD AN IMAGE SQUARE
BY SQUARE. WHEN YOU STAND FAR
ENOUGH AWAY FROM THE GRID,
THE INDIVIDUAL GRID SQUARES
BLEND TOGETHER AND YOU SEE A
COMPLETE PHOTOGRAPHIC IMAGE.
PIXEL AND RESOLUTION
 Each of the smallest visual units on the screen (called pixels)
represents a location in memory.
 A digital image is broken down into pixels, each of which can be
assigned an individual color
 Resolution refers to the fineness or sharpness of a screen
display or computer-generated printed piece
 The more memory available and thus the more pixels in the
digital image, the higher the resolution is, and the clearer the
image will be
 The resolution of an individual file depends on what the
artist/designer designates when the file is created where
resolution for a new file is set.
IMAGE RESOLUTION
The dimension of the grid that forms a bitmap graphic are referred
to as its resolution.
The resolution of a graphics is expressed as the number of
horizontal and vertical pixel it contains
For example, a small graphic for web page might have a resolution
of 150 x 100 pixels – 150 pixel across and 100 pixel high
PHYSICAL SIZE OF IMAGE –
IMAGE RESOLUTION
 Unlike a printed photograph, a bitmap has no physical size.
 The size at which a bitmap is displayed or printed depends on the
density as well the resolution of the image grid
 Imagine the grid over the image, if you stretch the image, the grid
maintains the no. of horizontal and vertical cell, but each cell becomes
larger and the grid less dense.
 Similarly, when you shrink, the grid become denser.
 The density of an image grid can be expressed as dots per inch (dpi)
for a printer or scanner or as pixel per inch (ppi) for a monitor
WHERE DO YOU FIND
BITMAP GRAPHICS?
DIGITAL CAMERA IMAGES
SCANNER PRODUCES
BITMAPS
WEB PAGE GRAPHICS
HOW DO YOUR CREATE
BITMAPS?
MS PAINT, ADOBE
PHOTOSHOP.
THESE SOFTWARE ALLOWS
YOU FREEHAND SKETCHING,
ADDING REALISTIC SHADING
AND OTHER CREATIVE
EFFECTS
SCANNER AND DIGITAL
CAMERAS CREATE BITMAP
IMAGES.
WHAT DOES IMAGE QUALITY
MEAN?
In addition to image size, the quality of the image can also be
manipulated.
Here we use the word "compression".
An uncompressed image is saved in a file format that doesn't
compress the pixels in the image at all. Formats such as BMP or
TIF files do not compress the image.
you can choose to store your image as a JPG file and choose the
amount of compression you want before saving the image.
DIFFERENCE IN COMPRESSION
JPG COMPRESSION
JPG compression analyzes images in blocks of 8X8 pixels in size
and selectively reduces the detail within each block
At higher compression rations, the block pattern becomes more
visible and there may be noticeable loss of detail
The subject and pattern in the image is also a factor
For example, a picture of the blue sky can be compressed quite a
bit without any noticeable effects but a picture of a colorful bird
would "pixelate" quite quickly
FILE SIZE –
IMAGE
RESOLUTION
EACH PIXEL IN A BITMAP GRAPHIC IS STORED AS ONE OR
MORE BITS. THE MORE THE PIXELS THE MORE BITS IS
REQUIRED TO STORE THE FILE
SO, HIGHER RESOLUTION = HIGH FILE SIZE
IMAGE QUALITY – IMAGE
RESOLUTIONHigher resolution – more data
Higher resolution – better quality
Megapixel – millions of pixels
1.9 mega pixel digital camera will have resolution of 1600 x 1200
pixels
3.1 mega pixel digital camera will have resolution of 2160 x 1440
The numbers along the top and left side are print dimensions in inches at
300ppi (pixels per inch). Most books and magazines require 300ppi for photo
quality. For example, the chart shows that you can make a 5" x 7" photo
quality print from a 3 megapixel camera.
THE MATHEMATICS
Here's why:
- A megapixel is 1 million pixels. It's an area measurement like square feet.
- A typical 8 megapixel camera produces images that are 3266 x 2450* pixels.
If you multiply 3266 by 2450, you get 8,001,700 or 8 million pixels.
- To find the largest photo quality image you can print, simply divide each
dimension by 300:
3266 / 300 = 10.89 inches
2450 / 300 = 8.17 inches
LETS WORK
NO IT
BACKWARDS
LET'S SAY WE WANT TO PRINT AN 8X10 PICTURE AT 300 DPI
WHAT RESOLUTION MUST WE HAVE TO DO THIS?
THE ANSWER
OK, 300 times 8 is 2400
• 300 x 8 = 2400
300 times 10 is 3000
• 300 x 10 = 3000
• So we would need a 3000 X 2400 image to do this.
• 3000 X 2400 = 7.2 megapixels
PRINT SIZE VS
RESOLUTION
FIRST TRY TO DETERMINE WHAT
YOUR USE FOR THE IMAGE WILL BE
CHOOSE THE IMAGE SIZE AND
AMOUNT OF COMPRESSION TO MEET
THESE NEEDS
CAPTURE AT THE LEAST POSSIBLE
COMPRESSION
COLOR DEPTH
It is the number of colors available for use in an image.
As the number of color increases, image quality improves, but file
size also increases.
Color "depth" is defined by the number of bits per pixel that can
be displayed on a computer screen
Data is stored in bits
Each bit represents two colors because it has a value of 0 or 1
The more bits per pixel, the more colors that can be displayed
PIXELS AND COLOR DEPTH
To control the color of each pixel on the screen, the operating
system must dedicate a small amount of memory to each pixel
In the simplest form of black-and-white computer displays, a
single bit of memory is assigned to each pixel
Because each memory bit is either positive or negative (0 or 1), a
1-bit display system can manage only two colors (black or white)
for each pixel on the screen:
MONOCHROME MONITOR
COLOR
If more bits of memory are dedicated to each pixel in the display, more
colors can be managed
When 8 bits of memory are dedicated to each pixel, each pixel could be
one of 256 colors.
256 = 2 to the eighth power; in other words, 256 is the maximum number
of unique combinations of zeros and ones you can make with 8 bits.
This kind of computer display is called an "8-bit" or "256-color" display,
and is common on older laptop computers and desktop machines
8-BIT COLOR DISPLAYS
KNOW BASICS
FILE FORMATS
TIFF (TAGGED IMAGE FILE FORMAT)
IS A WIDELY USED BITMAPPED FILE FORMAT. IT IS APPROPRIATE
FOR SCANNED IMAGES. ALMOST EVERY PROGRAM THAT WORKS
WITH RASTER IMAGES CAN BE OPEN THIS FORMAT
EPS (ENCAPSULATED
POSTSCRIPT)
Is a object oriented format that is excellent for storing graphics of
any kind
Use it when you want to put type and images into a layout
program for print. It is refined form of PostScript that will allow a
raster and a vector program to open the file for editing
JPEG
IS A COMPRESSED FILE FORMAT
THAT REDUCES THE PIXELS IN YOUR
FILE TO SAVE MEMORY. IT IS USED
FOR WEB GRAPHICS WITH COLOR
GRADATIONS OR PHOTOGRAPHIC
IMAGES. NEVER SAVE A JPEG OVER
ITSELF, BECAUSE IT LOSES
INFORMATION EACH TIME AN IMAGE
IS SAVED IN THIS FORMAT. THIS IS
KNOWN AS A LOSSY FILE FORMAT
GIF
IS ALSO A FILE FORMAT USED
IN WEB GRAPHICS FOR IMAGES
FEATURING TYPE AND FLAT
COLOR. IT COMPRESSES
GRAPHICS WITHOUT
ELIMINATING DETAIL
THIS IS KNOWN AS A
LOSSLESS FILE FORMAT
PDF
ARE SIMPLY CROSS PLATFORM AND
CAN OPEN IN ADOBE’S ACROBAT
READER. THIS PROGRAM IS FREE
AND IN INCLUDED ON MOST
APPLICATION DISK. YOU CAN PRINT
FROM IT EVEN IF YOU DON’T OWN
THE FONTS IN THE DOCUMENTS OR
THE SOFTWARE USED TO CREATE
THE ARTWORK
PICT
IS A MAC OBJECT ORIENTED
FILE FORMAT. IT HANDLES
BITMAP AND VECTOR IMAGES
WELL, THEY SHOULD BE
CONVERTED TO TIFF OR EPS
BEFORE PLACING IN A PAGE
LAYOUT PROGRAM SUCH AS
PAGEMAKER, QUARK OR
INDESIGN.

More Related Content

What's hot

The difference between image size and image resolution
The difference between image size and image resolutionThe difference between image size and image resolution
The difference between image size and image resolutioniFactory Digital
 
Pixel and resolution
Pixel and resolutionPixel and resolution
Pixel and resolutionrosstapher
 
Elements of digital images day06
Elements of digital images  day06Elements of digital images  day06
Elements of digital images day06SEO SKills
 
Vectors UNIT 13 assignment (W.A)
Vectors UNIT 13 assignment (W.A)Vectors UNIT 13 assignment (W.A)
Vectors UNIT 13 assignment (W.A)haverstockmedia
 
Vectors UNIT 13 assignment (W.A)
Vectors UNIT 13 assignment (W.A)Vectors UNIT 13 assignment (W.A)
Vectors UNIT 13 assignment (W.A)haverstockmedia
 
Vectors UNIT 13 assignment (W.A)
Vectors UNIT 13 assignment (W.A)Vectors UNIT 13 assignment (W.A)
Vectors UNIT 13 assignment (W.A)haverstockmedia
 
Fundamentals Image and Graphics
Fundamentals Image and GraphicsFundamentals Image and Graphics
Fundamentals Image and GraphicsShrawan Adhikari
 
Btec creative media production digital graphics technology
Btec creative media production digital graphics technologyBtec creative media production digital graphics technology
Btec creative media production digital graphics technologyhaverstockmedia
 
Westby DMT - Week 01 pixels
Westby DMT - Week 01 pixelsWestby DMT - Week 01 pixels
Westby DMT - Week 01 pixelsRobert Whyte
 
Digital graphics technology
Digital graphics technologyDigital graphics technology
Digital graphics technologyhaverstockmedia
 
Creating pixels using graphics
Creating pixels using graphicsCreating pixels using graphics
Creating pixels using graphicsRahul Maddineni
 

What's hot (20)

Unit 13 assignment 1 EF
Unit 13 assignment 1 EFUnit 13 assignment 1 EF
Unit 13 assignment 1 EF
 
Computer resolution
Computer resolutionComputer resolution
Computer resolution
 
The difference between image size and image resolution
The difference between image size and image resolutionThe difference between image size and image resolution
The difference between image size and image resolution
 
Unit 13 Report - 4018
Unit 13 Report - 4018Unit 13 Report - 4018
Unit 13 Report - 4018
 
Pixel and resolution
Pixel and resolutionPixel and resolution
Pixel and resolution
 
Elements of digital images day06
Elements of digital images  day06Elements of digital images  day06
Elements of digital images day06
 
P1.1
P1.1 P1.1
P1.1
 
Chap25
Chap25Chap25
Chap25
 
Vectors UNIT 13 assignment (W.A)
Vectors UNIT 13 assignment (W.A)Vectors UNIT 13 assignment (W.A)
Vectors UNIT 13 assignment (W.A)
 
Vectors UNIT 13 assignment (W.A)
Vectors UNIT 13 assignment (W.A)Vectors UNIT 13 assignment (W.A)
Vectors UNIT 13 assignment (W.A)
 
Vectors UNIT 13 assignment (W.A)
Vectors UNIT 13 assignment (W.A)Vectors UNIT 13 assignment (W.A)
Vectors UNIT 13 assignment (W.A)
 
Fundamentals Image and Graphics
Fundamentals Image and GraphicsFundamentals Image and Graphics
Fundamentals Image and Graphics
 
Assignment 1 - 4018
Assignment 1 - 4018Assignment 1 - 4018
Assignment 1 - 4018
 
Unit iv graphics
Unit iv  graphicsUnit iv  graphics
Unit iv graphics
 
Btec creative media production digital graphics technology
Btec creative media production digital graphics technologyBtec creative media production digital graphics technology
Btec creative media production digital graphics technology
 
How Computers Represent Graphics
How Computers Represent GraphicsHow Computers Represent Graphics
How Computers Represent Graphics
 
Pixels
PixelsPixels
Pixels
 
Westby DMT - Week 01 pixels
Westby DMT - Week 01 pixelsWestby DMT - Week 01 pixels
Westby DMT - Week 01 pixels
 
Digital graphics technology
Digital graphics technologyDigital graphics technology
Digital graphics technology
 
Creating pixels using graphics
Creating pixels using graphicsCreating pixels using graphics
Creating pixels using graphics
 

Similar to Understanding Raster Graphics

HA1 - Motion Graphics Now
HA1 - Motion Graphics NowHA1 - Motion Graphics Now
HA1 - Motion Graphics Nowdanhops888
 
Stem 71 24 multimedia elements - graphics
Stem 71 24   multimedia elements - graphicsStem 71 24   multimedia elements - graphics
Stem 71 24 multimedia elements - graphicsKelly Bauer
 
Principles of Design
Principles of DesignPrinciples of Design
Principles of Designmelissamieyr
 
Pixel and resolution
Pixel and resolutionPixel and resolution
Pixel and resolutionrosstapher
 
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
 
Technical concepts for graphic design production 2
Technical concepts for graphic design production 2Technical concepts for graphic design production 2
Technical concepts for graphic design production 2Ahmed Ismail
 
Digital Image File Formats
Digital Image File FormatsDigital Image File Formats
Digital Image File Formatsindiangarg
 
Basic Image Editing, Part 3
Basic Image Editing, Part 3Basic Image Editing, Part 3
Basic Image Editing, Part 3MarZatul30
 

Similar to Understanding Raster Graphics (20)

Power point x
Power point xPower point x
Power point x
 
Power point x
Power point xPower point x
Power point x
 
HA1 - Motion Graphics Now
HA1 - Motion Graphics NowHA1 - Motion Graphics Now
HA1 - Motion Graphics Now
 
Stem 71 24 multimedia elements - graphics
Stem 71 24   multimedia elements - graphicsStem 71 24   multimedia elements - graphics
Stem 71 24 multimedia elements - graphics
 
Principles of Design
Principles of DesignPrinciples of Design
Principles of Design
 
Pixel and resolution
Pixel and resolutionPixel and resolution
Pixel and resolution
 
CHAPTER – 4 Graphics
CHAPTER – 4     GraphicsCHAPTER – 4     Graphics
CHAPTER – 4 Graphics
 
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
 
Graphics
GraphicsGraphics
Graphics
 
Computer image
Computer imageComputer image
Computer image
 
Glossary
GlossaryGlossary
Glossary
 
Pixel and resolution
Pixel and resolutionPixel and resolution
Pixel and resolution
 
Chap26
Chap26Chap26
Chap26
 
Technical concepts for graphic design production 2
Technical concepts for graphic design production 2Technical concepts for graphic design production 2
Technical concepts for graphic design production 2
 
Digital Image File Formats
Digital Image File FormatsDigital Image File Formats
Digital Image File Formats
 
Basic Image Editing, Part 3
Basic Image Editing, Part 3Basic Image Editing, Part 3
Basic Image Editing, Part 3
 
multimedia image.ppt
multimedia image.pptmultimedia image.ppt
multimedia image.ppt
 
Chap9 10
Chap9 10Chap9 10
Chap9 10
 
Glossary
GlossaryGlossary
Glossary
 
Graphics
GraphicsGraphics
Graphics
 

More from Sabir Haque

Pitching documentary to the masses: the conceit of the 'real'
Pitching documentary to the masses: the conceit of the 'real'Pitching documentary to the masses: the conceit of the 'real'
Pitching documentary to the masses: the conceit of the 'real'Sabir Haque
 
AURAK - WSU COIL Partnership
AURAK - WSU COIL Partnership AURAK - WSU COIL Partnership
AURAK - WSU COIL Partnership Sabir Haque
 
Technical fundmentals in film or video production
Technical fundmentals in film or video productionTechnical fundmentals in film or video production
Technical fundmentals in film or video productionSabir Haque
 
Typography - Selecting the Right Type for the Job
Typography - Selecting the Right Type for the JobTypography - Selecting the Right Type for the Job
Typography - Selecting the Right Type for the JobSabir Haque
 
Typography - How Typeface Look
Typography -  How Typeface LookTypography -  How Typeface Look
Typography - How Typeface LookSabir Haque
 
Typography - Understanding Font
Typography - Understanding FontTypography - Understanding Font
Typography - Understanding FontSabir Haque
 
Newspaper layout basics
Newspaper layout basicsNewspaper layout basics
Newspaper layout basicsSabir Haque
 
Fundamentals of Web
Fundamentals of WebFundamentals of Web
Fundamentals of WebSabir Haque
 
Introduction of Digital Resources and Content
Introduction of Digital Resources and ContentIntroduction of Digital Resources and Content
Introduction of Digital Resources and ContentSabir Haque
 
Digital Video Primer
Digital Video PrimerDigital Video Primer
Digital Video PrimerSabir Haque
 
Overview of video production
Overview of video productionOverview of video production
Overview of video productionSabir Haque
 
Why study political science
Why study political scienceWhy study political science
Why study political scienceSabir Haque
 
Fundamentals of Internet Technologies
Fundamentals of Internet TechnologiesFundamentals of Internet Technologies
Fundamentals of Internet TechnologiesSabir Haque
 
Documentary Filmmaking: Finding the Story
Documentary Filmmaking: Finding the StoryDocumentary Filmmaking: Finding the Story
Documentary Filmmaking: Finding the StorySabir Haque
 

More from Sabir Haque (14)

Pitching documentary to the masses: the conceit of the 'real'
Pitching documentary to the masses: the conceit of the 'real'Pitching documentary to the masses: the conceit of the 'real'
Pitching documentary to the masses: the conceit of the 'real'
 
AURAK - WSU COIL Partnership
AURAK - WSU COIL Partnership AURAK - WSU COIL Partnership
AURAK - WSU COIL Partnership
 
Technical fundmentals in film or video production
Technical fundmentals in film or video productionTechnical fundmentals in film or video production
Technical fundmentals in film or video production
 
Typography - Selecting the Right Type for the Job
Typography - Selecting the Right Type for the JobTypography - Selecting the Right Type for the Job
Typography - Selecting the Right Type for the Job
 
Typography - How Typeface Look
Typography -  How Typeface LookTypography -  How Typeface Look
Typography - How Typeface Look
 
Typography - Understanding Font
Typography - Understanding FontTypography - Understanding Font
Typography - Understanding Font
 
Newspaper layout basics
Newspaper layout basicsNewspaper layout basics
Newspaper layout basics
 
Fundamentals of Web
Fundamentals of WebFundamentals of Web
Fundamentals of Web
 
Introduction of Digital Resources and Content
Introduction of Digital Resources and ContentIntroduction of Digital Resources and Content
Introduction of Digital Resources and Content
 
Digital Video Primer
Digital Video PrimerDigital Video Primer
Digital Video Primer
 
Overview of video production
Overview of video productionOverview of video production
Overview of video production
 
Why study political science
Why study political scienceWhy study political science
Why study political science
 
Fundamentals of Internet Technologies
Fundamentals of Internet TechnologiesFundamentals of Internet Technologies
Fundamentals of Internet Technologies
 
Documentary Filmmaking: Finding the Story
Documentary Filmmaking: Finding the StoryDocumentary Filmmaking: Finding the Story
Documentary Filmmaking: Finding the Story
 

Recently uploaded

Jigani Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Bangal...
Jigani Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Bangal...Jigani Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Bangal...
Jigani Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Bangal...amitlee9823
 
Just Call Vip call girls Nagpur Escorts ☎️8617370543 Starting From 5K to 25K ...
Just Call Vip call girls Nagpur Escorts ☎️8617370543 Starting From 5K to 25K ...Just Call Vip call girls Nagpur Escorts ☎️8617370543 Starting From 5K to 25K ...
Just Call Vip call girls Nagpur Escorts ☎️8617370543 Starting From 5K to 25K ...Nitya salvi
 
Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Gi...
Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Gi...Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Gi...
Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Gi...Pooja Nehwal
 
The hottest UI and UX Design Trends 2024
The hottest UI and UX Design Trends 2024The hottest UI and UX Design Trends 2024
The hottest UI and UX Design Trends 2024Ilham Brata
 
AMBER GRAIN EMBROIDERY | Growing folklore elements | Root-based materials, w...
AMBER GRAIN EMBROIDERY | Growing folklore elements |  Root-based materials, w...AMBER GRAIN EMBROIDERY | Growing folklore elements |  Root-based materials, w...
AMBER GRAIN EMBROIDERY | Growing folklore elements | Root-based materials, w...BarusRa
 
Booking open Available Pune Call Girls Nanded City 6297143586 Call Hot India...
Booking open Available Pune Call Girls Nanded City  6297143586 Call Hot India...Booking open Available Pune Call Girls Nanded City  6297143586 Call Hot India...
Booking open Available Pune Call Girls Nanded City 6297143586 Call Hot India...Call Girls in Nagpur High Profile
 
➥🔝 7737669865 🔝▻ Bokaro Call-girls in Women Seeking Men 🔝Bokaro🔝 Escorts S...
➥🔝 7737669865 🔝▻ Bokaro Call-girls in Women Seeking Men  🔝Bokaro🔝   Escorts S...➥🔝 7737669865 🔝▻ Bokaro Call-girls in Women Seeking Men  🔝Bokaro🔝   Escorts S...
➥🔝 7737669865 🔝▻ Bokaro Call-girls in Women Seeking Men 🔝Bokaro🔝 Escorts S...amitlee9823
 
Anamika Escorts Service Darbhanga ❣️ 7014168258 ❣️ High Cost Unlimited Hard ...
Anamika Escorts Service Darbhanga ❣️ 7014168258 ❣️ High Cost Unlimited Hard  ...Anamika Escorts Service Darbhanga ❣️ 7014168258 ❣️ High Cost Unlimited Hard  ...
Anamika Escorts Service Darbhanga ❣️ 7014168258 ❣️ High Cost Unlimited Hard ...nirzagarg
 
ab-initio-training basics and architecture
ab-initio-training basics and architectureab-initio-training basics and architecture
ab-initio-training basics and architecturesaipriyacoool
 
Escorts Service Nagavara ☎ 7737669865☎ Book Your One night Stand (Bangalore)
Escorts Service Nagavara ☎ 7737669865☎ Book Your One night Stand (Bangalore)Escorts Service Nagavara ☎ 7737669865☎ Book Your One night Stand (Bangalore)
Escorts Service Nagavara ☎ 7737669865☎ Book Your One night Stand (Bangalore)amitlee9823
 
Call Girls Basavanagudi Just Call 👗 7737669865 👗 Top Class Call Girl Service ...
Call Girls Basavanagudi Just Call 👗 7737669865 👗 Top Class Call Girl Service ...Call Girls Basavanagudi Just Call 👗 7737669865 👗 Top Class Call Girl Service ...
Call Girls Basavanagudi Just Call 👗 7737669865 👗 Top Class Call Girl Service ...amitlee9823
 
Abortion pill for sale in Muscat (+918761049707)) Get Cytotec Cash on deliver...
Abortion pill for sale in Muscat (+918761049707)) Get Cytotec Cash on deliver...Abortion pill for sale in Muscat (+918761049707)) Get Cytotec Cash on deliver...
Abortion pill for sale in Muscat (+918761049707)) Get Cytotec Cash on deliver...instagramfab782445
 
RT Nagar Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Bang...
RT Nagar Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Bang...RT Nagar Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Bang...
RT Nagar Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Bang...amitlee9823
 
How to Build a Simple Shopify Website
How to Build a Simple Shopify WebsiteHow to Build a Simple Shopify Website
How to Build a Simple Shopify Websitemark11275
 
Jordan_Amanda_DMBS202404_PB1_2024-04.pdf
Jordan_Amanda_DMBS202404_PB1_2024-04.pdfJordan_Amanda_DMBS202404_PB1_2024-04.pdf
Jordan_Amanda_DMBS202404_PB1_2024-04.pdfamanda2495
 
High Profile Escorts Nerul WhatsApp +91-9930687706, Best Service
High Profile Escorts Nerul WhatsApp +91-9930687706, Best ServiceHigh Profile Escorts Nerul WhatsApp +91-9930687706, Best Service
High Profile Escorts Nerul WhatsApp +91-9930687706, Best Servicemeghakumariji156
 
Hire 💕 8617697112 Meerut Call Girls Service Call Girls Agency
Hire 💕 8617697112 Meerut Call Girls Service Call Girls AgencyHire 💕 8617697112 Meerut Call Girls Service Call Girls Agency
Hire 💕 8617697112 Meerut Call Girls Service Call Girls AgencyNitya salvi
 
Nisha Yadav Escorts Service Ernakulam ❣️ 7014168258 ❣️ High Cost Unlimited Ha...
Nisha Yadav Escorts Service Ernakulam ❣️ 7014168258 ❣️ High Cost Unlimited Ha...Nisha Yadav Escorts Service Ernakulam ❣️ 7014168258 ❣️ High Cost Unlimited Ha...
Nisha Yadav Escorts Service Ernakulam ❣️ 7014168258 ❣️ High Cost Unlimited Ha...nirzagarg
 
➥🔝 7737669865 🔝▻ jhansi Call-girls in Women Seeking Men 🔝jhansi🔝 Escorts S...
➥🔝 7737669865 🔝▻ jhansi Call-girls in Women Seeking Men  🔝jhansi🔝   Escorts S...➥🔝 7737669865 🔝▻ jhansi Call-girls in Women Seeking Men  🔝jhansi🔝   Escorts S...
➥🔝 7737669865 🔝▻ jhansi Call-girls in Women Seeking Men 🔝jhansi🔝 Escorts S...amitlee9823
 

Recently uploaded (20)

Abortion Pills in Oman (+918133066128) Cytotec clinic buy Oman Muscat
Abortion Pills in Oman (+918133066128) Cytotec clinic buy Oman MuscatAbortion Pills in Oman (+918133066128) Cytotec clinic buy Oman Muscat
Abortion Pills in Oman (+918133066128) Cytotec clinic buy Oman Muscat
 
Jigani Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Bangal...
Jigani Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Bangal...Jigani Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Bangal...
Jigani Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Bangal...
 
Just Call Vip call girls Nagpur Escorts ☎️8617370543 Starting From 5K to 25K ...
Just Call Vip call girls Nagpur Escorts ☎️8617370543 Starting From 5K to 25K ...Just Call Vip call girls Nagpur Escorts ☎️8617370543 Starting From 5K to 25K ...
Just Call Vip call girls Nagpur Escorts ☎️8617370543 Starting From 5K to 25K ...
 
Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Gi...
Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Gi...Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Gi...
Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Gi...
 
The hottest UI and UX Design Trends 2024
The hottest UI and UX Design Trends 2024The hottest UI and UX Design Trends 2024
The hottest UI and UX Design Trends 2024
 
AMBER GRAIN EMBROIDERY | Growing folklore elements | Root-based materials, w...
AMBER GRAIN EMBROIDERY | Growing folklore elements |  Root-based materials, w...AMBER GRAIN EMBROIDERY | Growing folklore elements |  Root-based materials, w...
AMBER GRAIN EMBROIDERY | Growing folklore elements | Root-based materials, w...
 
Booking open Available Pune Call Girls Nanded City 6297143586 Call Hot India...
Booking open Available Pune Call Girls Nanded City  6297143586 Call Hot India...Booking open Available Pune Call Girls Nanded City  6297143586 Call Hot India...
Booking open Available Pune Call Girls Nanded City 6297143586 Call Hot India...
 
➥🔝 7737669865 🔝▻ Bokaro Call-girls in Women Seeking Men 🔝Bokaro🔝 Escorts S...
➥🔝 7737669865 🔝▻ Bokaro Call-girls in Women Seeking Men  🔝Bokaro🔝   Escorts S...➥🔝 7737669865 🔝▻ Bokaro Call-girls in Women Seeking Men  🔝Bokaro🔝   Escorts S...
➥🔝 7737669865 🔝▻ Bokaro Call-girls in Women Seeking Men 🔝Bokaro🔝 Escorts S...
 
Anamika Escorts Service Darbhanga ❣️ 7014168258 ❣️ High Cost Unlimited Hard ...
Anamika Escorts Service Darbhanga ❣️ 7014168258 ❣️ High Cost Unlimited Hard  ...Anamika Escorts Service Darbhanga ❣️ 7014168258 ❣️ High Cost Unlimited Hard  ...
Anamika Escorts Service Darbhanga ❣️ 7014168258 ❣️ High Cost Unlimited Hard ...
 
ab-initio-training basics and architecture
ab-initio-training basics and architectureab-initio-training basics and architecture
ab-initio-training basics and architecture
 
Escorts Service Nagavara ☎ 7737669865☎ Book Your One night Stand (Bangalore)
Escorts Service Nagavara ☎ 7737669865☎ Book Your One night Stand (Bangalore)Escorts Service Nagavara ☎ 7737669865☎ Book Your One night Stand (Bangalore)
Escorts Service Nagavara ☎ 7737669865☎ Book Your One night Stand (Bangalore)
 
Call Girls Basavanagudi Just Call 👗 7737669865 👗 Top Class Call Girl Service ...
Call Girls Basavanagudi Just Call 👗 7737669865 👗 Top Class Call Girl Service ...Call Girls Basavanagudi Just Call 👗 7737669865 👗 Top Class Call Girl Service ...
Call Girls Basavanagudi Just Call 👗 7737669865 👗 Top Class Call Girl Service ...
 
Abortion pill for sale in Muscat (+918761049707)) Get Cytotec Cash on deliver...
Abortion pill for sale in Muscat (+918761049707)) Get Cytotec Cash on deliver...Abortion pill for sale in Muscat (+918761049707)) Get Cytotec Cash on deliver...
Abortion pill for sale in Muscat (+918761049707)) Get Cytotec Cash on deliver...
 
RT Nagar Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Bang...
RT Nagar Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Bang...RT Nagar Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Bang...
RT Nagar Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Bang...
 
How to Build a Simple Shopify Website
How to Build a Simple Shopify WebsiteHow to Build a Simple Shopify Website
How to Build a Simple Shopify Website
 
Jordan_Amanda_DMBS202404_PB1_2024-04.pdf
Jordan_Amanda_DMBS202404_PB1_2024-04.pdfJordan_Amanda_DMBS202404_PB1_2024-04.pdf
Jordan_Amanda_DMBS202404_PB1_2024-04.pdf
 
High Profile Escorts Nerul WhatsApp +91-9930687706, Best Service
High Profile Escorts Nerul WhatsApp +91-9930687706, Best ServiceHigh Profile Escorts Nerul WhatsApp +91-9930687706, Best Service
High Profile Escorts Nerul WhatsApp +91-9930687706, Best Service
 
Hire 💕 8617697112 Meerut Call Girls Service Call Girls Agency
Hire 💕 8617697112 Meerut Call Girls Service Call Girls AgencyHire 💕 8617697112 Meerut Call Girls Service Call Girls Agency
Hire 💕 8617697112 Meerut Call Girls Service Call Girls Agency
 
Nisha Yadav Escorts Service Ernakulam ❣️ 7014168258 ❣️ High Cost Unlimited Ha...
Nisha Yadav Escorts Service Ernakulam ❣️ 7014168258 ❣️ High Cost Unlimited Ha...Nisha Yadav Escorts Service Ernakulam ❣️ 7014168258 ❣️ High Cost Unlimited Ha...
Nisha Yadav Escorts Service Ernakulam ❣️ 7014168258 ❣️ High Cost Unlimited Ha...
 
➥🔝 7737669865 🔝▻ jhansi Call-girls in Women Seeking Men 🔝jhansi🔝 Escorts S...
➥🔝 7737669865 🔝▻ jhansi Call-girls in Women Seeking Men  🔝jhansi🔝   Escorts S...➥🔝 7737669865 🔝▻ jhansi Call-girls in Women Seeking Men  🔝jhansi🔝   Escorts S...
➥🔝 7737669865 🔝▻ jhansi Call-girls in Women Seeking Men 🔝jhansi🔝 Escorts S...
 

Understanding Raster Graphics

  • 1. UNDERSTANDING RASTER GRAPHICS BITMAP GRAPHIC – PIXELS – RESOLUTION – IMAGE QUALITY – JPG COMPRESSION – FILE FORMATS – COLOR DEPTH
  • 2. BITMAP GRAPHIC Definition: it is also called ‘raster graphic’ or simply a ‘bitmap’, is composed of a grid of dots, and the color of each dot is stored as a binary number. Think of a grid superimposed on a picture. The grid divided the picture into cells, called pixel. Each pixel is assigned a color, which is stored as a binary number.
  • 3. YOU CAN BUILD AN IMAGE SQUARE BY SQUARE. WHEN YOU STAND FAR ENOUGH AWAY FROM THE GRID, THE INDIVIDUAL GRID SQUARES BLEND TOGETHER AND YOU SEE A COMPLETE PHOTOGRAPHIC IMAGE.
  • 4. PIXEL AND RESOLUTION  Each of the smallest visual units on the screen (called pixels) represents a location in memory.  A digital image is broken down into pixels, each of which can be assigned an individual color  Resolution refers to the fineness or sharpness of a screen display or computer-generated printed piece  The more memory available and thus the more pixels in the digital image, the higher the resolution is, and the clearer the image will be  The resolution of an individual file depends on what the artist/designer designates when the file is created where resolution for a new file is set.
  • 5.
  • 6. IMAGE RESOLUTION The dimension of the grid that forms a bitmap graphic are referred to as its resolution. The resolution of a graphics is expressed as the number of horizontal and vertical pixel it contains For example, a small graphic for web page might have a resolution of 150 x 100 pixels – 150 pixel across and 100 pixel high
  • 7. PHYSICAL SIZE OF IMAGE – IMAGE RESOLUTION  Unlike a printed photograph, a bitmap has no physical size.  The size at which a bitmap is displayed or printed depends on the density as well the resolution of the image grid  Imagine the grid over the image, if you stretch the image, the grid maintains the no. of horizontal and vertical cell, but each cell becomes larger and the grid less dense.  Similarly, when you shrink, the grid become denser.  The density of an image grid can be expressed as dots per inch (dpi) for a printer or scanner or as pixel per inch (ppi) for a monitor
  • 8. WHERE DO YOU FIND BITMAP GRAPHICS? DIGITAL CAMERA IMAGES SCANNER PRODUCES BITMAPS WEB PAGE GRAPHICS
  • 9. HOW DO YOUR CREATE BITMAPS? MS PAINT, ADOBE PHOTOSHOP. THESE SOFTWARE ALLOWS YOU FREEHAND SKETCHING, ADDING REALISTIC SHADING AND OTHER CREATIVE EFFECTS SCANNER AND DIGITAL CAMERAS CREATE BITMAP IMAGES.
  • 10. WHAT DOES IMAGE QUALITY MEAN? In addition to image size, the quality of the image can also be manipulated. Here we use the word "compression". An uncompressed image is saved in a file format that doesn't compress the pixels in the image at all. Formats such as BMP or TIF files do not compress the image. you can choose to store your image as a JPG file and choose the amount of compression you want before saving the image.
  • 12. JPG COMPRESSION JPG compression analyzes images in blocks of 8X8 pixels in size and selectively reduces the detail within each block At higher compression rations, the block pattern becomes more visible and there may be noticeable loss of detail The subject and pattern in the image is also a factor For example, a picture of the blue sky can be compressed quite a bit without any noticeable effects but a picture of a colorful bird would "pixelate" quite quickly
  • 13.
  • 14. FILE SIZE – IMAGE RESOLUTION EACH PIXEL IN A BITMAP GRAPHIC IS STORED AS ONE OR MORE BITS. THE MORE THE PIXELS THE MORE BITS IS REQUIRED TO STORE THE FILE SO, HIGHER RESOLUTION = HIGH FILE SIZE
  • 15. IMAGE QUALITY – IMAGE RESOLUTIONHigher resolution – more data Higher resolution – better quality Megapixel – millions of pixels 1.9 mega pixel digital camera will have resolution of 1600 x 1200 pixels 3.1 mega pixel digital camera will have resolution of 2160 x 1440
  • 16. The numbers along the top and left side are print dimensions in inches at 300ppi (pixels per inch). Most books and magazines require 300ppi for photo quality. For example, the chart shows that you can make a 5" x 7" photo quality print from a 3 megapixel camera.
  • 17. THE MATHEMATICS Here's why: - A megapixel is 1 million pixels. It's an area measurement like square feet. - A typical 8 megapixel camera produces images that are 3266 x 2450* pixels. If you multiply 3266 by 2450, you get 8,001,700 or 8 million pixels. - To find the largest photo quality image you can print, simply divide each dimension by 300: 3266 / 300 = 10.89 inches 2450 / 300 = 8.17 inches
  • 18.
  • 19. LETS WORK NO IT BACKWARDS LET'S SAY WE WANT TO PRINT AN 8X10 PICTURE AT 300 DPI WHAT RESOLUTION MUST WE HAVE TO DO THIS?
  • 20. THE ANSWER OK, 300 times 8 is 2400 • 300 x 8 = 2400 300 times 10 is 3000 • 300 x 10 = 3000 • So we would need a 3000 X 2400 image to do this. • 3000 X 2400 = 7.2 megapixels
  • 21. PRINT SIZE VS RESOLUTION FIRST TRY TO DETERMINE WHAT YOUR USE FOR THE IMAGE WILL BE CHOOSE THE IMAGE SIZE AND AMOUNT OF COMPRESSION TO MEET THESE NEEDS CAPTURE AT THE LEAST POSSIBLE COMPRESSION
  • 22. COLOR DEPTH It is the number of colors available for use in an image. As the number of color increases, image quality improves, but file size also increases. Color "depth" is defined by the number of bits per pixel that can be displayed on a computer screen Data is stored in bits Each bit represents two colors because it has a value of 0 or 1 The more bits per pixel, the more colors that can be displayed
  • 23. PIXELS AND COLOR DEPTH To control the color of each pixel on the screen, the operating system must dedicate a small amount of memory to each pixel In the simplest form of black-and-white computer displays, a single bit of memory is assigned to each pixel Because each memory bit is either positive or negative (0 or 1), a 1-bit display system can manage only two colors (black or white) for each pixel on the screen:
  • 25. COLOR If more bits of memory are dedicated to each pixel in the display, more colors can be managed When 8 bits of memory are dedicated to each pixel, each pixel could be one of 256 colors. 256 = 2 to the eighth power; in other words, 256 is the maximum number of unique combinations of zeros and ones you can make with 8 bits. This kind of computer display is called an "8-bit" or "256-color" display, and is common on older laptop computers and desktop machines
  • 26.
  • 29. TIFF (TAGGED IMAGE FILE FORMAT) IS A WIDELY USED BITMAPPED FILE FORMAT. IT IS APPROPRIATE FOR SCANNED IMAGES. ALMOST EVERY PROGRAM THAT WORKS WITH RASTER IMAGES CAN BE OPEN THIS FORMAT
  • 30. EPS (ENCAPSULATED POSTSCRIPT) Is a object oriented format that is excellent for storing graphics of any kind Use it when you want to put type and images into a layout program for print. It is refined form of PostScript that will allow a raster and a vector program to open the file for editing
  • 31. JPEG IS A COMPRESSED FILE FORMAT THAT REDUCES THE PIXELS IN YOUR FILE TO SAVE MEMORY. IT IS USED FOR WEB GRAPHICS WITH COLOR GRADATIONS OR PHOTOGRAPHIC IMAGES. NEVER SAVE A JPEG OVER ITSELF, BECAUSE IT LOSES INFORMATION EACH TIME AN IMAGE IS SAVED IN THIS FORMAT. THIS IS KNOWN AS A LOSSY FILE FORMAT
  • 32. GIF IS ALSO A FILE FORMAT USED IN WEB GRAPHICS FOR IMAGES FEATURING TYPE AND FLAT COLOR. IT COMPRESSES GRAPHICS WITHOUT ELIMINATING DETAIL THIS IS KNOWN AS A LOSSLESS FILE FORMAT
  • 33. PDF ARE SIMPLY CROSS PLATFORM AND CAN OPEN IN ADOBE’S ACROBAT READER. THIS PROGRAM IS FREE AND IN INCLUDED ON MOST APPLICATION DISK. YOU CAN PRINT FROM IT EVEN IF YOU DON’T OWN THE FONTS IN THE DOCUMENTS OR THE SOFTWARE USED TO CREATE THE ARTWORK
  • 34. PICT IS A MAC OBJECT ORIENTED FILE FORMAT. IT HANDLES BITMAP AND VECTOR IMAGES WELL, THEY SHOULD BE CONVERTED TO TIFF OR EPS BEFORE PLACING IN A PAGE LAYOUT PROGRAM SUCH AS PAGEMAKER, QUARK OR INDESIGN.