-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy path图像深度与显示深度.html
More file actions
20 lines (19 loc) · 1.51 KB
/
图像深度与显示深度.html
File metadata and controls
20 lines (19 loc) · 1.51 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<html>
<head>
<title>图像深度与显示深度</title>
<basefont face="微软雅黑" size="2" />
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<meta name="exporter-version" content="Evernote Windows/307425 (zh-CN, DDL); Windows/10.0.0 (Win64);"/>
<style>
body, td {
font-family: 微软雅黑;
font-size: 10pt;
}
</style>
</head>
<body>
<a name="451"/>
<h1>图像深度与显示深度</h1>
<div>
<span><div><span style="font-size: 12pt;">图像深度:是图像文件记录一个像素点所需要的位数。 显示深度表示显示缓存中记录屏幕上一个点的位数。</span></div><div><span style="font-size: 16px;">显示深度 <font style="color: rgb(255, 0, 0);">大于</font>图像深度:当显示的位数为24位,图像深度为8位。则屏幕显示的深度为256中颜色,图像深度为16色,则显示的颜色</span><span style="font-size: 16px; color: rgb(227, 0, 0);">完全取决于图像的颜色定义</span><span style="font-size: 16px;">。</span></div><div><span style="font-size: 16px;">显示深度<font style="color: rgb(255, 0, 0);">等于</font> 图像深度 如果真色彩显示模式来显示真色彩图像,显示调色板与图像调色板一致,则较真实显示 反正 失真。</span></div><div><span style="font-size: 16px;">显示深度 <font style="color: rgb(255, 0, 0);">小于</font>图像深度</span></div><div><span style="font-size: 16px;">出现失真。</span></div></span>
</div></body></html>