aboutsummaryrefslogtreecommitdiff
path: root/files/ko/glossary
diff options
context:
space:
mode:
Diffstat (limited to 'files/ko/glossary')
-rw-r--r--files/ko/glossary/jpeg/index.html24
-rw-r--r--files/ko/glossary/png/index.html14
2 files changed, 34 insertions, 4 deletions
diff --git a/files/ko/glossary/jpeg/index.html b/files/ko/glossary/jpeg/index.html
new file mode 100644
index 0000000000..416d6b0948
--- /dev/null
+++ b/files/ko/glossary/jpeg/index.html
@@ -0,0 +1,24 @@
+---
+title: JPEG
+slug: Glossary/jpeg
+tags:
+ - Beginner
+ - Composing
+ - Glossary
+ - Images
+ - JPEG
+translation_of: Glossary/jpeg
+---
+<p><strong>JPEG</strong>(Joint Photographic Experts Group)는 디지털 이미지에 많이 사용하는 손실 압축법입니다.</p>
+
+<p>
+ JPEG 압축은 크로마 서브샘플링(chroma subsampling), 이산 코사인 변환 및 양자화(discrete cosine transformation/quantization), 그리고 런 렝스(run-length) 델타 & 허프만 인코딩 세 가지의 압축 기술을 순차적으로 적용해서 수행합니다. 크로마 서브샘플링은, 사람의 시각이 색상보단 밝기에 민감하다는 점을 활용해서 색상 정보를 밝기 정보보다 낮은 해상도로 줄입니다. 이산 코사인 변환은 유한한 수의 데이터 좌표로 이루어진 시퀀스를 서로 다른 주파수로 진동하는 코사인 함수의 합으로써 표현합니다.
+</p>
+
+<h2 id="learn_more">더 알아보기</h2>
+
+<h3 id="general_knowledge">일반 지식</h3>
+
+<ul>
+ <li>위키백과의 <a href="https://ko.wikipedia.org/wiki/JPEG">JPEG</a></li>
+</ul>
diff --git a/files/ko/glossary/png/index.html b/files/ko/glossary/png/index.html
index 7a261a12a9..1016d95da0 100644
--- a/files/ko/glossary/png/index.html
+++ b/files/ko/glossary/png/index.html
@@ -1,14 +1,20 @@
---
title: PNG
slug: Glossary/PNG
+tags:
+ - Beginner
+ - Composing
+ - Glossary
+ - Images
+ - PNG
translation_of: Glossary/PNG
---
-<p><strong>PNG </strong>(Portable Network Graphics)는 무손실 데이터 압축을 지원하는 그래픽 파일 형식이다.</p>
+<p><strong>PNG</strong>(Portable Network Graphics)는 무손실 데이터 압축을 지원하는 그래픽 파일 형식입니다.</p>
-<h2 id="더_알아보기">더 알아보기</h2>
+<h2 id="learn_more">더 알아보기</h2>
-<h3 id="일반적인_지식">일반적인 지식</h3>
+<h3 id="general_knowledge">일반 지식</h3>
<ul>
- <li>Wikipedia의 <a href="https://en.wikipedia.org/wiki/Portable_Network_Graphics">PNG</a></li>
+ <li>위키백과의 <a href="https://ko.wikipedia.org/wiki/PNG">PNG</a></li>
</ul>