SlideShare a Scribd company logo
1 of 23
Download to read offline
GRAPHICS

UG141 – Multimedia Design


                 Johny Hizkia Siringo Ringo
           BIT (Multimedia Tech.), MIMS (Soft. Dev.)
                            johny.hizkia@istb.ac.id
                     johny.hizkia.ringo@gmail.com
                                     www.istb.ac.id
Role of Graphic
•   Graph and Chart
•   Photograph or images
•   Background metaphor
•   Animated graphic




johny.hizkia@istb.ac.id      www.istb.ac.id   2
Graphics – Some Terminology
• Pixel: A digital image consist of many picture
  elements




johny.hizkia@istb.ac.id   www.istb.ac.id   3
Graphic – Some Terminology
• Resolution: The number of pixel determine
  the quality of the image (higher = better)




johny.hizkia@istb.ac.id   www.istb.ac.id   4
Vector Vs Bitmap
• Vector
      – is represented as geometric shape (lines and arc)
        and is stored as mathematical instruction.
      – Example: SVG
• Bitmap
      – is represented as pixel and stored
      – Example: bmp, jpeg



johny.hizkia@istb.ac.id       www.istb.ac.id      5
Vector

                                           Bitmap
johny.hizkia@istb.ac.id   www.istb.ac.id        6
johny.hizkia@istb.ac.id   www.istb.ac.id   7
Vector
• Advantages of using Vector
      – Can be modified without affecting its quality
      – Smaller in file size
      – Ideal for animation and design

• Disadvantages of using Vector
      – Not a popular format
      – Limited to certain programs like spreadsheet or
        graphic program

johny.hizkia@istb.ac.id   www.istb.ac.id          8
Bitmap
• Advantages of using Bitmap
      – Popular formats such as JPEG, BMP, and others
      – Scanner normally output images in bitmap
        formats


• Disadvantages of using Bitmap
      – Hard to be modified without affecting the quality
      – File size can be large

johny.hizkia@istb.ac.id   www.istb.ac.id         9
Bitmap
• Quality of Bitmap is determined by screen
  resolution and color depth (range of color
  available for pixels, measured in bits)

• File size = image in pixels * color depth in bits.




johny.hizkia@istb.ac.id   www.istb.ac.id    10
Vector Vs Bitmap
                   Bitmap Graphic                              Vector Graphic
   Simple matrix or grids of dots with color     Image data are stored in the form of:
   information.                                  • Data points which describe the
                                                 collection of lines, curves, circle, etc
   Think about an array of colored dots that
   when seen from distance forms an
   image.
   Smallest elements of a bitmap is a pixel      The information of the images can be
                                                 stored as coordinates.
   Bitmap images get grainy and pixilated        The computer recreates the image based
   when zoomed in                                on the information describing the image

   Best for large image with different colors Easily scaled without quality loss




johny.hizkia@istb.ac.id             www.istb.ac.id                            11
Vector Vs Bitmap
       PROGRAM              FILE EXTENSION             BITMAP   VECTOR
      Adobe Photoshop             .psd                   X

       Mac Quikcdraw           .pct / .pict              X

        Targa Bitmap              .tga                   X

       Windows Bitmap            .bmp                    x

       Adobe Illustrator        .ai / .eps                           X

          AutoCAD              .dwg / .dxf                           X

       AutoDesk Draw              .cdr                               X

      Windows Metafile            .wmf                               x




johny.hizkia@istb.ac.id               www.istb.ac.id            12
Guidelines for using Graphics
• Avoid using graphic that do not add value to
  contents
• Consider using thumbnails, when dealing with
  graphics
• Use quality graphic that adds value to content




johny.hizkia@istb.ac.id   www.istb.ac.id   13
Graphic Authoring Tools
• Paint Program
      – MS Paint
      – Adobe Illustrator


• Image editing program
      – Photoshop
      – Gimp
      – Corel Draw

