File size: 3,500 Bytes
5dfbe1d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
{
    "35mm": [
        [
            "Wide-angle lens",
            "Panoramic view",
            "Wide angle"
        ]
    ],
    "50mm": [
        [
            "Standard lens",
            "Nifty fifty",
            "Versatile focal length",
            "Natural field of view"
        ]
    ],
    "80mm": [
        [
            "Portrait lens",
            "Medium telephoto",
            "Flattering focal length"
        ]
    ],
    "800mm lens": [
        [
            "Super telephoto lens",
            "Extreme reach",
            "Distant subjects"
        ]
    ],
    "circular polarizer": [
        [
            "Polarizing filter",
            "Reduced reflections",
            "Enhanced colors",
            "Increased contrast",
            "Blue sky enhancement"
        ]
    ],
    "depth of field 100mm": [
        [
            "Shallow depth of field",
            "Narrow depth of field",
            "Wide aperture",
            "Blurry background",
            "Isolated subject"
        ]
    ],
    "depth of field 270mm": [
        [
            "Deep depth of field",
            "Extended depth of field",
            "Small aperture",
            "Sharp from front to back"
        ]
    ],
    "f/1.8": [
        [
            "Wide aperture",
            "Shallow depth of field",
            "Low-light photography",
            "Subject isolation",
            "Creative bokeh"
        ]
    ],
    "f/2.8": [
        [
            "Fast lens",
            "Wide aperture",
            "Low-light photography",
            "Shallow depth of field",
            "Zoom lens"
        ]
    ],
    "f/5": [
        [
            "Moderate aperture",
            "Balanced depth of field",
            "Versatile for different scenes",
            "Sharpness throughout"
        ]
    ],
    "f/8": [
        [
            "Optimal aperture",
            "Sharpness across the frame",
            "Good depth of field"
        ]
    ],
    "f/14": [
        [
            "Narrow aperture",
            "Wide depth of field",
            "Range depth of field"
        ]
    ],
    "fish-eye lens": [
        [
            "Ultra-wide-angle lens",
            "Extreme perspective distortion",
            "Unique visual effect",
            "360-degree photography",
            "Creative compositions"
        ]
    ],
    "l usm": [
        [
            "Ultrasonic motor",
            "Fast and silent autofocus",
            "High-performance lens",
            "Precise focusing",
            "Professional-grade optics"
        ]
    ],
    "low shutter": [
        [
            "Slow shutter speed",
            "Long exposure",
            "Motion blur",
            "Light trails",
            "Creative effects"
        ]
    ],
    "macro lens": [
        [
            "Close-up lens",
            "High magnification",
            "Small details"
        ]
    ],
    "selective focus": [
        [
            "Bokeh effect",
            "Subject separation",
            "Background blur",
            "Creatively controlling focus",
            "Artistic photography"
        ]
    ],
    "telephoto lens": [
        [
            "Long focal length lens",
            "Magnification",
            "Compressed perspective"
        ]
    ],
    "zoom lens": [
        [
            "Telephoto lens",
            "Wide-angle lens",
            "Prime lens",
            "Variable focal length lens",
            "Optical zoom"
        ]
    ]
}