SlideShare ist ein Scribd-Unternehmen logo
1 von 34
Graphics All images are broken up into Bitmapped images Vector images
Graphics - Bitmapped Bitmap images (also known as raster images) are made up of pixels in a grid. Common bitmap formats include:• BMP • GIF • JPEG, JPG • PNG • PICT (Macintosh) • PCX • TIFF • PSD (Adobe Photoshop)
Graphics - Bitmapped Popular bitmap editing programs are:• Microsoft Paint • Adobe Photoshop • Corel Photo-Paint • Corel Paint Shop Pro • The GIMP
Graphics - Vector Vector images are made up of many individual, scalable objects. These objects are defined by mathematical equations rather than pixels, so they always render at the highest quality.  Common vector formats include: AI (Adobe Illustrator)  CDR (CorelDRAW)  SWF (Flash CGM Computer Graphics Metafile DXF AutoCAD WMF Windows Metafile  SVG: Scalable vector Graphics (Web based)
Graphics - Vector Popular vector drawing programs are:• Adobe Illustrator • CorelDRAW• XaraXtreme• Serif DrawPlus
Graphics - Vector vs Bitmapped
Graphics
Lossy? Lossless? Lossless is a compression format where you don’t lose quality because the quality is stored for later Eg, Gif images, lossless WMA Lossy is a compression type where you do lose quality, the quality is thrown away when you compress Eg, JPEG images, MPEG sound/video
Graphics - Resolution Image resolution describes the detail an image holds. The term applies equally to digital images, film images, and other types of images. Higher resolution means more image detail. The greater the detail in the image, the larger the file size.  (it is important to think about what type of files you would use for different situations i.e. the web)
Colour Depth (Bit – Depth) Colour depth or bit depth, is a computer graphics term describing the number of bits used to represent the colour of a single pixel in a bitmapped image. Higher colour depth gives a broader range of distinct colours.
Bit mapping The arrangement of the pixels on the screen when taken to binary is called bit-mapping  The file size for the picture will depend upon the bit depth (or colour depth) ie, the number of bits per pixel and the size
Pixels At it’s simplest, one bit would represent one pixel and your bit mapping would look something like this:
However, each pixel has more than a yes/no piece of information. Each pixel also has a colour and tone
The more colours and tones an image has, the greater the bit depth. Eg.
So…. File Size of an image  Number of Bits used in the image Horizontal  x vertical x bit depth
File size in Kb Horizontal x vertical x bit depth 8 x 1024 Eg…What is the file size of a black and white image with a resolution of 640 x 480 pixels? File Size= 640 x 480 x 1 =307200 bits
That’s assuming you use B&W….what about colour? Colour graphics increase the number of bits per pixel you need and therefore need more storage The Minimum amount of colours is 8, which means a minimum bit depth of 3 (23=8)
Egs
Graphics Image file size—expressed as the number of bytes—increases with the number of pixels composing an image, and the colour depth of the pixels. The greater the number of rows and columns, the greater the image resolution, and the larger the file. Also, each pixel of an image increases in size when its colour depth increases—an 8-bit pixel (1 byte) stores 256 colors, a 24-bit pixel (3 bytes) stores 16 million colors, the latter known as truecolor. High resolution digital cameras record 12 megapixel. For example, an image recorded by a 12 MP camera; since each pixel uses 3 bytes to record truecolor, the uncompressed image would occupy 36,000,000 bytes of memory—a great amount of digital storage for one image, given that cameras must record and store many images to be practical. Faced with large file sizes, both within the camera and a storage disc, image file formats were developed to store such large images.  en.wikipedia.org/wiki/Image_file_formats#Image_file_sizes
Graphics – File Formats TIFF - (Tagged Image File Format) is a flexible format that normally saves 8 bits or 16 bits per color (red, green, blue). TIFF's flexibility is both blessing and curse, because no single reader reads every type of TIFF file. TIFFs are lossy and lossless. TIFF image format is not widely supported by web browsers. TIFF remains widely accepted as a photograph file standard in the printing business. TIFF can handle device-specific color spaces, such as the CMYK defined by a particular set of printing press inks. OCR (Optical Character Recognition) software packages commonly generate some form of TIFF image for scanned text pages.
Graphics – File Formats BMP The BMP file format (Windows bitmap) handles graphics files within the Microsoft Windows OS. Typically, BMP files are uncompressed, hence they are large; the advantage is their simplicity and wide acceptance in Windows programs.
Graphics – File Formats PCX/PICT PCX is the native file format for PC Paintbrush (PCX = "Personal Computer eXchange") and became one of the first widely accepted DOS imaging standards, although its use has since been succeeded by more sophisticated image formats such as GIF, JPEG and PNG. The PCX is a device-independent raster image format; the file header stores information about the display hardware (screen resolution, colour depth) separately from the actual image information, allowing the image to be properly transferred and displayed on computer systems with different hardware.  PICT was introduced on the original Apple Macintosh computer as its standard metafile format. It allows the interchange of graphics (both bitmapped and vector), and some limited text support, between Mac applications, and was the native graphics format of QuickDraw.
Graphics – File Formats JPEG JPEG (Joint Photographic Experts Group) is a compression method. JPEG compression is (in most cases) lossy compression.  When not too great, the compression does not noticeably detract from the image's quality, but JPEG files suffer generational degradation when repeatedly edited and saved.  Photographic images may be better stored in a lossless non-JPEG format if they will be re-edited, or if small "artifacts" (blemishes caused by the JPEG's compression algorithm) are unacceptable. The JPEG/JFIF format also is used as the image compression algorithm in many Adobe PDF files.
Graphics – File Formats GIF The Graphics Interchange Format (GIF) is a bitmap image format used on the World Wide Web due to its wide support and portability. It also supports animations GIF images are compressed using lossless data compression technique to reduce the file size without degrading the visual quality.
Graphics – File Formats PNG The PNG (Portable Network Graphics) file format was created as the free, open-source successor to the GIF. The PNG file format supports truecolour (16 million colours) while the GIF supports only 256 colours.  The PNG file excels when the image has large, uniformly coloured areas. The lossless PNG format is best suited for editing pictures, and the lossy formats, like JPG, are best for the final distribution of photographic images, because JPG files are smaller than PNG files. Many older browsers currently do not support the PNG file format, however, all contemporary web browsers now support all common uses of the PNG format.  PNG provides a patent-free replacement for GIF and can also replace many common uses of TIFF. PNG is designed to work well in online viewing applications, such as the World Wide Web, so it is fully streamable with a progressive display option.
Graphics – Importing Images Clipart – royalty free images Screencapture (show example) Software that can be used: Screengrab (Mozilla add-on) Capture fox Fireshot
Graphics – Importing Images Scanning: A scanner is a device that captures images from photographic prints, posters, magazine pages, and similar sources for computer editing and display. Scanners come in hand-held, feed-in, and flatbed types and for scanning black-and-white only, or color. Very high resolution scanners are used for scanning for high-resolution printing, but lower resolution scanners are adequate for capturing images for computer display. Scanners usually come with software, such as Adobe's Photoshop product, that lets you resize and otherwise modify a captured image. OCR - Optical character recognition systems use scanners to capture a document's contents, but go one step further. They use software to convert the dots into ASCII or EBCDIC text characters so they can be used in word processing, e-mail and other text applications.
Colour scanners/Cameras Both scanners and cameras digitize data in the same way They convert light reflected from an image or an object into electrical signals recorded as binary.
Resolution???? The amount of detail that the scanner/camera can capture is called the resolution, and it is measured in pixels. The more pixels a scanner/camera has, the more detail it can capture and the larger pictures can be without becoming blurry or "grainy."
Resolution Resolution is measured by how many pixels the image contains Eg 2240 2240x1680 =3,763200 4 megapixel this allows  large printed photos, with good quality for prints up to 16x20 inches. 1680 4 million pixel
Graphics Tablet also known as digitizing tablets, are computer peripheral devices that allow "hand-drawn" tablet-to-screen input. Using a pen/stylus rather than a mouse, the graphics tablet allows the control of "drawing" on the screen with the same hand control that a pencil allows, by drawing pen-strokes on the tablet and having them mirrored by the cursor on-screen. Some tablets also have a screen of their own that allows a more accurate "drawing" experience. http://animation.about.com/od/glossaryofterms/g/graptab_def.htm
Digital Camera A digital camera is a camera that takes video or still photographs, or both, digitally by recording images via an electronic image sensor. The resolution of a digital camera is often limited by the camera sensor (typically a CCD (charged couple device) or CMOS sensor chip) that turns light into discrete signals, replacing the job of film in traditional photography.  The number of resulting pixels in the image determines its "pixel count“. http://en.wikipedia.org/wiki/Digital_camera
Graphics Stock photos (stock photography) are professional photographs of common places, landmarks, nature, events or people that are bought and sold on a royalty-free basis and can be used and reused for commercial design purposes. Image Libraries
Graphics object layering: text other images image enhancements:  filters special effects anti-aliasing image manipulation:  stretch skew rotate colour adjustment These will be looked at in a practical sense.