johny.hizkia@istb.ac.id     www.istb.ac.id   14
Graphic Authoring Tools
• Task to Perform:
      – Crop: removing unwanted section of an image
      – Enhance: Improving the quality or remove defects
        due to resolution and contrast
      – Filter: Sharpening / Distort an image
      – Layering: Using additional image in layers
      – 3D Imaging



johny.hizkia@istb.ac.id   www.istb.ac.id        15
GIF (Graphics Interchange Format)
•   A bitmap image format
•   Supports up to 8 bits per pixel (256 color)
•   Using lossless data compression
•   Usage:
      – GIFs are suitable for sharp-edged line art (such as
        logos) with a limited number of colors.
      – GIFs can be used to store low-color sprite data for
        games.
      – GIFs can be used for small animations and low-
        resolution film clips.

johny.hizkia@istb.ac.id   www.istb.ac.id              16
GIF (Graphics Interchange Format)

             Advantages                               Disadvantages
                                                                      Can only have
                          No color
                                                                      maximum 256
                          information lost
                                                                      colors

                                                                      Does not
                          Compress line                               compress
                          art well                                    photographs
                                                                      well

                          Support
                          transparency,                               Copyrighted
                          interlace,                                  format
                          animation

johny.hizkia@istb.ac.id              www.istb.ac.id                                 17
PNG (Portable Network Graphics)
•   A bitmapped image format
•   Employs lossless data compression
•   Improve upon and replace GIF
•   Support palette-based images (24-bit RGB)




johny.hizkia@istb.ac.id   www.istb.ac.id   18
PNG (Portable Network Graphics)
                      Advantages                        Disadvantages
                                                                        Not all
                                   No color
                                                                        supported by
                                   information
                                                                        web browsers

                                   Support more
                                   than 16.7
                                   million colors


                                   Compresses
                                   images well


                                   Support
                                   transparent,
                                   interlace

johny.hizkia@istb.ac.id                    www.istb.ac.id                              19
Interlace/progressive




Begins with a low-resolution image and increases details as
the file continue to load.

johny.hizkia@istb.ac.id    www.istb.ac.id         20
JPEG
    (Joint Photographic Experts Group)
• Used method of lossy data compression
• The most common image format used by
  digital cameras and other photographic image
  capture devices
• Supports up to 16.7 million colors




johny.hizkia@istb.ac.id   www.istb.ac.id   21
JPEG
    (Joint Photographic Experts Group)
             Advantages                             Disadvantages
                          Support a                                 Losses some
                          maximum 16.7                              image
                          million colors                            information


                          Compress
                                                                    No
                          photographs
                                                                    transparency
                          well


                          Support
                          progressive                               No animation
                          images quality

johny.hizkia@istb.ac.id            www.istb.ac.id                             22
Summary
• Decision factors:
      • Support by the browsers

      • Colors – photo-like image

      • Transparency

      • Animation

      • Interlacing

johny.hizkia@istb.ac.id   www.istb.ac.id   23

More Related Content

What's hot

Presentation on images
Presentation on imagesPresentation on images
Presentation on imagesumme farwa
 
Chapter 3 : IMAGE
Chapter 3 : IMAGEChapter 3 : IMAGE
Chapter 3 : IMAGEazira96
 
Raster and vector
Raster and vectorRaster and vector
Raster and vectorleeanne123
 
Technical glossary
Technical glossaryTechnical glossary
Technical glossaryhalo4robo
 
Commonly Used Image File Formats
Commonly Used Image File FormatsCommonly Used Image File Formats
Commonly Used Image File FormatsFatih Ă–zlĂĽ
 
Lesson 3 graphics types
Lesson 3  graphics typesLesson 3  graphics types
Lesson 3 graphics typeshwells2101
 
Image capture powerpoint
Image capture powerpointImage capture powerpoint
Image capture powerpointcbottomleyct
 
Cg introduction
Cg introductionCg introduction
Cg introductionUma mohan
 
