Presentation is loading. Please wait.

Presentation is loading. Please wait.

Image 1 Subject:T0934 / Multimedia Programming Foundation Session:4 Tahun:2009 Versi:1/0.

Similar presentations


Presentation on theme: "Image 1 Subject:T0934 / Multimedia Programming Foundation Session:4 Tahun:2009 Versi:1/0."— Presentation transcript:

1 Image 1 Subject:T0934 / Multimedia Programming Foundation Session:4 Tahun:2009 Versi:1/0

2 Bina Nusantara Learning Outcomes In the end of this session, students must be able to: –Understand the concept of color –Recognize the type of color model/space –Understand the image compression and file format –Recognize basic Java 2D API

3 Course Outlines Color Color Space Digital Image Digital Imaging in Java Bina Nusantara

4 Color Color is a sensation, perceived by the brain when our eyes caught the light reflected by an object Bina Nusantara Human eyes has three types of cones which responds to three different kinds of light’s wavelengths

5 Tristimulus theory Therefore it’s suggested that any color can be described using only three parameters (tristimulus theory) which is called as three primary colors Bina Nusantara Three Parameters Three Primary Colors Color Model

6 RGB CMY(K) HSB CIE –CIEXYZ –CIELUV –CIELAB. Bina Nusantara

7 Color Model - RGB Basic model Additive primary color Light based Bina Nusantara Used in electronic display such as CRT monitor, LCD/ plasma TV

8 Color Model – CMY(K) Basic model Subtractive primary color Pigment based K  to get better black Used in printing devices and film Bina Nusantara

9 Color Model – HSB Also known as HLS (Hue-Lightness-Saturation) or HSV (Hue-Saturation-Value) Used in computer graphic program Bina Nusantara Color Hue Level of gray Saturation Level of illumination Brightness

10 Color Model - CIE RGB & CMY can’t represent all visible colors Standard set by CIE (Comission Internationale de l'Eclairage/ International Commission on Illumination) Based on how humans perceive color Bina Nusantara

11 Color Model - CIE CIEXYZ –First CIE model –XYZ is reformulated tristimulus value to cover all possible color CIELUV –Revised CIEXYZ CIELAB. –A different approach developed in 1942 Bina Nusantara

12 Gamut A range of color that can be produced by a device or a color model Colour gamut of print media is (generally) smaller than monitor RGB. Bina Nusantara

13 Color Space Gamut Color Model Color Space Bina Nusantara Color ModelColor Space RGBAdobe RGB CIE RGB sRGB

14 Color Bina Nusantara This is an example to make a panel that is colored by RGB color

15 Digital Image Raster Image Color Depth Indexed Image Image Compression Bina Nusantara

16 Raster Image Raster image  matrix/array of pixel Original image Shownmagnified

17 Bina Nusantara Colour Depth http://en.wikipedia.org/wiki/Color_depth True Color (24 bits) 8 bits 4 bits1 bit 2 colors (monochrome)16 colors 256 colors>16 million possible colors Color Depth

18 Bina Nusantara Indexed Image Indexed/palette-based color is limited to certain bit amount of color 256 color (8bit) 16 (4bit)4 color (2bit)

19 Image Size Property Bina Nusantara

20 Image Size Property This is an example to show an image, then get the width and height of the image Bina Nusantara

21 Image Compression Reducing the amount of bits needed to represent an image with reasonable quality Lossless compression –Run-length coding –Entropy coding (Huffman, Arithmethic) –LZ variations coding (LZW, LZ77, LZ78, etc) Lossy compression –Transform coding DCT - Discrete Cosine Transform DFT - Discrete Fourier Transform DWT – Discrete Wavelet Transform Bina Nusantara

22 GIF Compression Graphics Interchange Format (GIF87a, GIF89a) Uses the modified LZW coding Limited to only palette-based images Suitable for images with few distinctive colours (ex : graphics drawing) Bina Nusantara

23 JPEG Compression First general purpose image compression standard was developed by Joint Photographic Experts Group Support truecolor dan grayscale image Suitable for natural image Bina Nusantara Original Image DCTQuantizer Entropy Encoder Compressed Image 8x8 blocks

24 JPEG variations Lossless JPEG –Employs a simple differential coding method without transform coding JPEG2000 Standard –New standard for image format –Better quality of the compresssed image –Provides superior lossless and lossy compression Bina Nusantara

25 PNG Compression Intended to replace patented GIF dan complex TIFF formats Support truecolor, grayscale, dan palette- based image Suitable for cartoon image Bina Nusantara Original ImagePrecompression DEFLATE Compression Compressed Image LZ77 + Huffman

26 Digital Imaging in Java Digital imaging was supported by three imaging model : 1.The AWT push model 2.The immediate mode model 3.The pull model Bina Nusantara

27 Buffered Image Raster ColorModel Bina Nusantara

28 Compressing Image in Java2D We use Iterator Class to make compressing ability in Java2D. setCompressionQuality use value between 0 and 1. Remember to use double (with f at the end of the number). Full code is downloadable in Additional Material

29 References Basic Color Theory for the Desktop. 2000. http://dba.med.sc.edu/price/irf/Adobe_tg/color/main.html http://dba.med.sc.edu/price/irf/Adobe_tg/color/main.html Colour Image Processing. 1997. http://www.cse.iitk.ac.in/users/amit/courses/768/vision/robyn/colorvis/colour. html http://www.cse.iitk.ac.in/users/amit/courses/768/vision/robyn/colorvis/colour. html Indexed Color and Palettes. 2008. http://www.scantips.com/palettes.htmlhttp://www.scantips.com/palettes.html Multimedia Data. 2001. http://www.cs.cf.ac.uk/Dave/Multimedia/node141.html http://www.cs.cf.ac.uk/Dave/Multimedia/node141.html Programming in Java Advanced Imaging. 1999. http://java.sun.com/products/java-media/jai/forDevelopers/jai1_0_1guide- unc/J2D-concepts.doc.html http://java.sun.com/products/java-media/jai/forDevelopers/jai1_0_1guide- unc/J2D-concepts.doc.html Color. 2009. http://en.wikipedia.org/wiki/Colorhttp://en.wikipedia.org/wiki/Color Color Model. 2009. http://en.wikipedia.org/wiki/Color_modelhttp://en.wikipedia.org/wiki/Color_model Digital imaging. 2009. http://en.wikipedia.org/wiki/Digital_imaginghttp://en.wikipedia.org/wiki/Digital_imaging Image Compression. 2009. http://en.wikipedia.org/wiki/Image_compressionhttp://en.wikipedia.org/wiki/Image_compression Bina Nusantara


Download ppt "Image 1 Subject:T0934 / Multimedia Programming Foundation Session:4 Tahun:2009 Versi:1/0."

Similar presentations


Ads by Google