-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
18 lines (18 loc) · 1.18 KB
/
Copy pathindex.html
File metadata and controls
18 lines (18 loc) · 1.18 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!doctype html>
<html>
<head>
<title>Photography 사진</title>
<meta charset="utf-8">
</head>
<body>
<ol>
<li><a href="1.html">학습방향</a></li>
<li><a href="2.html">광학</a></li>
<li><a href="3.html">카메라 메커니즘</a></li>
</ol>
<h1>사진교실</h1>
<p style="margin-top:45px"><a href="http://www.kyobobook.co.kr/product/detailViewKor.laf?barcode=9788955265644" target="_blank" title="추천서적:랭포드의 사진강의">사진을 공부</a>하는데 여러 방향이 있지만 나는 사진기와 렌즈의 특성을 배우는 기술적인 부분과 사진에 담길 내용에 대해서 생각해보는 컨텐츠 부분으로 나누어 접근해보려 한다.</p>
<img src="img001.jpg" width=85%>
<p>먼저 기술적인 부분에 대한 이야기이다. 사진을 찍는데 알고 있어야할 기술적인 부분은 빛의 양과 상의 형태를 결정하는 렌즈와 필름 또는 수광반도체센서를 가진 카메라 몸체에 대해서 알아야 한다. 그 각각 광학과 기계적인 메커니즘에 대한 기본적인 이해를 통해 무한한 응용이 가능하기 때문에 기본적인 광학과 기계에 대해 이해해보도록 하자.</p>
</body>
</html>