Weitere ähnliche Inhalte

Was ist angesagt?

Chapter 3 - Multimedia System Design
Chapter 3 - Multimedia System DesignChapter 3 - Multimedia System Design
Chapter 3 - Multimedia System DesignPratik Pradhan
 
Technical glossary
Technical glossaryTechnical glossary
Technical glossaryhalo4robo
 
Video compression
Video compressionVideo compression
Video compressionDarkNight14
 
Multimedia file formats
Multimedia file formatsMultimedia file formats
Multimedia file formatsShruti Garg
 
multimedia data and file format
multimedia data and file formatmultimedia data and file format
multimedia data and file formatALOK SAHNI
 
Multimedia and-system-design-sound-images by zubair yaseen& yameen shakir
Multimedia and-system-design-sound-images by zubair yaseen& yameen shakirMultimedia and-system-design-sound-images by zubair yaseen& yameen shakir
Multimedia and-system-design-sound-images by zubair yaseen& yameen shakirUniversity of Education
 
Chapter 11 - Emerging Multimedia Technologies
Chapter 11 - Emerging Multimedia TechnologiesChapter 11 - Emerging Multimedia Technologies
Chapter 11 - Emerging Multimedia TechnologiesPratik Pradhan
 
MMS2401 - Multimedia system and Communication Notes
MMS2401 - Multimedia system and Communication NotesMMS2401 - Multimedia system and Communication Notes
MMS2401 - Multimedia system and Communication NotesPratik Pradhan
 
