From 4e455c76ee387905d9784c81f8368c8276ce04c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E6=B5=A9?= <3116737282@qq.com> Date: Sat, 18 Nov 2023 21:36:23 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=204.2=20=E8=8A=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Improve 优化 - 分辨率的计算增加示例 --- src/reference/ChapterNo4/4.2.md | 3 ++- src/reference/README.md | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/reference/ChapterNo4/4.2.md b/src/reference/ChapterNo4/4.2.md index ad234d9..f9e96d7 100644 --- a/src/reference/ChapterNo4/4.2.md +++ b/src/reference/ChapterNo4/4.2.md @@ -15,7 +15,8 @@ title: 4.2 图片的存储原理和格式转换 一张图片的分辨率描述的就是一张位图在横向和纵向各有多少个像素点。分辨率越高的位图,能够存储的信息也就越多,我们看起来这张图片就会越清晰。 ::: tip 分辨率的计算 -图片横向像素乘以图片竖向像素即为图片的分辨率 +图片横向像素乘以图片竖向像素即为图片的分辨率。 +一张1920x1080的图片,它的分辨率为2073600像素。 ::: ### 位深度(位深) diff --git a/src/reference/README.md b/src/reference/README.md index df7895d..ee30265 100644 --- a/src/reference/README.md +++ b/src/reference/README.md @@ -12,6 +12,7 @@ icon: lightbulb 近期更新 - 3.2 基本操作 -> 移动页面 +- 4.2 图片的存储原理和格式转换 -> 分辨率的计算增加示例 TODO - [x] 6.3 出刊的其他注意事项 -> 关于样刊