Graphic File Formats
Graphic  File  FormatsGraphic  File  Formats
Graphic File Formatsaidanbd
 
TYPES OF IMAGE FILE FORMAT - MATHANKUMAR.S - VMKVEC
TYPES OF IMAGE FILE FORMAT - MATHANKUMAR.S - VMKVECTYPES OF IMAGE FILE FORMAT - MATHANKUMAR.S - VMKVEC
TYPES OF IMAGE FILE FORMAT - MATHANKUMAR.S - VMKVECMathankumar S
 
Information Processes and Technology Multimedia and Graphics
Information Processes and Technology Multimedia and GraphicsInformation Processes and Technology Multimedia and Graphics
Information Processes and Technology Multimedia and Graphicspezhappy99
 
Bitmap graphics
Bitmap graphicsBitmap graphics
Bitmap graphicsSabahtHussein
 
.bmp image data format
.bmp image data format.bmp image data format
.bmp image data formatMahesh pawar
 

What's hot (16)

Presentation on images
Presentation on imagesPresentation on images
Presentation on images
 
Chapter 3 : IMAGE
Chapter 3 : IMAGEChapter 3 : IMAGE
Chapter 3 : IMAGE
 
Raster and vector
Raster and vectorRaster and vector
Raster and vector
 
Technical glossary
Technical glossaryTechnical glossary
Technical glossary
 
Commonly Used Image File Formats
Commonly Used Image File FormatsCommonly Used Image File Formats
Commonly Used Image File Formats
 
Lesson 3 graphics types
Lesson 3  graphics typesLesson 3  graphics types
Lesson 3 graphics types
 
Image capture powerpoint
Image capture powerpointImage capture powerpoint
Image capture powerpoint
 
Cg introduction
Cg introductionCg introduction
Cg introduction
 
Graphic File Formats
Graphic  File  FormatsGraphic  File  Formats
Graphic File Formats
 
TYPES OF IMAGE FILE FORMAT - MATHANKUMAR.S - VMKVEC
TYPES OF IMAGE FILE FORMAT - MATHANKUMAR.S - VMKVECTYPES OF IMAGE FILE FORMAT - MATHANKUMAR.S - VMKVEC
TYPES OF IMAGE FILE FORMAT - MATHANKUMAR.S - VMKVEC
 
Information Processes and Technology Multimedia and Graphics
Information Processes and Technology Multimedia and GraphicsInformation Processes and Technology Multimedia and Graphics
Information Processes and Technology Multimedia and Graphics
 
Bitmap graphics
Bitmap graphicsBitmap graphics
Bitmap graphics
 
Technical File
Technical FileTechnical File
Technical File
 
Ch06
Ch06Ch06
Ch06
 
Image & Graphics
Image & GraphicsImage & Graphics
Image & Graphics
 
.bmp image data format
.bmp image data format.bmp image data format
.bmp image data format
 

Viewers also liked

Text-Elements of multimedia
Text-Elements of multimediaText-Elements of multimedia
Text-Elements of multimediaVanitha Chandru
 
Graphic files
Graphic filesGraphic files
Graphic filessettersr
 
Image And Graphic Files on Powerpoint
Image And Graphic Files on PowerpointImage And Graphic Files on Powerpoint
Image And Graphic Files on Powerpoint24annabelle89
 
Color Image Processing
Color Image ProcessingColor Image Processing
Color Image Processingkiruthiammu
 
Multimedia presentation
  Multimedia presentation   Multimedia presentation
Multimedia presentation kamalesh2015
 
Introduction To Multimedia
Introduction To MultimediaIntroduction To Multimedia
Introduction To MultimediaJomel Penalba
 
Programming
ProgrammingProgramming
ProgrammingRohaiziah
 
Image Files Formats
Image Files FormatsImage Files Formats
Image Files FormatsSarah Fernetich
 
Image file formats
Image file formatsImage file formats
Image file formatsBob Watson
 
