πΌοΈ Adobe Photoshop
The king of raster image editing. Where photos are cleaned up, retouched, composited, and prepared for print or screen.
9.1Introduction of Adobe Photoshop
Adobe Photoshop (Ps) is a raster graphics editor created by Thomas and John Knoll in 1988 and acquired by Adobe in 1989. It is the industry standard for photo editing, digital painting, compositing, and any work where pixels β not paths β are the unit of work.
What Photoshop is for
- Photo editing and retouching.
- Colour correction and enhancement.
- Compositing multiple images into one.
- Digital painting and illustration.
- Web graphics, mockups.
- Preparing photos for print (CMYK conversion, sharpening).
Workspace
- Tools panel (left) β Move, Selection, Brush, Clone, Crop, Type, Shape.
- Options bar (top) β settings for the current tool.
- Panels (right) β Layers, Channels, Paths, Adjustments, Swatches, Colour, History.
- Canvas β the image area.
Raster basics
- Image = grid of pixels.
- Resolution β pixels per inch (PPI). 72 for web, 300 for print.
- Colour modes β RGB (screen), CMYK (print), Grayscale, Bitmap, Lab.
- Bit depth β 8-bit is standard; 16-bit for high-quality edits.
9.2Know about Selection Tools
Selections define the area of an image you want to edit. Everything outside a selection is protected from your changes.
Key selection tools
- Marquee tools (M) β Rectangular, Elliptical. Simple geometric selections.
- Lasso (L) β freehand; Polygonal Lasso for straight-edge; Magnetic Lasso snaps to edges.
- Magic Wand (W) β selects pixels of similar colour.
- Quick Selection (W) β paints the selection; auto-expands to similar areas.
- Object Selection (W) β draw a box; AI finds the subject.
- Select Subject / Select Sky β one click AI selections.
- Pen tool (P) + Make Selection β the most precise; draws a path then converts to selection.
Selection modifiers
- Add to selection β Shift.
- Subtract β Alt/Option.
- Intersect β Shift+Alt.
- Feather β softens the selection edge.
- Refine Edge / Select and Mask β perfect selections of hair, fur.
- Inverse (Shift+Ctrl+I) β flip the selection.
- Deselect (Ctrl+D).
9.3Know about Clone Stamp and Eraser Tools
Clone Stamp (S)
- Copies pixels from one area to another.
- Alt-click on the source β then paint elsewhere to copy.
- Used to remove blemishes, unwanted objects, repair damaged photos.
- Options: brush size, hardness, opacity, flow, alignment.
Healing tools (related)
- Spot Healing Brush (J) β one-click removal of small blemishes.
- Healing Brush β like Clone Stamp but blends texture/lighting.
- Patch tool β select an area, drag to a clean one.
- Content-Aware Fill β AI replaces a selection with surrounding content.
Eraser tools (E)
- Eraser β paints over pixels with the background colour (or transparency if on a layer with no background).
- Background Eraser β erases only the colour you click; preserves the subject.
- Magic Eraser β one-click erase of similar-coloured areas (like Magic Wand + Delete).
- Note: layer masks are usually safer than erasing β non-destructive.
9.4Image Retouching (Brightness, Contrast, Colour Balance)
Brightness / Contrast
- Image β Adjustments β Brightness/Contrast.
- Quick tool: brightness = overall light/dark; contrast = difference between light and dark.
- For finer control, use Levels or Curves.
Levels (Ctrl+L)
- Histogram with 3 sliders: black point, mid-tones (gamma), white point.
- Drag black slider in to deepen shadows; white in to brighten highlights.
Curves (Ctrl+M)
- Most powerful tone-adjustment tool.
- Drag the curve up to brighten, down to darken; S-curve adds contrast.
- Per-channel curves adjust individual colours.
Colour Balance (Ctrl+B)
- Three sliders: CyanβRed, MagentaβGreen, YellowβBlue.
- Apply separately to shadows, mid-tones, highlights.
- Useful for warming/cooling a photo, fixing colour casts.
Other common adjustments
- Hue / Saturation (Ctrl+U) β shift hue, boost or desaturate colour.
- Vibrance β smarter saturation; doesn't over-saturate skin tones.
- Exposure β for RAW-like exposure correction.
- Shadow/Highlight β recover details in blown highlights or crushed shadows.
- Black & White β customised grayscale conversion.
- Photo Filter β simulate traditional warming/cooling filters.
Non-destructive workflow
- Always use Adjustment Layers (bottom of Layers panel) instead of direct Image β Adjustments.
- You can toggle, edit, or delete them any time without damaging the original pixels.
9.5Knowledge of File Extensions (JPEG, TIFF, PNG, PDF, PSD)
| Format | Type | Best for | Notes |
|---|---|---|---|
| JPEG / JPG | Raster, lossy compression | Photos on web and general use | Small file; quality loss each save; no transparency |
| TIFF | Raster, lossless | Print production, archival | Large file; preserves all quality; supports layers & channels |
| PNG | Raster, lossless | Web graphics, logos, anything with transparency | Supports alpha channel; larger than JPEG for photos |
| Document / layout | Print-ready files, multi-page documents, sharing | Preserves vectors + fonts; viewable anywhere | |
| PSD | Photoshop native | Active work files with layers | Layers, masks, adjustment layers, smart objects all preserved |
Other useful formats
- GIF β 256 colours, supports animation.
- WebP β modern web format; smaller than JPG/PNG.
- RAW (CR2, NEF, ARW, DNG) β camera's unprocessed file; maximum edit latitude.
- BMP β old Windows format, uncompressed.
- EPS β older vector+raster; for legacy presses.
9.6Working with Layer
Layers are transparent sheets stacked on top of each other. Each can hold its own image or effect. The top layer hides layers beneath where it has content. Photoshop's power basically IS the layer system.
Core layer operations
- New layer β Layer β New β Layer (Ctrl+Shift+N).
- Duplicate β Ctrl+J.
- Delete β drag to trash icon.
- Rename β double-click name.
- Reorder β drag up/down in Layers panel.
- Group β Ctrl+G; folders for organizing.
- Link β move multiple layers together.
- Merge β Merge Down (Ctrl+E), Merge Visible, Flatten Image.
Layer types
- Pixel layer β regular image data.
- Background layer β the locked bottom; double-click to convert to normal layer.
- Type layer β editable text.
- Shape layer β vector shapes.
- Adjustment layer β non-destructive tone/colour adjustments affecting layers below.
- Smart Object β a container; edit the source non-destructively; scale without quality loss.
- Fill layer β solid colour, gradient, or pattern.
Opacity, Fill, Blend modes
- Opacity β how see-through the whole layer is (including effects).
- Fill β affects pixels but preserves layer effects.
- Blend modes β how a layer mixes with layers below. Common: Multiply (darkens), Screen (lightens), Overlay (contrast), Soft Light (gentle contrast).
Layer masks
- Add a mask (icon in Layers panel) β paint with black to hide parts, white to reveal.
- Non-destructive alternative to the Eraser.
- Clipping mask β a layer only shows where the layer directly below has pixels.
- Vector mask β precise mask using a shape/path.
9.7Layer Style
Layer Styles are preset effects applied to an entire layer β drop shadow, glow, stroke, bevel, gradient overlay. Double-click a layer to open the Layer Style dialog.
Common styles
- Drop Shadow β classic offset shadow.
- Inner Shadow β shadow inside edges.
- Outer Glow / Inner Glow β soft light around edges.
- Bevel & Emboss β 3D look with light and shade.
- Satin β interior shading.
- Colour Overlay β a flat colour covering the layer.
- Gradient Overlay β gradient applied to the layer.
- Pattern Overlay β a repeating pattern filling the layer.
- Stroke β outline around the layer's contents.
Key behaviours
- Non-destructive β toggle on/off any time.
- Copy layer style β paste on another layer (right-click on layer).
- Scale effects when resizing a document (Layer β Layer Style β Scale Effects).
- Save a combination as a Style preset for reuse across projects.
Practice with sample questions
Gemini will write 5 practice questions (mix of 5-mark and 10-mark) covering this chapter.
Back to Home