Getting started with photoshop learning: selection and processing
Photoshop is a bitmap processing tool (other bells and whistles are ignored) -
Bitmap refers to a picture composed of several pixels.
Processing involves two things: selecting the target and changing the target.
Basic model of photoshop project:
1. Divide a bitmap into k layers and process them separately
2. Each layer is divided into m*n Pixel
3. Each pixel has 3 primary colors. Each primary color has 255 light points that can be bright or dark. The brightness and darkness are represented by numbers from 0-255So, image processing is actually Control (256 * 3) * (m * n) * k light points.
How to choose which light points to control?
1. Use layer to select in k layer
2. Use selection to select in m*n matrix
3. Use color channel to select among 3 colors
4. Use a mask to select a selection in a layer and control it
5. Use the alpha channel to save the selection for later use
How to process the selected light points?
For pixels, you can adjust its hue, saturation, brightness or red, blue, green; for color points, you can only adjust its brightness (actually it is the number size, ranging from 0-255).
Under Image-Adjustment menu:
1. Levels: Control brightness. You can do fine processing on the bright and dark parts. This is actually selecting based on the brightness and then processing.
2. Curve: control brightness. You can do fine processing according to the different degrees of light and dark. This is actually to accurately select the brightness and then process it.
3. Hue/Saturation: Control hue, saturation, and brightness. You can select according to the color channel and then process it.
4. Channel Mixer: Actually, select the color channel and then adjust its red, blue, and green. Can be used to generate monochrome images.
5. Photo filter: Actually select all the light points, and then adjust their red, blue, and green. (Selecting a color has the effect of specifying red, green and blue colors)
6. Shadow/Highlight: It actually makes a comprehensive selection (shadow or highlight), and then adjusts its brightness (brightens the shadow and darkens the highlight).
7. Threshold: The actual selection is based on brightness (divided into those greater than the threshold and those less than the threshold). If it is greater, set it to white, and if it is less, set it to black.
Under the layer menu, process the layer:
1. Layer-Layer Style, perform external processing on the layer. (Consider the layer as a whole to add effects)
2. Layer - Create a new adjustment layer and perform internal processing on the layer. (Same as the method under Image-Adjustment, but it is processed for layers and does not destroy the original image)
3. Layer-New Fill Layer to quickly create a new layer with simple content.
4. Layer stacking types. The most commonly used ones are multiplication and filter color, that is, subtractive color and additive color.
1) Multiply: If the brightness of the lower layer exceeds that of the upper layer, the brightness of the upper layer will be used.
2) Color filter: If the brightness of the lower layer is not as good as the upper layer, the brightness of the upper layer will be used.
3) Other combination methods need to be further understood. It is roughly divided into four groups: subtractive color, additive color, dimming, and color toning.
5. Layer-Create Clipping Mask: Put the content of the upper layer into the shape of the lower layer
About the strategy (a series of actions that are more complex and can be used multiple times, save it and repeat it Use):
1. Under the filter menu, perform combination processing with a certain purpose, similar to applying a certain strategy.
(to be added, temporarily recorded: the elimination point is used to process perspective supplement, and the surface blur is used to process character skin)
2. Layer styles can also be regarded as strategic combinations, which can be saved or imported
3. Actions are used to record batch processing or perform batch processing
Basic tools:
1. Selection tools: used to select a selection, polygonal lasso tool, magic wand tool Most useful, combined with Select-Adjust Edges for fine selection. But it’s better to use a mask, which can record and select areas.
2. Processing tools: The brush is the most useful, and the others can be used flexibly. The bunch of buttons for spot repair are very useful when processing photos. These tools provide convenient and intuitive processing. (To be supplemented by learning)
TODO:
Look at the operation examples to deepen the understanding of each function, especially the use of the following two items:
1. Version
2. Adjustment layer
For more photoshop learning introduction: selection and processing related articles, please pay attention to the PHP Chinese website!

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics



The article details using Photoshop for social media graphics, covering setup, design tools, and optimization techniques. It emphasizes efficiency and quality in graphic creation.

PS "Loading" problems are caused by resource access or processing problems: hard disk reading speed is slow or bad: Use CrystalDiskInfo to check the hard disk health and replace the problematic hard disk. Insufficient memory: Upgrade memory to meet PS's needs for high-resolution images and complex layer processing. Graphics card drivers are outdated or corrupted: Update the drivers to optimize communication between the PS and the graphics card. File paths are too long or file names have special characters: use short paths and avoid special characters. PS's own problem: Reinstall or repair the PS installer.

Article discusses optimizing images for web using Photoshop, focusing on file size and resolution. Main issue is balancing quality and load times.

The article guides on preparing images for print in Photoshop, focusing on resolution, color profiles, and sharpness. It argues that 300 PPI and CMYK profiles are essential for quality prints.

Article discusses creating and optimizing animated GIFs in Photoshop, including adding frames to existing GIFs. Main focus is on balancing quality and file size.

The article explains how to use Photoshop for video editing, detailing steps to import, edit, and export videos, and highlighting key features like the Timeline panel, video layers, and effects.

Frequently Asked Questions and Solutions when Exporting PS as PDF: Font Embedding Problems: Check the "Font" option, select "Embed" or convert the font into a curve (path). Color deviation problem: convert the file into CMYK mode and adjust the color; directly exporting it with RGB requires psychological preparation for preview and color deviation. Resolution and file size issues: Choose resolution according to actual conditions, or use the compression option to optimize file size. Special effects issue: Merge (flatten) layers before exporting, or weigh the pros and cons.

Solving the problem of slow Photoshop startup requires a multi-pronged approach, including: upgrading hardware (memory, solid-state drive, CPU); uninstalling outdated or incompatible plug-ins; cleaning up system garbage and excessive background programs regularly; closing irrelevant programs with caution; avoiding opening a large number of files during startup.