Multimedia presentation video compression
Multimedia presentation video compressionMultimedia presentation video compression
Multimedia presentation video compressionLaLit DuBey
 
5 multimedia elements - animation
5   multimedia elements - animation5   multimedia elements - animation
5 multimedia elements - animationKelly Bauer
 
Technical glossary
Technical glossaryTechnical glossary
Technical glossaryhalo4robo
 
Chapter 6 : VIDEO
Chapter 6 : VIDEOChapter 6 : VIDEO
Chapter 6 : VIDEOazira96
 

Was ist angesagt? (20)

Chapter 3 - Multimedia System Design
Chapter 3 - Multimedia System DesignChapter 3 - Multimedia System Design
Chapter 3 - Multimedia System Design
 
HSC Multimedia
HSC MultimediaHSC Multimedia
HSC Multimedia
 
Mm video
Mm videoMm video
Mm video
 
Technical glossary
Technical glossaryTechnical glossary
Technical glossary
 
Video compression
Video compressionVideo compression
Video compression
 
Multimedia System
Multimedia SystemMultimedia System
Multimedia System
 
Multimedia file formats
Multimedia file formatsMultimedia file formats
Multimedia file formats
 
multimedia data and file format
multimedia data and file formatmultimedia data and file format
multimedia data and file format
 
Multimedia and-system-design-sound-images by zubair yaseen& yameen shakir
Multimedia and-system-design-sound-images by zubair yaseen& yameen shakirMultimedia and-system-design-sound-images by zubair yaseen& yameen shakir
Multimedia and-system-design-sound-images by zubair yaseen& yameen shakir
 
Chapter 11 - Emerging Multimedia Technologies
Chapter 11 - Emerging Multimedia TechnologiesChapter 11 - Emerging Multimedia Technologies
Chapter 11 - Emerging Multimedia Technologies
 
MMS2401 - Multimedia system and Communication Notes
MMS2401 - Multimedia system and Communication NotesMMS2401 - Multimedia system and Communication Notes
MMS2401 - Multimedia system and Communication Notes
 
Unit iv
Unit ivUnit iv
Unit iv
 
Multimedia systems
Multimedia systemsMultimedia systems
Multimedia systems
 
Multimedia presentation video compression
Multimedia presentation video compressionMultimedia presentation video compression
Multimedia presentation video compression
 
Multimedia
MultimediaMultimedia
Multimedia
 
Chapter 3
Chapter 3Chapter 3
Chapter 3
 