Lecture 4 text
Lecture 4   textLecture 4   text
Lecture 4 textMr SMAK
 
Chapter 2 : TEXT
Chapter 2 : TEXTChapter 2 : TEXT
Chapter 2 : TEXTazira96
 
introduction of Multimedia
introduction of Multimedia introduction of Multimedia
introduction of Multimedia Sagar Pednekar
 
Introduction to multimedia
Introduction to multimediaIntroduction to multimedia
Introduction to multimediaZurina Yasak
 
Chapter 1 : INTRODUCTION TO MULTIMEDIA
Chapter 1 : INTRODUCTION TO MULTIMEDIAChapter 1 : INTRODUCTION TO MULTIMEDIA
Chapter 1 : INTRODUCTION TO MULTIMEDIAazira96
 
Teaching Text Structure
Teaching Text StructureTeaching Text Structure
Teaching Text StructureEmily Kissner
 
Understanding text-structure-powerpoint
Understanding text-structure-powerpointUnderstanding text-structure-powerpoint
Understanding text-structure-powerpointaelowans
 

Viewers also liked (19)

Text-Elements of multimedia
Text-Elements of multimediaText-Elements of multimedia
Text-Elements of multimedia
 
Graphic files
Graphic filesGraphic files
Graphic files
 
Image And Graphic Files on Powerpoint
Image And Graphic Files on PowerpointImage And Graphic Files on Powerpoint
Image And Graphic Files on Powerpoint
 
Acf cw la5 s11 1
Acf cw la5 s11 1Acf cw la5 s11 1
Acf cw la5 s11 1
 
Color Image Processing
Color Image ProcessingColor Image Processing
Color Image Processing
 
Multimedia presentation
  Multimedia presentation   Multimedia presentation
Multimedia presentation
 
Introduction To Multimedia
Introduction To MultimediaIntroduction To Multimedia
Introduction To Multimedia
 
Programming
ProgrammingProgramming
Programming
 
Image Files Formats
Image Files FormatsImage Files Formats
Image Files Formats
 
Image file formats
Image file formatsImage file formats
Image file formats
 
Lecture 4 text
Lecture 4   textLecture 4   text
Lecture 4 text
 
Chapter 2 : TEXT
Chapter 2 : TEXTChapter 2 : TEXT
Chapter 2 : TEXT
 
introduction of Multimedia
introduction of Multimedia introduction of Multimedia
introduction of Multimedia
 
Introduction to multimedia
Introduction to multimediaIntroduction to multimedia
Introduction to multimedia
 
Chapter 1 : INTRODUCTION TO MULTIMEDIA
Chapter 1 : INTRODUCTION TO MULTIMEDIAChapter 1 : INTRODUCTION TO MULTIMEDIA
Chapter 1 : INTRODUCTION TO MULTIMEDIA
 
Image processing ppt
Image processing pptImage processing ppt
Image processing ppt
 
Teaching Text Structure
Teaching Text StructureTeaching Text Structure
Teaching Text Structure
 
Multimedia
MultimediaMultimedia
Multimedia
 
Understanding text-structure-powerpoint
Understanding text-structure-powerpointUnderstanding text-structure-powerpoint
Understanding text-structure-powerpoint
 

Similar to GRAPHICS Multimedia Design UG141

Photoshop graphic intro ppt by kartik mandothiya
Photoshop graphic intro ppt by kartik mandothiyaPhotoshop graphic intro ppt by kartik mandothiya
Photoshop graphic intro ppt by kartik mandothiyaKartik Mandothiya
 
Raster graphics
Raster graphicsRaster graphics
Raster graphicslenance
 
Stem 71 24 multimedia elements - graphics
Stem 71 24   multimedia elements - graphicsStem 71 24   multimedia elements - graphics
Stem 71 24 multimedia elements - graphicsKelly Bauer
 
Image file formats
Image file formatsImage file formats
Image file formatsKarlRubin
 
