PS快速把彩色背景证件照换成白色背景的证件照
这篇教程是向脚本之家的朋友介绍PS快速把彩色背景证件照换成白色背景的证件照方法,教程真的很不错,难度也不是很大,推荐到脚本之家,喜欢的朋友一起来看看吧
今天小编向大家演示的是利用PS快速把彩色背景证件照换成白色背景的证件照方法,教程很简单的,而且难度也不是很大,有需要的朋友可以试下。
步骤
1、首先打开PS软件,然后打开需要处理的图片
2、打开图片后进入通道面板,选择照片底色的那个通道,因为此处是蓝色底图,所以我们选择蓝色通道,复制这个蓝色通道
3、选择蓝色副本通道,再调整色阶,色阶位于菜单栏的图像→调整→色阶
4、然后弹出色阶面板,利用面板上的吸管在图片上取样,第一个是吸黑场,第三个是吸白场,应该区分开,好了之后点确定
5、接着回到图层面板,右键复制原图层,点确定
6、然后选择背景副本图层,选择菜单栏的图像→应用图像,弹出应用图像面板,面板上选择通道→蓝副本;混合→正常,接着点确定
7、接下来我们选择左侧栏的魔棒工具,然后点照片的白色背景处,出现边框虚线
8、然后我们点右下角的添加图层蒙版
9、再选择笔刷工具,然后右键照片处弹出选项框,选择柔性笔刷,接着左下角的前景色选择白色并确定
10、接着用笔刷涂抹头发及衣服和背景的交界处,并修缮细部
11、最后,完成,保存为合适的格式
注意事项
小编在这里用的是CS5版本,其他的版本方法基本类似
通道复制成蓝副本之后,千万要记得把蓝副本的前面的可视点亮,把原来蓝的通道关闭可视
我这里只演示蓝色背景,若是红色背景的,通道就需复制红色
以上就是PS快速把彩色背景证件照换成白色背景的证件照方法介绍,操作很简单的,有需要的朋友可以参考本文,希望能对大家有所帮助!

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

PS serial numbers cs5 permanent free 2020 include: 1. 1330-1384-7388-4265-2355-8589 (Chinese); 2. 1330-1409-7892-5799-0412-7680 (Chinese); 3. 1330-1616-1993 -8375-9492-6951 (Chinese); 4. 1330-1971-2669-5043-0398-7801 (Chinese), etc.

Steps to delete the selected area in PS: 1. Open the picture you want to edit; 2. Use the appropriate tool to create a selection; 3. You can use a variety of methods to delete the content in the selection, use the "Delete" key, use the "Healing Brush Tool" , use "Content-Aware Fill", use the "Stamp Tool", etc.; 4. Use tools to repair any obvious traces or defects to make the picture look more natural; 5. After completing editing, click "File" > in the menu bar "Save" to save the editing results.

Solution to error 160 when ps installation cannot write registry value: 1. Check whether there is 2345 software on the computer, and if so, uninstall the software; 2. Press "Win+R" and enter "Regedit" to open the system registry, and then Find "Photoshop.exe" and delete the Photoshop item.

1. Open the software and import a piece of material, as shown in the picture below. 2. Then ctrl+shift+u to remove color. 3. Then press ctrl+J to copy the layer. 4. Then reverse ctrl+I, and then set the layer blending mode to Color Dodge. 5. Click Filter--Others--Minimum. 6. In the pop-up dialog box, set the radius to 2 and click OK. 7. Finally, you can see the line draft extracted.

How to fix the PS interface font that is too small: 1. Open PS, click the "Edit" button on the top menu bar of PS to expand the editing menu; 2. Click the "Preferences" button in the expanded editing menu, and then click "Interface. .." button; 3. In the interface settings, set the user interface font size to "Large", set the UI scaling to "200%" and save the settings, then restart PS to take effect.

If you are an IT administrator or technology expert, you must be aware of the importance of automation. Especially for Windows users, Microsoft PowerShell is one of the best automation tools. Microsoft offers a variety of tools for your automation needs, without the need to install third-party applications. This guide will detail how to leverage PowerShell to automate tasks. What is a PowerShell script? If you have experience using PowerShell, you may have used commands to configure your operating system. A script is a collection of these commands in a .ps1 file. .ps1 files contain scripts executed by PowerShell, such as basic Get-Help

1. First import the one-inch photo into Photoshop. If the size of the ID photo is wrong, you need to re-crop and edit it. The size of the normal ID photo is 2.5 cm wide, 3.5 cm high, and 300 pixels. 2. Click [Edit] after cropping -[Canvas size] shortcut key CTRL+ALT+C. 3. In the new size, check [Relative], and then set the width and height to 50 pixels respectively. 4. Click [Edit]-[Define Pattern] to set the ID photo as a pattern and save it. 5. Create a new blank canvas with a size that is a multiple of the one-inch photo, such as 12.5 cm wide and 17.5 cm high. The pixels are 300. 6. Finally, use the paint bucket tool or the quick fill tool (SHIFT+F5) to fill the selected content.

This article teaches you how to change the background color of your ID photo through a Python program, so that you won’t have to worry about changing the background of your ID photo in the future. Idea: First remove the background color of the original photo and then add a new background color. The steps are very simple, the idea is clear, and the operation is also very simple. It can be done in ten lines of code. I guarantee you will know it after reading it! 1. Remove the background color of the original image importos#Remove the background color os.system('backgroundremover-i"'+str(in_path)+'"-o"cg_output.jpg"') in_path is the path of the original photo, cg_output.jpg is After removing the background
