Unit 7: Graphics and Multimedia
Unit Roadmap
1. Understanding Graphics File Formats
Graphics file formats are standardized means of organizing and storing digital images. These formats determine how data is compressed and rendered on a screen.
Common Image Formats
| Format | Full Form | Best Used For |
|---|---|---|
| JPEG | Joint Photographic Experts Group | High-quality photographs; uses lossy compression. |
| PNG | Portable Network Graphics | Web graphics with transparency; uses lossless compression. |
| GIF | Graphics Interchange Format | Small animations and simple graphics with limited colors. |
| BMP | Bitmap Image File | Uncompressed, large-sized files used in older Windows apps. |
2. Getting Images into your Computer
Image acquisition refers to the process of converting physical visuals into digital data that a computer can process.
- Scanners: Devices that optically scan images, printed text, or objects and convert them into digital images.
- Digital Cameras: Capture images through electronic sensors and store them on digital media like SD cards.
- Graphic Tablets: Allow artists to "draw" images directly into the computer using a stylus.
3. Graphics Software
Graphics software allows users to create, edit, and manipulate visual data. These are broadly divided into two categories:
1. Bitmap (Raster) Graphics Software
Works with pixels. If you zoom in too much, the image becomes "pixelated."
- Example: Adobe Photoshop, MS Paint.
2. Vector Graphics Software
Works with mathematical paths and shapes. These can be scaled to any size without losing quality.
- Example: Adobe Illustrator, CorelDRAW.
4. Multimedia Basics
Definition: Multimedia is the integration of multiple forms of media, including text, graphics, audio, video, and animation, into a single interactive presentation.
Components of Multimedia:
- Text: The basic building block used to convey information.
- Audio: Sound waves converted into digital format (MP3, WAV).
- Video: A sequence of images played at a specific speed (frames per second) to create motion.
- Animation: The technique of creating an illusion of motion through a rapid display of static images.
5. Exam Focus: Tips and FAQs
- Format Differences: Be ready to explain the difference between Lossy (JPEG) and Lossless (PNG) compression.
- Vector vs. Raster: This is a very common comparison question. Remember: Raster = Pixels, Vector = Math/Paths.
- Multimedia Definition: Always mention that multimedia must be "interactive" to distinguish it from a simple video.
- Zooming: Assuming you can zoom into a JPEG infinitely without blur. Only Vector graphics allow infinite scaling.
- Complexity: Thinking "Graphics" only refers to pictures. It also includes 3D modeling and CAD drawings.
Q: What is the main use of a Scanner?
A: To convert physical documents or photos into a digital format that can be stored on a computer.
Q: Why is JPEG the most used format for photos?
A: Because it significantly reduces file size while maintaining a visual quality acceptable to the human eye.