Chapter 23: Web Images
Chapter 23: Web ImagesChapter 23: Web Images
Chapter 23: Web ImagesSteve Guinan
 
Week 6 Task File Formats
Week 6 Task   File FormatsWeek 6 Task   File Formats
Week 6 Task File Formatsguest2cf876
 
Artdm171 Week6 Images
Artdm171 Week6 ImagesArtdm171 Week6 Images
Artdm171 Week6 ImagesGilbert Guerrero
 
Digital graphics technology
Digital graphics technologyDigital graphics technology
Digital graphics technologyhaverstockmedia
 
Creating Images for the Web
Creating Images for the WebCreating Images for the Web
Creating Images for the WebShawn Calvert
 
Digital graphics technology
Digital graphics technologyDigital graphics technology
Digital graphics technologyhaverstockmedia
 
Digital Graphics Technology
Digital Graphics TechnologyDigital Graphics Technology
Digital Graphics Technologyhaverstockmedia
 
Digital Graphics Technology
Digital Graphics TechnologyDigital Graphics Technology
Digital Graphics Technologyhaverstockmedia
 
Digital graphics technology
Digital graphics technologyDigital graphics technology
Digital graphics technologyhaverstockmedia
 
Digital graphics technology
Digital graphics technologyDigital graphics technology
Digital graphics technologyhaverstockmedia
 
Unit 78 technical file
Unit 78 technical fileUnit 78 technical file
Unit 78 technical filemunroAnimations
 

Similar to GRAPHICS Multimedia Design UG141 (20)

graphics
graphicsgraphics
graphics
 
Photoshop graphic intro ppt by kartik mandothiya
Photoshop graphic intro ppt by kartik mandothiyaPhotoshop graphic intro ppt by kartik mandothiya
Photoshop graphic intro ppt by kartik mandothiya
 
MM1
MM1MM1
MM1
 
Edit ch 6 project
Edit ch 6 projectEdit ch 6 project
Edit ch 6 project
 
Raster graphics
Raster graphicsRaster graphics
Raster graphics
 
Stem 71 24 multimedia elements - graphics
Stem 71 24   multimedia elements - graphicsStem 71 24   multimedia elements - graphics
Stem 71 24 multimedia elements - graphics
 
Lab#2 illustrator
Lab#2 illustratorLab#2 illustrator
Lab#2 illustrator
 
Image file formats
Image file formatsImage file formats
Image file formats
 
Chapter 23: Web Images
Chapter 23: Web ImagesChapter 23: Web Images
Chapter 23: Web Images
 
Week 6 Task File Formats
Week 6 Task   File FormatsWeek 6 Task   File Formats
Week 6 Task File Formats
 
Artdm171 Week6 Images
Artdm171 Week6 ImagesArtdm171 Week6 Images
Artdm171 Week6 Images
 
Digital graphics technology
Digital graphics technologyDigital graphics technology
Digital graphics technology
 
Creating Images for the Web
Creating Images for the WebCreating Images for the Web
Creating Images for the Web
 
Digital graphics technology
Digital graphics technologyDigital graphics technology
Digital graphics technology
 
Digital Graphics Technology
Digital Graphics TechnologyDigital Graphics Technology
Digital Graphics Technology
 
Digital Graphics Technology
Digital Graphics TechnologyDigital Graphics Technology
Digital Graphics Technology
 
Digital graphics technology
Digital graphics technologyDigital graphics technology
Digital graphics technology
 
Digital graphics technology
Digital graphics technologyDigital graphics technology
Digital graphics technology
 
Unit 78 technical file
Unit 78 technical fileUnit 78 technical file
Unit 78 technical file
 
Chapter 3
Chapter 3Chapter 3
Chapter 3
 

More from Indonesia School of Technology and Business (ISTB)

More from Indonesia School of Technology and Business (ISTB) (15)

