Skip to content

Commit 459e296

Browse files
author
李阳
committed
add ps
1 parent 0be5462 commit 459e296

File tree

6 files changed

+80
-0
lines changed

6 files changed

+80
-0
lines changed

ps/1.mp4

1.6 MB
Binary file not shown.

ps/2.mp4

4.26 MB
Binary file not shown.

ps/3.mp4

4.82 MB
Binary file not shown.

ps/4.mp4

4.77 MB
Binary file not shown.

ps/5.mp4

4.03 MB
Binary file not shown.

ps/index.html

Lines changed: 80 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,80 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
4+
<head>
5+
<meta charset="UTF-8">
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7+
<meta http-equiv="X-UA-Compatible" content="ie=edge">
8+
<title>PS-图片简单合成</title>
9+
<style>
10+
html,
11+
body {
12+
background: #fff;
13+
color: #999;
14+
font-family: "微软雅黑";
15+
padding-bottom: 20px;
16+
}
17+
.wrap{
18+
max-width: 600px;
19+
margin: 0 auto;
20+
}
21+
video{
22+
display: block;
23+
width: 100%;
24+
}
25+
h2 {
26+
font-size: 20px;
27+
font-weight: normal;
28+
}
29+
30+
img {
31+
display: block;
32+
width: 100%;
33+
}
34+
35+
p {
36+
text-align: justify;
37+
font-size: 14px;
38+
}
39+
</style>
40+
</head>
41+
42+
<body>
43+
<div class="wrap">
44+
<h2>图片简单合成——步骤:</h2>
45+
<h3>1.放入底图</h3>
46+
<p>直接拖拽图片到软件图片中,既可通过PS打开</p>
47+
<video src="./1.mp4" controls="controls">
48+
您的浏览器不支持 video 标签。
49+
</video>
50+
<h3>2.素材图片比较尺寸</h3>
51+
<p>比较含文字素材图A(安康铁塔签章)与底图文字的大小。图片素材文字过小,键盘ESC取消素材,若ESC无效(例如已回车确认拖入,素材无外边框)可以点击编辑-后退一步撤销</p>
52+
<video src="./2.mp4" controls="controls">
53+
您的浏览器不支持 video 标签。
54+
</video>
55+
<h3>3.修改素材大小</h3>
56+
<p>
57+
不采用拖拽方式,避免素材A比例失真,拖动素材A至PS上面的页面TAB条,即可在新窗口打开素材A,
58+
手指按页面ctrl+shift+alt+s保存为web格式(同 工具栏上 文件-存储为web所用格式),在此处修改保存名,以及尺寸,只需修改宽,高会等比缩放。
59+
尺寸通过比较或者目测(- -!)调整,素材A宽度改为300并保存为NewA。
60+
</p>
61+
<video src="./3.mp4" controls="controls">
62+
您的浏览器不支持 video 标签。
63+
</video>
64+
<h3>4.放入素材,拖拽调整位置</h3>
65+
<p>素材B(安康电信签章),不要和素材A平行,略微上移或下调,装的自然一点...确定好位置后,按回车键确认,图片外边框消失,代表OK</p>
66+
<video src="./4.mp4" controls="controls">
67+
您的浏览器不支持 video 标签。
68+
</video>
69+
<h3>5.微调修饰</h3>
70+
<p>
71+
点击右侧第一个图片,按住键盘shift,点击最后一个即可全选3张图片,把底图和素材图转换为智能对象,并栅格化,选中左侧吸管工具,吸取底图底色,在选中油桶染色工具,对素材B底色发红部分点击一次,若不小心多次点击,导致图片发白,可以采用编辑-后退一步撤销。
72+
同理,保存最终图片即可。
73+
</p>
74+
<video src="./5.mp4" controls="controls">
75+
您的浏览器不支持 video 标签。
76+
</video>
77+
</div>
78+
</body>
79+
80+
</html>

0 commit comments

Comments
 (0)