5 multimedia elements - animation
5   multimedia elements - animation5   multimedia elements - animation
5 multimedia elements - animation
 
Video Compression
Video CompressionVideo Compression
Video Compression
 
Technical glossary
Technical glossaryTechnical glossary
Technical glossary
 
Chapter 6 : VIDEO
Chapter 6 : VIDEOChapter 6 : VIDEO
Chapter 6 : VIDEO
 

Ähnlich wie Stem 71 24 multimedia elements - graphics

Pixel and resolution
Pixel and resolutionPixel and resolution
Pixel and resolutionrosstapher
 
Technical File Presentation Version 2
Technical File Presentation Version 2Technical File Presentation Version 2
Technical File Presentation Version 2WildOakForrest
 
Technical glossary steve task 1
Technical glossary steve task 1Technical glossary steve task 1
Technical glossary steve task 1benstoraro
 
Technical glossary steve task 1
Technical glossary steve task 1Technical glossary steve task 1
Technical glossary steve task 1benstoraro
 
Technical Files Presentation
Technical Files PresentationTechnical Files Presentation
Technical Files PresentationWildOakForrest
 
Paniting programs presentation
Paniting programs presentationPaniting programs presentation
Paniting programs presentationElisa MacGoun
 
Paniting programs presentation
Paniting programs presentationPaniting programs presentation
Paniting programs presentationElisa MacGoun
 
Task 1 – digital graphics for computer games
Task 1 – digital graphics for computer gamesTask 1 – digital graphics for computer games
Task 1 – digital graphics for computer gamesJames-003
 
L3 cmp technicalfile_180911
L3 cmp technicalfile_180911L3 cmp technicalfile_180911
L3 cmp technicalfile_180911mapuk7
 
Digital imaging101 ann ware unit 4 dtp 1
Digital imaging101 ann ware unit 4 dtp 1Digital imaging101 ann ware unit 4 dtp 1
Digital imaging101 ann ware unit 4 dtp 1pamdlynnbrown
 
Digital Image File Formats
Digital Image File FormatsDigital Image File Formats
Digital Image File Formatsindiangarg
 
Motion graphics glossary
Motion graphics glossaryMotion graphics glossary
Motion graphics glossaryBigCheese1
 
A raster graphics image
A raster graphics imageA raster graphics image
A raster graphics imageconnermurray
 

Ähnlich wie Stem 71 24 multimedia elements - graphics (20)

Pixel and resolution
Pixel and resolutionPixel and resolution
Pixel and resolution
 
Technical File Presentation Version 2
Technical File Presentation Version 2Technical File Presentation Version 2
Technical File Presentation Version 2
 
Technical glossary steve task 1
Technical glossary steve task 1Technical glossary steve task 1
Technical glossary steve task 1
 
Technical glossary steve task 1
Technical glossary steve task 1Technical glossary steve task 1
Technical glossary steve task 1
 
Task 1
Task 1Task 1
Task 1
 
Technical Files Presentation
Technical Files PresentationTechnical Files Presentation
Technical Files Presentation
 
Unit 78 technical file
Unit 78 technical fileUnit 78 technical file
Unit 78 technical file
 
graphics
graphicsgraphics
graphics
 
Task 1
Task 1Task 1
Task 1
 
Paniting programs presentation
Paniting programs presentationPaniting programs presentation
Paniting programs presentation
 
Paniting programs presentation
Paniting programs presentationPaniting programs presentation
Paniting programs presentation
 
Task 1 – digital graphics for computer games
Task 1 – digital graphics for computer gamesTask 1 – digital graphics for computer games
Task 1 – digital graphics for computer games
 
Technical glossary
Technical glossaryTechnical glossary
Technical glossary
 
Technical glossary
Technical glossaryTechnical glossary
Technical glossary
 
L3 cmp technicalfile_180911
L3 cmp technicalfile_180911L3 cmp technicalfile_180911
L3 cmp technicalfile_180911
 
Digital imaging101 ann ware unit 4 dtp 1
Digital imaging101 ann ware unit 4 dtp 1Digital imaging101 ann ware unit 4 dtp 1
Digital imaging101 ann ware unit 4 dtp 1
 
Digital Image File Formats
Digital Image File FormatsDigital Image File Formats
Digital Image File Formats
 
MM1
MM1MM1
MM1
 
Motion graphics glossary
Motion graphics glossaryMotion graphics glossary
Motion graphics glossary
 