IS341 - Week01 the world wide web architecture
IS341 - Week01  the world wide web architectureIS341 - Week01  the world wide web architecture
IS341 - Week01 the world wide web architecture
 
IS341 - Course introduction
IS341 - Course introductionIS341 - Course introduction
IS341 - Course introduction
 
Lab 8
Lab 8Lab 8
Lab 8
 
Lab 7
Lab 7Lab 7
Lab 7
 
Lab 6
Lab 6Lab 6
Lab 6
 
Lab 5 - Week 7
Lab 5 - Week 7Lab 5 - Week 7
Lab 5 - Week 7
 
UG141 - Week 7 (Video)
UG141 - Week 7 (Video)UG141 - Week 7 (Video)
UG141 - Week 7 (Video)
 
Lab 4 - Week 5a
Lab 4 - Week 5aLab 4 - Week 5a
Lab 4 - Week 5a
 
UG141 - Week 6 (Sound)
UG141 - Week 6 (Sound)UG141 - Week 6 (Sound)
UG141 - Week 6 (Sound)
 
Lab 3 - Week 4
Lab 3 - Week 4Lab 3 - Week 4
Lab 3 - Week 4
 
UG141 - Week 4 (Text)
UG141 - Week 4 (Text)UG141 - Week 4 (Text)
UG141 - Week 4 (Text)
 
UG141 - Week 3 (Multimedia Methodology)
UG141 - Week 3 (Multimedia Methodology)UG141 - Week 3 (Multimedia Methodology)
UG141 - Week 3 (Multimedia Methodology)
 
Lab 1 - Week 2
Lab 1 - Week 2Lab 1 - Week 2
Lab 1 - Week 2
 
UG141 - Week 2 (Defining Multimedia)
UG141 - Week 2 (Defining Multimedia)UG141 - Week 2 (Defining Multimedia)
UG141 - Week 2 (Defining Multimedia)
 
UG141 - Week 1 (Course Introduction)
UG141 - Week 1 (Course Introduction)UG141 - Week 1 (Course Introduction)
UG141 - Week 1 (Course Introduction)
 

Recently uploaded

ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4MiaBumagat1
 
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdfAMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdfphamnguyenenglishnb
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
Barangay Council for the Protection of Children (BCPC) Orientation.pptx
Barangay Council for the Protection of Children (BCPC) Orientation.pptxBarangay Council for the Protection of Children (BCPC) Orientation.pptx
Barangay Council for the Protection of Children (BCPC) Orientation.pptxCarlos105
 
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdfInclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdfTechSoup
 
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxMULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxAnupkumar Sharma
 
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)lakshayb543
 
Culture Uniformity or Diversity IN SOCIOLOGY.pptx
Culture Uniformity or Diversity IN SOCIOLOGY.pptxCulture Uniformity or Diversity IN SOCIOLOGY.pptx
Culture Uniformity or Diversity IN SOCIOLOGY.pptxPoojaSen20
 
Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)Mark Reed
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxthorishapillay1
 
Keynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designKeynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designMIPLM
 
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATIONTHEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATIONHumphrey A Beña
 
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITYISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITYKayeClaireEstoconing
 
Choosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for ParentsChoosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for Parentsnavabharathschool99
 
Transaction Management in Database Management System
Transaction Management in Database Management SystemTransaction Management in Database Management System
Transaction Management in Database Management SystemChristalin Nelson
 
Judging the Relevance and worth of ideas part 2.pptx
Judging the Relevance  and worth of ideas part 2.pptxJudging the Relevance  and worth of ideas part 2.pptx
Judging the Relevance and worth of ideas part 2.pptxSherlyMaeNeri
 
Science 7 Quarter 4 Module 2: Natural Resources.pptx
Science 7 Quarter 4 Module 2: Natural Resources.pptxScience 7 Quarter 4 Module 2: Natural Resources.pptx
Science 7 Quarter 4 Module 2: Natural Resources.pptxMaryGraceBautista27
 

