ICT
Advanced GIMP Tools and Filters, CBSE Class 10 ICT Guide
Learn advanced GIMP tools and filters for CBSE Class 10 ICT. Covers layers, masks, advanced filters, color correction, path tool, and practical tips.
In Class 10, you build on the GIMP basics learned in Class 9. This chapter covers advanced tools, filters, color correction, working with layers, and creating compositions. These skills are tested in both the theory and practical exams.
Quick Recap: What is GIMP?
GIMP (GNU Image Manipulation Program) is a free, open-source image editing software. In Class 10, you need to know:
- Advanced selection and editing tools, Working with multiple layers, Applying and combining filters, Color correction and enhancement, Creating composite images
Advanced Selection Tools
Paths Tool (Bezier Curves)
The Paths Tool (shortcut: B) creates precise selections using anchor points and curves. It is useful for selecting complex shapes with smooth edges.
Steps to use the Paths Tool:
- Select the Paths Tool from the toolbox
- Click to create anchor points around the object
- Click and drag to create curves between points
- Close the path by clicking on the first point
- Go to Select > From Path to convert the path to a selection
Foreground Select Tool
This tool helps select a foreground object from its background:
- Select the Foreground Select Tool
- Draw a rough outline around the object
- Paint over the foreground object with the brush
- Press Enter to generate the selection
- Refine the edges if needed
Quick Mask Mode
Quick Mask lets you paint a selection using brush tools:
- Click Select > Toggle Quick Mask (or press Shift+Q)
- Paint with black to remove from selection, white to add to selection
- Toggle Quick Mask off to see the final selection
- The unpainted area becomes your selection
Advanced Layer Operations
Layer Modes (Blend Modes)
Layer modes determine how a layer interacts with the layers below it:
| Mode | Effect |
|---|---|
| Normal | Default mode, no blending |
| Multiply | Darkens the image, good for shadows |
| Screen | Lightens the image, good for highlights |
| Overlay | Combines Multiply and Screen |
| Difference | Creates an inverted effect |
| Dissolve | Creates a scattered pixel effect |
| Darken Only | Keeps only the darker pixels |
| Lighten Only | Keeps only the lighter pixels |
Layer Opacity
Opacity controls how transparent a layer is:
- 100% = Fully opaque (completely visible)
- 50% = Semi-transparent
- 0% = Fully transparent (invisible)
You can adjust opacity using the slider in the Layers dialog.
Alpha Channel
The Alpha Channel controls the transparency of a layer. Without an alpha channel, a layer cannot have transparent areas.
To add an alpha channel:
- Go to Layer > Transparency > Add Alpha Channel
To remove the background:
- Add an alpha channel
- Select the background using Fuzzy Select or By Color Select
- Press Delete to make it transparent
- Export as PNG (PNG supports transparency, JPEG does not)
Layer Masks
A layer mask controls which parts of a layer are visible:
- White areas on the mask make the layer visible
- Black areas on the mask make the layer transparent
- Gray areas create partial transparency
To add a layer mask:
- Right-click on the layer in the Layers dialog
- Select Add Layer Mask
- Choose "White (full opacity)"
- Paint with black to hide parts of the layer
Advanced Filters
Blur Filters
| Filter | Effect | Use |
|---|---|---|
| Gaussian Blur | Smooth, uniform blur | Softening skin, reducing noise |
| Motion Blur | Directional streak effect | Simulating movement |
| Pixelize | Creates pixel block effect | Censoring parts of an image |
| Lens Blur | Simulates camera lens blur | Depth of field effect |
Steps to apply Gaussian Blur:
- Select the area to blur (or the whole image)
- Go to Filters > Blur > Gaussian Blur
- Set the blur radius (higher = more blur)
- Click OK
Enhance Filters
| Filter | Effect |
|---|---|
| Sharpen (Unsharp Mask) | Makes edges clearer and image sharper |
| Noise Reduction | Removes grain/noise from photos |
| Red Eye Removal | Removes red-eye effect from flash photography |
| Deinterlace | Fixes interlacing artifacts |
Steps to Sharpen an image:
- Go to Filters > Enhance > Unsharp Mask
- Adjust Amount (strength of sharpening)
- Adjust Radius (area affected)
- Adjust Threshold (sensitivity)
- Click OK
Distort Filters
| Filter | Effect |
|---|---|
| Emboss | Creates a raised, 3D effect |
| Ripple | Creates water ripple effect |
| Whirl and Pinch | Creates spiral/pinch effect |
| Sphere | Wraps image around a sphere |
| Wind | Creates wind-blown effect |
| Mosaic | Creates a tile mosaic pattern |
Light and Shadow Filters
| Filter | Effect |
|---|---|
| Drop Shadow | Adds a shadow behind an element |
| Lens Flare | Simulates sun/light flare |
| Lighting Effects | Adds directional light source |
| Glass Tile | Creates glass block effect |
Steps to add Drop Shadow:
- Select the layer
- Go to Filters > Light and Shadow > Drop Shadow
- Set offset X and Y (shadow position)
- Set blur radius
- Choose shadow color
- Click OK
Edge Detect Filters
| Filter | Effect |
|---|---|
| Edge | Detects and highlights edges |
| Neon | Creates glowing neon edge effect |
| Sobel | Mathematical edge detection |
| Laplace | Another edge detection algorithm |
Color Correction and Enhancement
Levels (Colors > Levels)
The Levels tool adjusts brightness and contrast by controlling shadows, midtones, and highlights:
- Go to Colors > Levels
- The histogram shows the tonal distribution
- Drag the black point slider to adjust shadows
- Drag the white point slider to adjust highlights
- Drag the middle slider to adjust midtones
- Click OK
Curves (Colors > Curves)
The Curves tool gives more precise control over tonal adjustments:
- Go to Colors > Curves
- Click on the curve line to add control points
- Drag points up to brighten, down to darken
- The x-axis represents input values, y-axis represents output values
- Click OK
Hue-Saturation (Colors > Hue-Saturation)
Controls the hue (color), saturation (intensity), and lightness:
- Go to Colors > Hue-Saturation
- Select the color range to adjust (or "All")
- Hue - Shifts the color around the color wheel
- Saturation - Increases or decreases color intensity
- Lightness - Makes colors brighter or darker
Color Balance (Colors > Color Balance)
Adjusts color tones in shadows, midtones, and highlights:
- Move sliders between Cyan-Red, Magenta-Green, Yellow-Blue, Choose which range to adjust: Shadows, Midtones, or Highlights
Desaturate (Colors > Desaturate)
Converts a color image to grayscale (black and white). There are multiple methods:
- Luminosity - Based on human perception (recommended)
- Lightness - Average of max and min values
- Average - Average of all channels
Invert (Colors > Invert)
Creates a negative of the image by inverting all colors. Black becomes white, red becomes cyan, and so on.
Creating a Composite Image
A composite image combines elements from multiple images. Here are the steps:
- Open the main background image
- Open the second image with the element you want to add
- Select the element using selection tools (Paths, Free Select, or Foreground Select)
- Copy the selection (Edit > Copy)
- Switch to the background image
- Paste (Edit > Paste as New Layer)
- Use the Move Tool to position the element
- Use Scale Tool to resize if needed
- Adjust opacity and blend mode as needed
- Flatten the image (Image > Flatten Image) when done
Practical Exam Tips
Common Practical Tasks
- Remove background from an image and replace with another
- Apply filters like Blur, Sharpen, Emboss
- Adjust brightness/contrast using Levels or Curves
- Add text with specific font, size, and color
- Create a composite by combining two images
- Apply color correction to enhance a photo
- Add drop shadow to text or objects
Step-by-Step: Creating a Poster
- Create a new image (File > New) with the required dimensions
- Set the background color using Bucket Fill
- Add text using the Text Tool (choose font, size, color)
- Insert images (open and paste as new layers)
- Apply filters for effects
- Add a border using Filters > Decor > Border
- Flatten the image and export as JPEG or PNG
Important Questions
Q1. What is the difference between JPEG and PNG formats?
JPEG uses lossy compression, resulting in smaller file sizes but some quality loss. It does not support transparency. PNG uses lossless compression, maintaining full quality but with larger file sizes. PNG supports transparency through the alpha channel. Use JPEG for photographs and PNG for graphics with transparency.
Q2. Explain any three filter categories in GIMP with one example each.
Three filter categories in GIMP are:
- Blur filters - Gaussian Blur softens the image by reducing sharp edges and noise
- Enhance filters - Unsharp Mask sharpens the image by enhancing edge contrast
- Distort filters - Emboss creates a 3D raised effect by highlighting edges and shadows
Q3. What are layer masks? How are they useful?
A layer mask is a grayscale image attached to a layer that controls the transparency of different parts of that layer. White areas on the mask show the layer, black areas hide the layer, and gray areas make the layer partially transparent. They are useful for non-destructive editing because you can hide parts of a layer without actually deleting pixels.
Q4. Explain the difference between Levels and Curves tools.
Both tools adjust the tonal range of an image. Levels provides three sliders for shadows, midtones, and highlights, making it simpler to use. Curves provides a graph where you can add multiple control points for precise adjustments to specific tonal ranges. Curves offers more control but is more complex, while Levels is quicker for basic corrections.
Quick Revision
- Paths Tool creates precise selections with anchor points and curves
- Layer modes (Multiply, Screen, Overlay) control how layers blend
- Alpha channel enables transparency in a layer
- Layer masks: white = visible, black = hidden, gray = semi-transparent
- Gaussian Blur softens; Unsharp Mask sharpens
- Emboss creates 3D effect; Drop Shadow adds shadow
- Levels = basic tonal adjustment; Curves = advanced tonal control
- Hue-Saturation adjusts color, intensity, and lightness, Export as PNG for transparency, JPEG for photographs, Always work with layers for non-destructive editing
Want to learn more?
Explore free chapter-wise notes with quizzes and code playground
Prefer watching over reading?
Subscribe for free.