A raster graphics image
A raster graphics imageA raster graphics image
A raster graphics image
 

Mehr von Kelly Bauer

Structural factors
Structural factorsStructural factors
Structural factorsKelly Bauer
 
Scaffolding activities
Scaffolding activitiesScaffolding activities
Scaffolding activitiesKelly Bauer
 
Project showcase
Project showcaseProject showcase
Project showcaseKelly Bauer
 
Project showcase church in the middle ages
Project showcase church in the middle agesProject showcase church in the middle ages
Project showcase church in the middle agesKelly Bauer
 
Selection and justification
Selection and justificationSelection and justification
Selection and justificationKelly Bauer
 
6 multimedia elements - www
6   multimedia elements - www6   multimedia elements - www
6 multimedia elements - wwwKelly Bauer
 
3 multimedia elements - audio
3   multimedia elements - audio3   multimedia elements - audio
3 multimedia elements - audioKelly Bauer
 
OHS for Industrial Technology
OHS for Industrial TechnologyOHS for Industrial Technology
OHS for Industrial TechnologyKelly Bauer
 
Images (Samples from past exams
Images (Samples from past examsImages (Samples from past exams
Images (Samples from past examsKelly Bauer
 
Personell issues
Personell issuesPersonell issues
Personell issuesKelly Bauer
 
Exam feedback term 1 2011
Exam feedback term 1 2011Exam feedback term 1 2011
Exam feedback term 1 2011Kelly Bauer
 
Exam feedback term 1 2011
Exam feedback term 1 2011Exam feedback term 1 2011
Exam feedback term 1 2011Kelly Bauer
 
Sample hsc style questions
Sample hsc style questionsSample hsc style questions
Sample hsc style questionsKelly Bauer
 

Mehr von Kelly Bauer (20)

Logo design
Logo designLogo design
Logo design
 
Team teaching
Team teachingTeam teaching
Team teaching
 
Cmyk vs rgb
Cmyk vs rgbCmyk vs rgb
Cmyk vs rgb
 
Structural factors
Structural factorsStructural factors
Structural factors
 
Scaffolding activities
Scaffolding activitiesScaffolding activities
Scaffolding activities
 
Team teaching
Team teachingTeam teaching
Team teaching
 
Entry document
Entry documentEntry document
Entry document
 
Project showcase
Project showcaseProject showcase
Project showcase
 
Project showcase church in the middle ages
Project showcase church in the middle agesProject showcase church in the middle ages
Project showcase church in the middle ages
 
Selection and justification
Selection and justificationSelection and justification
Selection and justification
 
6 multimedia elements - www
6   multimedia elements - www6   multimedia elements - www
6 multimedia elements - www
 
3 multimedia elements - audio
3   multimedia elements - audio3   multimedia elements - audio
3 multimedia elements - audio
 
OHS for Industrial Technology
OHS for Industrial TechnologyOHS for Industrial Technology
OHS for Industrial Technology
 
Images (Samples from past exams
Images (Samples from past examsImages (Samples from past exams
Images (Samples from past exams
 
Personell issues
Personell issuesPersonell issues
Personell issues
 
Differentiation
DifferentiationDifferentiation
Differentiation
 
Exam feedback term 1 2011
Exam feedback term 1 2011Exam feedback term 1 2011
Exam feedback term 1 2011
 
Exam feedback term 1 2011
Exam feedback term 1 2011Exam feedback term 1 2011
Exam feedback term 1 2011
 
Stem 22 text
Stem 22 textStem 22 text
Stem 22 text
 
Sample hsc style questions
Sample hsc style questionsSample hsc style questions
Sample hsc style questions
 

Stem 71 24 multimedia elements - graphics

  • 1. Graphics All images are broken up into Bitmapped images Vector images
  • 2. Graphics - Bitmapped Bitmap images (also known as raster images) are made up of pixels in a grid. Common bitmap formats include:• BMP • GIF • JPEG, JPG • PNG • PICT (Macintosh) • PCX • TIFF • PSD (Adobe Photoshop)
  • 3. Graphics - Bitmapped Popular bitmap editing programs are:• Microsoft Paint • Adobe Photoshop • Corel Photo-Paint • Corel Paint Shop Pro • The GIMP
  • 4. Graphics - Vector Vector images are made up of many individual, scalable objects. These objects are defined by mathematical equations rather than pixels, so they always render at the highest quality. Common vector formats include: AI (Adobe Illustrator) CDR (CorelDRAW) SWF (Flash CGM Computer Graphics Metafile DXF AutoCAD WMF Windows Metafile SVG: Scalable vector Graphics (Web based)
  • 5. Graphics - Vector Popular vector drawing programs are:• Adobe Illustrator • CorelDRAW• XaraXtreme• Serif DrawPlus
  • 6. Graphics - Vector vs Bitmapped
  • 8. Lossy? Lossless? Lossless is a compression format where you don’t lose quality because the quality is stored for later Eg, Gif images, lossless WMA Lossy is a compression type where you do lose quality, the quality is thrown away when you compress Eg, JPEG images, MPEG sound/video
  • 9. Graphics - Resolution Image resolution describes the detail an image holds. The term applies equally to digital images, film images, and other types of images. Higher resolution means more image detail. The greater the detail in the image, the larger the file size. (it is important to think about what type of files you would use for different situations i.e. the web)
  • 10. Colour Depth (Bit – Depth) Colour depth or bit depth, is a computer graphics term describing the number of bits used to represent the colour of a single pixel in a bitmapped image. Higher colour depth gives a broader range of distinct colours.
  • 11. Bit mapping The arrangement of the pixels on the screen when taken to binary is called bit-mapping The file size for the picture will depend upon the bit depth (or colour depth) ie, the number of bits per pixel and the size
  • 12. Pixels At it’s simplest, one bit would represent one pixel and your bit mapping would look something like this:
  • 13. However, each pixel has more than a yes/no piece of information. Each pixel also has a colour and tone
  • 14. The more colours and tones an image has, the greater the bit depth. Eg.
  • 15. So…. File Size of an image Number of Bits used in the image Horizontal x vertical x bit depth
  • 16. File size in Kb Horizontal x vertical x bit depth 8 x 1024 Eg…What is the file size of a black and white image with a resolution of 640 x 480 pixels? File Size= 640 x 480 x 1 =307200 bits
  • 17. That’s assuming you use B&W….what about colour? Colour graphics increase the number of bits per pixel you need and therefore need more storage The Minimum amount of colours is 8, which means a minimum bit depth of 3 (23=8)
  • 18. Egs
  • 19. Graphics Image file size—expressed as the number of bytes—increases with the number of pixels composing an image, and the colour depth of the pixels. The greater the number of rows and columns, the greater the image resolution, and the larger the file. Also, each pixel of an image increases in size when its colour depth increases—an 8-bit pixel (1 byte) stores 256 colors, a 24-bit pixel (3 bytes) stores 16 million colors, the latter known as truecolor. High resolution digital cameras record 12 megapixel. For example, an image recorded by a 12 MP camera; since each pixel uses 3 bytes to record truecolor, the uncompressed image would occupy 36,000,000 bytes of memory—a great amount of digital storage for one image, given that cameras must record and store many images to be practical. Faced with large file sizes, both within the camera and a storage disc, image file formats were developed to store such large images. en.wikipedia.org/wiki/Image_file_formats#Image_file_sizes
  • 20. Graphics – File Formats TIFF - (Tagged Image File Format) is a flexible format that normally saves 8 bits or 16 bits per color (red, green, blue). TIFF's flexibility is both blessing and curse, because no single reader reads every type of TIFF file. TIFFs are lossy and lossless. TIFF image format is not widely supported by web browsers. TIFF remains widely accepted as a photograph file standard in the printing business. TIFF can handle device-specific color spaces, such as the CMYK defined by a particular set of printing press inks. OCR (Optical Character Recognition) software packages commonly generate some form of TIFF image for scanned text pages.
  • 21. Graphics – File Formats BMP The BMP file format (Windows bitmap) handles graphics files within the Microsoft Windows OS. Typically, BMP files are uncompressed, hence they are large; the advantage is their simplicity and wide acceptance in Windows programs.
  • 22. Graphics – File Formats PCX/PICT PCX is the native file format for PC Paintbrush (PCX = "Personal Computer eXchange") and became one of the first widely accepted DOS imaging standards, although its use has since been succeeded by more sophisticated image formats such as GIF, JPEG and PNG. The PCX is a device-independent raster image format; the file header stores information about the display hardware (screen resolution, colour depth) separately from the actual image information, allowing the image to be properly transferred and displayed on computer systems with different hardware. PICT was introduced on the original Apple Macintosh computer as its standard metafile format. It allows the interchange of graphics (both bitmapped and vector), and some limited text support, between Mac applications, and was the native graphics format of QuickDraw.
  • 23. Graphics – File Formats JPEG JPEG (Joint Photographic Experts Group) is a compression method. JPEG compression is (in most cases) lossy compression. When not too great, the compression does not noticeably detract from the image's quality, but JPEG files suffer generational degradation when repeatedly edited and saved. Photographic images may be better stored in a lossless non-JPEG format if they will be re-edited, or if small "artifacts" (blemishes caused by the JPEG's compression algorithm) are unacceptable. The JPEG/JFIF format also is used as the image compression algorithm in many Adobe PDF files.
  • 24. Graphics – File Formats GIF The Graphics Interchange Format (GIF) is a bitmap image format used on the World Wide Web due to its wide support and portability. It also supports animations GIF images are compressed using lossless data compression technique to reduce the file size without degrading the visual quality.
  • 25. Graphics – File Formats PNG The PNG (Portable Network Graphics) file format was created as the free, open-source successor to the GIF. The PNG file format supports truecolour (16 million colours) while the GIF supports only 256 colours. The PNG file excels when the image has large, uniformly coloured areas. The lossless PNG format is best suited for editing pictures, and the lossy formats, like JPG, are best for the final distribution of photographic images, because JPG files are smaller than PNG files. Many older browsers currently do not support the PNG file format, however, all contemporary web browsers now support all common uses of the PNG format. PNG provides a patent-free replacement for GIF and can also replace many common uses of TIFF. PNG is designed to work well in online viewing applications, such as the World Wide Web, so it is fully streamable with a progressive display option.
  • 26. Graphics – Importing Images Clipart – royalty free images Screencapture (show example) Software that can be used: Screengrab (Mozilla add-on) Capture fox Fireshot
  • 27. Graphics – Importing Images Scanning: A scanner is a device that captures images from photographic prints, posters, magazine pages, and similar sources for computer editing and display. Scanners come in hand-held, feed-in, and flatbed types and for scanning black-and-white only, or color. Very high resolution scanners are used for scanning for high-resolution printing, but lower resolution scanners are adequate for capturing images for computer display. Scanners usually come with software, such as Adobe's Photoshop product, that lets you resize and otherwise modify a captured image. OCR - Optical character recognition systems use scanners to capture a document's contents, but go one step further. They use software to convert the dots into ASCII or EBCDIC text characters so they can be used in word processing, e-mail and other text applications.
  • 28. Colour scanners/Cameras Both scanners and cameras digitize data in the same way They convert light reflected from an image or an object into electrical signals recorded as binary.
  • 29. Resolution???? The amount of detail that the scanner/camera can capture is called the resolution, and it is measured in pixels. The more pixels a scanner/camera has, the more detail it can capture and the larger pictures can be without becoming blurry or "grainy."
  • 30. Resolution Resolution is measured by how many pixels the image contains Eg 2240 2240x1680 =3,763200 4 megapixel this allows large printed photos, with good quality for prints up to 16x20 inches. 1680 4 million pixel
  • 31. Graphics Tablet also known as digitizing tablets, are computer peripheral devices that allow "hand-drawn" tablet-to-screen input. Using a pen/stylus rather than a mouse, the graphics tablet allows the control of "drawing" on the screen with the same hand control that a pencil allows, by drawing pen-strokes on the tablet and having them mirrored by the cursor on-screen. Some tablets also have a screen of their own that allows a more accurate "drawing" experience. http://animation.about.com/od/glossaryofterms/g/graptab_def.htm
  • 32. Digital Camera A digital camera is a camera that takes video or still photographs, or both, digitally by recording images via an electronic image sensor. The resolution of a digital camera is often limited by the camera sensor (typically a CCD (charged couple device) or CMOS sensor chip) that turns light into discrete signals, replacing the job of film in traditional photography. The number of resulting pixels in the image determines its "pixel count“. http://en.wikipedia.org/wiki/Digital_camera
  • 33. Graphics Stock photos (stock photography) are professional photographs of common places, landmarks, nature, events or people that are bought and sold on a royalty-free basis and can be used and reused for commercial design purposes. Image Libraries
  • 34. Graphics object layering: text other images image enhancements: filters special effects anti-aliasing image manipulation: stretch skew rotate colour adjustment These will be looked at in a practical sense.