Recently uploaded (20)

ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4
 
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdfAMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
 
Barangay Council for the Protection of Children (BCPC) Orientation.pptx
Barangay Council for the Protection of Children (BCPC) Orientation.pptxBarangay Council for the Protection of Children (BCPC) Orientation.pptx
Barangay Council for the Protection of Children (BCPC) Orientation.pptx
 
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdfInclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
 
LEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptx
LEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptxLEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptx
LEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptx
 
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxMULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
 
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
 
Culture Uniformity or Diversity IN SOCIOLOGY.pptx
Culture Uniformity or Diversity IN SOCIOLOGY.pptxCulture Uniformity or Diversity IN SOCIOLOGY.pptx
Culture Uniformity or Diversity IN SOCIOLOGY.pptx
 
Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)
 
YOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptx
YOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptxYOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptx
YOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptx
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptx
 
Keynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designKeynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-design
 
Raw materials used in Herbal Cosmetics.pptx
Raw materials used in Herbal Cosmetics.pptxRaw materials used in Herbal Cosmetics.pptx
Raw materials used in Herbal Cosmetics.pptx
 
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATIONTHEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
 
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITYISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
 
Choosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for ParentsChoosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for Parents
 
Transaction Management in Database Management System
Transaction Management in Database Management SystemTransaction Management in Database Management System
Transaction Management in Database Management System
 
Judging the Relevance and worth of ideas part 2.pptx
Judging the Relevance  and worth of ideas part 2.pptxJudging the Relevance  and worth of ideas part 2.pptx
Judging the Relevance and worth of ideas part 2.pptx
 
Science 7 Quarter 4 Module 2: Natural Resources.pptx
Science 7 Quarter 4 Module 2: Natural Resources.pptxScience 7 Quarter 4 Module 2: Natural Resources.pptx
Science 7 Quarter 4 Module 2: Natural Resources.pptx
 

