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:

  1. Select the Paths Tool from the toolbox
  2. Click to create anchor points around the object
  3. Click and drag to create curves between points
  4. Close the path by clicking on the first point
  5. 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:

  1. Select the Foreground Select Tool
  2. Draw a rough outline around the object
  3. Paint over the foreground object with the brush
  4. Press Enter to generate the selection
  5. Refine the edges if needed

Quick Mask Mode

Quick Mask lets you paint a selection using brush tools:

  1. Click Select > Toggle Quick Mask (or press Shift+Q)
  2. Paint with black to remove from selection, white to add to selection
  3. Toggle Quick Mask off to see the final selection
  4. 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:

  1. Add an alpha channel
  2. Select the background using Fuzzy Select or By Color Select
  3. Press Delete to make it transparent
  4. 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:

  1. Right-click on the layer in the Layers dialog
  2. Select Add Layer Mask
  3. Choose "White (full opacity)"
  4. 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:

  1. Select the area to blur (or the whole image)
  2. Go to Filters > Blur > Gaussian Blur
  3. Set the blur radius (higher = more blur)
  4. 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:

  1. Go to Filters > Enhance > Unsharp Mask
  2. Adjust Amount (strength of sharpening)
  3. Adjust Radius (area affected)
  4. Adjust Threshold (sensitivity)
  5. 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:

  1. Select the layer
  2. Go to Filters > Light and Shadow > Drop Shadow
  3. Set offset X and Y (shadow position)
  4. Set blur radius
  5. Choose shadow color
  6. 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:

  1. Go to Colors > Levels
  2. The histogram shows the tonal distribution
  3. Drag the black point slider to adjust shadows
  4. Drag the white point slider to adjust highlights
  5. Drag the middle slider to adjust midtones
  6. Click OK

Curves (Colors > Curves)

The Curves tool gives more precise control over tonal adjustments:

  1. Go to Colors > Curves
  2. Click on the curve line to add control points
  3. Drag points up to brighten, down to darken
  4. The x-axis represents input values, y-axis represents output values
  5. Click OK

Hue-Saturation (Colors > Hue-Saturation)

Controls the hue (color), saturation (intensity), and lightness:

  1. Go to Colors > Hue-Saturation
  2. Select the color range to adjust (or "All")
  3. Hue - Shifts the color around the color wheel
  4. Saturation - Increases or decreases color intensity
  5. 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:

  1. Open the main background image
  2. Open the second image with the element you want to add
  3. Select the element using selection tools (Paths, Free Select, or Foreground Select)
  4. Copy the selection (Edit > Copy)
  5. Switch to the background image
  6. Paste (Edit > Paste as New Layer)
  7. Use the Move Tool to position the element
  8. Use Scale Tool to resize if needed
  9. Adjust opacity and blend mode as needed
  10. Flatten the image (Image > Flatten Image) when done

Practical Exam Tips

Common Practical Tasks

  1. Remove background from an image and replace with another
  2. Apply filters like Blur, Sharpen, Emboss
  3. Adjust brightness/contrast using Levels or Curves
  4. Add text with specific font, size, and color
  5. Create a composite by combining two images
  6. Apply color correction to enhance a photo
  7. Add drop shadow to text or objects

Step-by-Step: Creating a Poster

  1. Create a new image (File > New) with the required dimensions
  2. Set the background color using Bucket Fill
  3. Add text using the Text Tool (choose font, size, color)
  4. Insert images (open and paste as new layers)
  5. Apply filters for effects
  6. Add a border using Filters > Decor > Border
  7. 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:

  1. Blur filters - Gaussian Blur softens the image by reducing sharp edges and noise
  2. Enhance filters - Unsharp Mask sharpens the image by enhancing edge contrast
  3. 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.

Subscribe on YouTube