GRAPHICS Multimedia Design UG141

  • 1. GRAPHICS UG141 – Multimedia Design Johny Hizkia Siringo Ringo BIT (Multimedia Tech.), MIMS (Soft. Dev.) johny.hizkia@istb.ac.id johny.hizkia.ringo@gmail.com www.istb.ac.id
  • 2. Role of Graphic • Graph and Chart • Photograph or images • Background metaphor • Animated graphic johny.hizkia@istb.ac.id www.istb.ac.id 2
  • 3. Graphics – Some Terminology • Pixel: A digital image consist of many picture elements johny.hizkia@istb.ac.id www.istb.ac.id 3
  • 4. Graphic – Some Terminology • Resolution: The number of pixel determine the quality of the image (higher = better) johny.hizkia@istb.ac.id www.istb.ac.id 4
  • 5. Vector Vs Bitmap • Vector – is represented as geometric shape (lines and arc) and is stored as mathematical instruction. – Example: SVG • Bitmap – is represented as pixel and stored – Example: bmp, jpeg johny.hizkia@istb.ac.id www.istb.ac.id 5
  • 6. Vector Bitmap johny.hizkia@istb.ac.id www.istb.ac.id 6
  • 7. johny.hizkia@istb.ac.id www.istb.ac.id 7
  • 8. Vector • Advantages of using Vector – Can be modified without affecting its quality – Smaller in file size – Ideal for animation and design • Disadvantages of using Vector – Not a popular format – Limited to certain programs like spreadsheet or graphic program johny.hizkia@istb.ac.id www.istb.ac.id 8
  • 9. Bitmap • Advantages of using Bitmap – Popular formats such as JPEG, BMP, and others – Scanner normally output images in bitmap formats • Disadvantages of using Bitmap – Hard to be modified without affecting the quality – File size can be large johny.hizkia@istb.ac.id www.istb.ac.id 9
  • 10. Bitmap • Quality of Bitmap is determined by screen resolution and color depth (range of color available for pixels, measured in bits) • File size = image in pixels * color depth in bits. johny.hizkia@istb.ac.id www.istb.ac.id 10
  • 11. Vector Vs Bitmap Bitmap Graphic Vector Graphic Simple matrix or grids of dots with color Image data are stored in the form of: information. • Data points which describe the collection of lines, curves, circle, etc Think about an array of colored dots that when seen from distance forms an image. Smallest elements of a bitmap is a pixel The information of the images can be stored as coordinates. Bitmap images get grainy and pixilated The computer recreates the image based when zoomed in on the information describing the image Best for large image with different colors Easily scaled without quality loss johny.hizkia@istb.ac.id www.istb.ac.id 11
  • 12. Vector Vs Bitmap PROGRAM FILE EXTENSION BITMAP VECTOR Adobe Photoshop .psd X Mac Quikcdraw .pct / .pict X Targa Bitmap .tga X Windows Bitmap .bmp x Adobe Illustrator .ai / .eps X AutoCAD .dwg / .dxf X AutoDesk Draw .cdr X Windows Metafile .wmf x johny.hizkia@istb.ac.id www.istb.ac.id 12
  • 13. Guidelines for using Graphics • Avoid using graphic that do not add value to contents • Consider using thumbnails, when dealing with graphics • Use quality graphic that adds value to content johny.hizkia@istb.ac.id www.istb.ac.id 13
  • 14. Graphic Authoring Tools • Paint Program – MS Paint – Adobe Illustrator • Image editing program – Photoshop – Gimp – Corel Draw johny.hizkia@istb.ac.id www.istb.ac.id 14
  • 15. Graphic Authoring Tools • Task to Perform: – Crop: removing unwanted section of an image – Enhance: Improving the quality or remove defects due to resolution and contrast – Filter: Sharpening / Distort an image – Layering: Using additional image in layers – 3D Imaging johny.hizkia@istb.ac.id www.istb.ac.id 15
  • 16. GIF (Graphics Interchange Format) • A bitmap image format • Supports up to 8 bits per pixel (256 color) • Using lossless data compression • Usage: – GIFs are suitable for sharp-edged line art (such as logos) with a limited number of colors. – GIFs can be used to store low-color sprite data for games. – GIFs can be used for small animations and low- resolution film clips. johny.hizkia@istb.ac.id www.istb.ac.id 16
  • 17. GIF (Graphics Interchange Format) Advantages Disadvantages Can only have No color maximum 256 information lost colors Does not Compress line compress art well photographs well Support transparency, Copyrighted interlace, format animation johny.hizkia@istb.ac.id www.istb.ac.id 17
  • 18. PNG (Portable Network Graphics) • A bitmapped image format • Employs lossless data compression • Improve upon and replace GIF • Support palette-based images (24-bit RGB) johny.hizkia@istb.ac.id www.istb.ac.id 18
  • 19. PNG (Portable Network Graphics) Advantages Disadvantages Not all No color supported by information web browsers Support more than 16.7 million colors Compresses images well Support transparent, interlace johny.hizkia@istb.ac.id www.istb.ac.id 19
  • 20. Interlace/progressive Begins with a low-resolution image and increases details as the file continue to load. johny.hizkia@istb.ac.id www.istb.ac.id 20
  • 21. JPEG (Joint Photographic Experts Group) • Used method of lossy data compression • The most common image format used by digital cameras and other photographic image capture devices • Supports up to 16.7 million colors johny.hizkia@istb.ac.id www.istb.ac.id 21
  • 22. JPEG (Joint Photographic Experts Group) Advantages Disadvantages Support a Losses some maximum 16.7 image million colors information Compress No photographs transparency well Support progressive No animation images quality johny.hizkia@istb.ac.id www.istb.ac.id 22
  • 23. Summary • Decision factors: • Support by the browsers • Colors – photo-like image • Transparency • Animation • Interlacing johny.hizkia@istb.ac.id www.istb.ac.id 23