prompt-lists 0.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/Gemfile +6 -0
- data/Gemfile.lock +26 -0
- data/LICENSE +33 -0
- data/README.md +9 -0
- data/lib/prompt_lists.rb +69 -0
- data/lists/animal/all.yml +1872 -0
- data/lists/animal/bird.yml +918 -0
- data/lists/animal/deep-sea.yml +74 -0
- data/lists/animal/dinosaur.yml +93 -0
- data/lists/animal/dog-breed.yml +670 -0
- data/lists/animal/insect.yml +133 -0
- data/lists/animal/mammal.yml +186 -0
- data/lists/animal/popular.yml +145 -0
- data/lists/animal/sea.yml +89 -0
- data/lists/architecture/architect.yml +190 -0
- data/lists/architecture/extreme-location.yml +49 -0
- data/lists/architecture/famous-building.yml +126 -0
- data/lists/architecture/home.yml +22 -0
- data/lists/architecture/interior-design.yml +39 -0
- data/lists/architecture/interior-keywords.yml +104 -0
- data/lists/architecture/material.yml +103 -0
- data/lists/architecture/style-detailed.yml +104 -0
- data/lists/architecture/style.yml +202 -0
- data/lists/architecture/term.yml +130 -0
- data/lists/art/painting-keyword.yml +74 -0
- data/lists/art/painting-technique.yml +98 -0
- data/lists/art/pattern.yml +104 -0
- data/lists/art/sculpture.yml +74 -0
- data/lists/art/style.yml +64 -0
- data/lists/art/type.yml +193 -0
- data/lists/artist/all.yml +1762 -0
- data/lists/artist/common.yml +416 -0
- data/lists/artist/concept.yml +37 -0
- data/lists/artist/dark.yml +19 -0
- data/lists/artist/illustrator.yml +60 -0
- data/lists/artist/painter.yml +42 -0
- data/lists/artist/with-really-strong-affects.yml +31 -0
- data/lists/artist/with-strong-affects.yml +151 -0
- data/lists/audio/sound-effect.yml +254 -0
- data/lists/audio/voice.yml +102 -0
- data/lists/business/brand.yml +291 -0
- data/lists/character/action.yml +53 -0
- data/lists/character/anime.yml +169 -0
- data/lists/character/child.yml +58 -0
- data/lists/character/coming-of-age.yml +55 -0
- data/lists/character/famous.yml +375 -0
- data/lists/character/fantasy.yml +56 -0
- data/lists/character/general.yml +109 -0
- data/lists/character/monster.yml +116 -0
- data/lists/character/romantic.yml +43 -0
- data/lists/character/scifi.yml +55 -0
- data/lists/character/superhero.yml +101 -0
- data/lists/character/supervillain.yml +98 -0
- data/lists/cinematic/animation-studio.yml +68 -0
- data/lists/cinematic/animation.yml +19 -0
- data/lists/cinematic/coloring.yml +39 -0
- data/lists/cinematic/director.yml +51 -0
- data/lists/cinematic/effect.yml +38 -0
- data/lists/cinematic/genre.yml +180 -0
- data/lists/cinematic/keyword.yml +24 -0
- data/lists/cinematic/moment.yml +220 -0
- data/lists/cinematic/movie.yml +147 -0
- data/lists/cinematic/shot.yml +58 -0
- data/lists/color/all.yml +50 -0
- data/lists/color/depth.yml +14 -0
- data/lists/color/modifier.yml +58 -0
- data/lists/color/pair.yml +29 -0
- data/lists/color/palette.yml +77 -0
- data/lists/color/perception.yml +25 -0
- data/lists/fashion/accessory.yml +157 -0
- data/lists/fashion/cultural.yml +102 -0
- data/lists/fashion/designer.yml +107 -0
- data/lists/fashion/feminine.yml +156 -0
- data/lists/fashion/hair-feminine.yml +104 -0
- data/lists/fashion/hair-masculine.yml +104 -0
- data/lists/fashion/masculine.yml +177 -0
- data/lists/fashion/outfit-feminine.yml +65 -0
- data/lists/fashion/scifi.yml +54 -0
- data/lists/fashion/type.yml +54 -0
- data/lists/feeling/all.yml +491 -0
- data/lists/feeling/creepy.yml +43 -0
- data/lists/feeling/loved.yml +110 -0
- data/lists/feeling/melancholy.yml +49 -0
- data/lists/feeling/unnerved.yml +46 -0
- data/lists/food/bakery.yml +157 -0
- data/lists/food/bbq.yml +28 -0
- data/lists/food/breakfast.yml +73 -0
- data/lists/food/cuisine.yml +104 -0
- data/lists/food/fast.yml +149 -0
- data/lists/food/fruit.yml +113 -0
- data/lists/geography/city.yml +22959 -0
- data/lists/geography/country.yml +203 -0
- data/lists/geography/ethnic-group.yml +1062 -0
- data/lists/geography/language.yml +615 -0
- data/lists/geography/nationality.yml +210 -0
- data/lists/geography/territory.yml +83 -0
- data/lists/interaction/couple-negative.yml +54 -0
- data/lists/interaction/couple.yml +53 -0
- data/lists/interaction/crowd.yml +48 -0
- data/lists/interaction/group.yml +54 -0
- data/lists/interaction/individual-detailed.yml +198 -0
- data/lists/interaction/individual.yml +408 -0
- data/lists/keyword/detailed.yml +44 -0
- data/lists/keyword/epic.yml +113 -0
- data/lists/keyword/genre.yml +49 -0
- data/lists/keyword/glitch.yml +42 -0
- data/lists/keyword/modifier.yml +73 -0
- data/lists/keyword/negative.yml +73 -0
- data/lists/keyword/prayer.yml +53 -0
- data/lists/keyword/trending.yml +22 -0
- data/lists/keyword/unusual.yml +48 -0
- data/lists/music/artist.yml +100 -0
- data/lists/music/bpm.yml +24 -0
- data/lists/music/composer.yml +176 -0
- data/lists/music/drop.yml +24 -0
- data/lists/music/dynamic.yml +75 -0
- data/lists/music/feature.yml +189 -0
- data/lists/music/genre.yml +290 -0
- data/lists/music/harmony.yml +24 -0
- data/lists/music/instrument.yml +194 -0
- data/lists/music/key.yml +24 -0
- data/lists/music/melody.yml +81 -0
- data/lists/music/mode.yml +41 -0
- data/lists/music/mood.yml +103 -0
- data/lists/music/percussive.yml +135 -0
- data/lists/music/recording.yml +57 -0
- data/lists/music/rhythm.yml +13 -0
- data/lists/music/song-section.yml +23 -0
- data/lists/music/vocal.yml +104 -0
- data/lists/nature/area-of-natural-beauty.yml +618 -0
- data/lists/nature/flower.yml +501 -0
- data/lists/nature/scene-modifier.yml +35 -0
- data/lists/nature/scene.yml +68 -0
- data/lists/nature/texture.yml +153 -0
- data/lists/nature/tree.yml +144 -0
- data/lists/nature/tropical-houseplant.yml +90 -0
- data/lists/nature/weather.yml +130 -0
- data/lists/nature/wood.yml +52 -0
- data/lists/people/beautiful-feminine.yml +30 -0
- data/lists/people/beautiful-masculine.yml +91 -0
- data/lists/people/body-type.yml +101 -0
- data/lists/people/celebrity.yml +641 -0
- data/lists/people/common.yml +18 -0
- data/lists/people/couple.yml +21 -0
- data/lists/people/dance.yml +103 -0
- data/lists/people/expression.yml +434 -0
- data/lists/people/eye-color.yml +30 -0
- data/lists/people/festival.yml +43 -0
- data/lists/people/group.yml +46 -0
- data/lists/people/hobby.yml +281 -0
- data/lists/people/job.yml +604 -0
- data/lists/people/pose-portrait.yml +29 -0
- data/lists/people/pose.yml +153 -0
- data/lists/photography/camera.yml +170 -0
- data/lists/photography/film.yml +84 -0
- data/lists/photography/landscape-keyword.yml +70 -0
- data/lists/photography/landscape-subject-detailed.yml +145 -0
- data/lists/photography/landscape-subject.yml +114 -0
- data/lists/photography/lens.yml +70 -0
- data/lists/photography/light.yml +124 -0
- data/lists/photography/photographer.yml +948 -0
- data/lists/photography/portrait-photographer.yml +68 -0
- data/lists/photography/summer-scene.yml +34 -0
- data/lists/photography/summer-tropical-beach.yml +54 -0
- data/lists/photojournalism/news-extreme.yml +54 -0
- data/lists/photojournalism/news-normal.yml +43 -0
- data/lists/photojournalism/news-specific.yml +24 -0
- data/lists/photojournalism/style-protest.yml +24 -0
- data/lists/photojournalism/types.yml +73 -0
- data/lists/places/home.yml +87 -0
- data/lists/places/public.yml +78 -0
- data/lists/places/room.yml +35 -0
- data/lists/plot/action.yml +54 -0
- data/lists/plot/arthouse.yml +54 -0
- data/lists/plot/fantasy.yml +54 -0
- data/lists/plot/general.yml +97 -0
- data/lists/plot/horror.yml +53 -0
- data/lists/plot/musical.yml +54 -0
- data/lists/plot/romance.yml +53 -0
- data/lists/plot/scifi-cyberpunk.yml +54 -0
- data/lists/plot/scifi.yml +173 -0
- data/lists/plot/war.yml +54 -0
- data/lists/science/astronomy.yml +34 -0
- data/lists/science/chemical-element.yml +122 -0
- data/lists/science/geometry.yml +93 -0
- data/lists/science/medical-images.yml +24 -0
- data/lists/set/describe-style.yml +17760 -0
- data/lists/set/describe-subject.yml +255734 -0
- data/lists/set/parti.yml +1639 -0
- data/lists/thing/adjective.yml +54 -0
- data/lists/thing/city.yml +193 -0
- data/lists/thing/everyday.yml +228 -0
- data/lists/thing/fantasy.yml +130 -0
- data/lists/thing/gadget.yml +405 -0
- data/lists/thing/icon.yml +115 -0
- data/lists/thing/office.yml +53 -0
- data/lists/thing/scary.yml +193 -0
- data/lists/thing/sci-fi.yml +192 -0
- data/lists/thing/space.yml +141 -0
- data/lists/thing/summer.yml +52 -0
- data/lists/time/century.yml +16 -0
- data/lists/time/day-of-year.yml +369 -0
- data/lists/time/decade.yml +15 -0
- data/lists/time/era.yml +91 -0
- data/lists/time/time-of-day.yml +34 -0
- data/lists/time/year.yml +205 -0
- data/lists/typography/feature.yml +46 -0
- data/lists/typography/font-type.yml +45 -0
- data/lists/typography/font.yml +68 -0
- data/lists/typography/style.yml +57 -0
- data/lists/typography/word-art.yml +104 -0
- data/lists/vehicle/car.yml +309 -0
- data/lists/vehicle/classic-car.yml +148 -0
- data/lists/vehicle/famous-car.yml +42 -0
- data/lists/vehicle/fast-car.yml +81 -0
- data/lists/vehicle/type.yml +104 -0
- data/lists/video-game/action.yml +300 -0
- data/lists/video-game/designer.yml +54 -0
- data/lists/video-game/engine.yml +54 -0
- data/lists/video-game/game.yml +306 -0
- data/lists/video-game/region.yml +104 -0
- data/lists/word/adjective.yml +4984 -0
- data/lists/word/adverb.yml +1802 -0
- data/lists/word/noun.yml +24393 -0
- data/lists/word/verb.yml +9954 -0
- metadata +299 -0
@@ -0,0 +1,153 @@
|
|
1
|
+
---
|
2
|
+
title: Poses
|
3
|
+
category: people
|
4
|
+
---
|
5
|
+
blowing a kiss
|
6
|
+
closing eyes and tilting head
|
7
|
+
crouching
|
8
|
+
crouching down with hands on ground in front of body
|
9
|
+
dancing or jumping in mid-air with a joyful expression
|
10
|
+
frowning
|
11
|
+
holding an object close to body, such as a pet or child
|
12
|
+
holding an object in both hands, such as a musical instrument or sports equipment
|
13
|
+
holding an object in one hand, such as a flower or book
|
14
|
+
holding an object out in front of body, such as a camera or phone
|
15
|
+
holding both hands on cheeks
|
16
|
+
holding both hands over heart
|
17
|
+
holding hands above head
|
18
|
+
holding hands behind back
|
19
|
+
holding hands in front of body
|
20
|
+
holding hands in prayer position
|
21
|
+
holding hands on hips, elbows in
|
22
|
+
holding hands on hips, elbows out
|
23
|
+
holding hands over head in victory sign
|
24
|
+
holding one hand on cheek
|
25
|
+
holding one hand on chin
|
26
|
+
holding one hand over heart
|
27
|
+
hugging oneself
|
28
|
+
kneeling on both knees
|
29
|
+
kneeling on one knee
|
30
|
+
kneeling with arms outstretched
|
31
|
+
kneeling with both knees on ground and hands clasped in front of body
|
32
|
+
kneeling with both legs extended
|
33
|
+
kneeling with hands clasped in front
|
34
|
+
kneeling with hands on hips
|
35
|
+
kneeling with hands on nearby object
|
36
|
+
kneeling with one foot flat on ground and one knee raised
|
37
|
+
kneeling with one leg extended
|
38
|
+
laughing
|
39
|
+
leaning against a nearby object
|
40
|
+
leaning against a railing or fence
|
41
|
+
leaning against a tree
|
42
|
+
leaning against a wall
|
43
|
+
leaning backward with arms crossed
|
44
|
+
leaning backward with arms outstretched
|
45
|
+
leaning backward with hands behind back
|
46
|
+
leaning backward with hands clasped behind head
|
47
|
+
leaning backward with hands on hips
|
48
|
+
leaning backward with one hand on hip, other hand on thigh
|
49
|
+
leaning backward with one leg crossed in front of the other
|
50
|
+
leaning backward with weight on one foot
|
51
|
+
leaning forward with arms on nearby object
|
52
|
+
leaning forward with arms outstretched
|
53
|
+
leaning forward with elbows on knees
|
54
|
+
leaning forward with hands clasped in front
|
55
|
+
leaning forward with hands clasped in front of face
|
56
|
+
leaning forward with hands on ground in front of body
|
57
|
+
leaning forward with hands on knees
|
58
|
+
looking angry with furrowed brow
|
59
|
+
looking confident with hands on hips
|
60
|
+
looking contemplative with hand on chin
|
61
|
+
looking down with head bowed
|
62
|
+
looking nervous with hands clasped
|
63
|
+
looking off into the distance
|
64
|
+
looking playful with tongue sticking out or smiling mischievously
|
65
|
+
looking relaxed with arms outstretched
|
66
|
+
looking sad with downturned mouth and eyes
|
67
|
+
looking serious with arms crossed
|
68
|
+
looking straight into the camera
|
69
|
+
looking surprised with wide eyes and open mouth
|
70
|
+
looking thoughtful with hand on forehead
|
71
|
+
looking to the side with head turned
|
72
|
+
looking up with head tilted back
|
73
|
+
looking worried with furrowed brow and concerned expression
|
74
|
+
lying down with arms above head
|
75
|
+
lying down with arms outstretched to sides
|
76
|
+
lying down with both legs raised
|
77
|
+
lying down with head propped up on elbow
|
78
|
+
lying down with head resting on hand
|
79
|
+
lying down with one leg raised and one leg bent
|
80
|
+
lying on back with arms outstretched
|
81
|
+
lying on back with both legs raised
|
82
|
+
lying on back with one leg raised
|
83
|
+
lying on side with arms crossed
|
84
|
+
lying on side with arms outstretched
|
85
|
+
lying on side with head propped up on hand
|
86
|
+
lying on stomach with arms outstretched
|
87
|
+
making a silly face
|
88
|
+
pouting
|
89
|
+
putting both hands on waist
|
90
|
+
putting one hand on waist
|
91
|
+
resting both arms on chair or couch
|
92
|
+
resting both hands on table or desk
|
93
|
+
resting one arm on chair or couch
|
94
|
+
resting one hand on table or desk
|
95
|
+
running or jogging along a path or trail with a determined expression
|
96
|
+
sitting cross-legged on floor
|
97
|
+
sitting on a bench
|
98
|
+
sitting on a chair
|
99
|
+
sitting on a stool
|
100
|
+
sitting on edge of chair or bench
|
101
|
+
sitting on one hip with legs bent to one side
|
102
|
+
sitting on the ground
|
103
|
+
sitting with arms crossed
|
104
|
+
sitting with both legs extended
|
105
|
+
sitting with hands on knees
|
106
|
+
sitting with hands on lap
|
107
|
+
sitting with knees bent and feet on ground
|
108
|
+
sitting with legs crossed
|
109
|
+
sitting with legs folded under body
|
110
|
+
sitting with one hand on hip
|
111
|
+
sitting with one hand on nearby object
|
112
|
+
sitting with one leg extended
|
113
|
+
sitting with one leg extended and one leg bent
|
114
|
+
sitting with weight on one side
|
115
|
+
smiling with lips closed
|
116
|
+
smiling with teeth showing
|
117
|
+
squatting
|
118
|
+
squatting down with hands clasped in front of body
|
119
|
+
standing on one leg
|
120
|
+
standing on tiptoes
|
121
|
+
standing straight
|
122
|
+
standing with arms crossed
|
123
|
+
standing with arms outstretched
|
124
|
+
standing with arms outstretched to sides
|
125
|
+
standing with arms raised above head
|
126
|
+
standing with chin down
|
127
|
+
standing with chin up
|
128
|
+
standing with eyes closed
|
129
|
+
standing with eyes looking away
|
130
|
+
standing with eyes looking towards camera
|
131
|
+
standing with feet shoulder-width apart
|
132
|
+
standing with feet wider apart
|
133
|
+
standing with hands clasped in front
|
134
|
+
standing with hands on hips
|
135
|
+
standing with head tilted back
|
136
|
+
standing with head tilted to one side
|
137
|
+
standing with head tilted to other side
|
138
|
+
standing with one arm raised, hand above head
|
139
|
+
standing with one arm raised, hand on hip
|
140
|
+
standing with one arm resting on nearby object
|
141
|
+
standing with one foot in front of the other
|
142
|
+
standing with one hand in pocket
|
143
|
+
standing with one hand on hip, other hand on thigh
|
144
|
+
standing with one leg bent at the knee, foot resting on nearby object
|
145
|
+
standing with one leg crossed in front of the other
|
146
|
+
standing with weight on one foot
|
147
|
+
sticking out tongue
|
148
|
+
walking along a path or trail with a relaxed gait
|
149
|
+
walking away from the camera with a purposeful stride
|
150
|
+
walking towards the camera with a confident stride
|
151
|
+
winking with both eyes
|
152
|
+
winking with one eye
|
153
|
+
yawning
|
@@ -0,0 +1,170 @@
|
|
1
|
+
---
|
2
|
+
title: Cameras
|
3
|
+
category: photography
|
4
|
+
---
|
5
|
+
aaton ltr
|
6
|
+
aaton xtr prod
|
7
|
+
arri alexa
|
8
|
+
arri alexa mini
|
9
|
+
arriflex 35
|
10
|
+
arriflex 435es
|
11
|
+
arriflex 535b
|
12
|
+
blackmagic cinema camera 2.5k
|
13
|
+
blackmagic design pocket cinema camera 4k
|
14
|
+
bolex h16
|
15
|
+
canon
|
16
|
+
canon 5d
|
17
|
+
canon 5d mark iii
|
18
|
+
canon 6d
|
19
|
+
canon 7
|
20
|
+
canon c500
|
21
|
+
canon eos 1d c
|
22
|
+
canon eos 1d x digital slr camera
|
23
|
+
canon eos r
|
24
|
+
canon eos rebel t3i
|
25
|
+
canon eos rebel t7i
|
26
|
+
canon g16
|
27
|
+
canon powershot a2300
|
28
|
+
canon powershot g7 x mark ii
|
29
|
+
canon powershot g9 x
|
30
|
+
canon powershot g9 x mark ii
|
31
|
+
canon powershot sx260 hs
|
32
|
+
canon powershot sx620 hs
|
33
|
+
casio ex-10
|
34
|
+
casio exilim ex-fr100
|
35
|
+
casio exilim ex-zr100
|
36
|
+
dji mavic 2 pro
|
37
|
+
eclair npr
|
38
|
+
fujifilm finepix f550exr
|
39
|
+
fujifilm x-t1
|
40
|
+
fujifilm x-t2
|
41
|
+
fujifilm x100t
|
42
|
+
fujifilm x70
|
43
|
+
gopro hero4 black
|
44
|
+
gopro hero7 black
|
45
|
+
hasselbad
|
46
|
+
hasselblad h6d
|
47
|
+
imax hd camera
|
48
|
+
insta360 one x
|
49
|
+
jvc
|
50
|
+
kodak easyshare m532
|
51
|
+
leica
|
52
|
+
leica i
|
53
|
+
leica q
|
54
|
+
leica q2
|
55
|
+
leica sl
|
56
|
+
lomography diana f+
|
57
|
+
lomography lomo'instant automat glass magellan edition
|
58
|
+
lytro illum
|
59
|
+
minolta
|
60
|
+
mitchell bncr
|
61
|
+
moviecam compact
|
62
|
+
nikon
|
63
|
+
nikon 1 j1 digital camera system
|
64
|
+
nikon 1 j5
|
65
|
+
nikon 1 v3
|
66
|
+
nikon coolpix l810
|
67
|
+
nikon coolpix p1000
|
68
|
+
nikon coolpix p340
|
69
|
+
nikon coolpix s6200
|
70
|
+
nikon d3
|
71
|
+
nikon d4 digital slr camera
|
72
|
+
nikon d4s
|
73
|
+
nikon d500
|
74
|
+
nikon d7000
|
75
|
+
nikon d750
|
76
|
+
nikon d810
|
77
|
+
nikon d850
|
78
|
+
nikon f
|
79
|
+
nikon z6
|
80
|
+
nikon z7
|
81
|
+
nizo s48
|
82
|
+
olympus
|
83
|
+
olympus e-m1
|
84
|
+
olympus e-pl1
|
85
|
+
olympus om-d e-m1
|
86
|
+
olympus om-d e-m10 mark iii
|
87
|
+
olympus om-d e-m5
|
88
|
+
olympus om-d e-m5 digital camera
|
89
|
+
olympus pen e-pl7
|
90
|
+
olympus pen epl3 compact system camera
|
91
|
+
olympus pen-f
|
92
|
+
olympus sp-820uz ihs
|
93
|
+
olympus stylus 1s
|
94
|
+
olympus tough tg-820 ihs
|
95
|
+
panaflex gold ii
|
96
|
+
panasonic
|
97
|
+
panasonic gh4
|
98
|
+
panasonic lumix dc-fz1000 ii
|
99
|
+
panasonic lumix dc-g9
|
100
|
+
panasonic lumix dc-s1r
|
101
|
+
panasonic lumix dmc gf5 compact system camera
|
102
|
+
panasonic lumix dmc-fh5
|
103
|
+
panasonic lumix dmc-fz300
|
104
|
+
panasonic lumix dmc-g1
|
105
|
+
panasonic lumix dmc-g3
|
106
|
+
panasonic lumix dmc-gh2 body only digital camera
|
107
|
+
panasonic lumix dmc-gh3
|
108
|
+
panasonic lumix dmc-gx85
|
109
|
+
panasonic lumix dmc-lx100
|
110
|
+
panasonic lumix dmc-ts4
|
111
|
+
panasonic lumix dmc-tz100
|
112
|
+
panasonic varicam 35
|
113
|
+
panavision panaflex millennium xl2
|
114
|
+
pentax
|
115
|
+
pentax k-01
|
116
|
+
pentax k-3
|
117
|
+
pentax k-5
|
118
|
+
pentax k-5 ii digital slr camera body only
|
119
|
+
pentax k-70
|
120
|
+
pentax optio rs1500
|
121
|
+
pentax optio wg-1 gps
|
122
|
+
pentax q compact system camera
|
123
|
+
phase one iq250
|
124
|
+
red epic dragon
|
125
|
+
red one mx
|
126
|
+
red weapon helium
|
127
|
+
ricoh cx6
|
128
|
+
ricoh gr digital iii
|
129
|
+
ricoh gr digital iv
|
130
|
+
ricoh gr digital iv compact digital camera
|
131
|
+
ricoh gr ii
|
132
|
+
ricoh theta v
|
133
|
+
rolleiflex
|
134
|
+
samsung ex2f smart camera
|
135
|
+
samsung galaxy nx
|
136
|
+
samsung nx1
|
137
|
+
samsung nx100
|
138
|
+
samsung nx11 compact system camera
|
139
|
+
samsung nx20 smart camera body only
|
140
|
+
samsung nx200 smart camera
|
141
|
+
samsung nx300m
|
142
|
+
samsung wb850f smart camera
|
143
|
+
sigma sd quattro h
|
144
|
+
sony
|
145
|
+
sony a6000
|
146
|
+
sony a7r ii
|
147
|
+
sony a7s
|
148
|
+
sony alpha 7r ii
|
149
|
+
sony alpha a6000
|
150
|
+
sony alpha a6400
|
151
|
+
sony alpha a7 iii
|
152
|
+
sony alpha a77 dslr camera
|
153
|
+
sony alpha a7r ii
|
154
|
+
sony alpha nex-5n
|
155
|
+
sony alpha nex-7 body only compact system camera
|
156
|
+
sony cyber-shot dsc rx10 iii
|
157
|
+
sony cyber-shot dsc rx100 iii
|
158
|
+
sony cyber-shot dsc rx100 iv
|
159
|
+
sony cyber-shot dsc rx1r ii
|
160
|
+
sony cyber-shot dsc-hx20v
|
161
|
+
sony cyber-shot dsc-rx10 ii
|
162
|
+
sony cyber-shot dsc-rx100
|
163
|
+
sony cyber-shot dsc-rx100 vi
|
164
|
+
sony cyber-shot dsc-wx150
|
165
|
+
sony f55
|
166
|
+
sony f65
|
167
|
+
sony fdr-ax100
|
168
|
+
sony nex c3 compact system camera
|
169
|
+
sony pdw-f800 xdcam
|
170
|
+
xiaomi mi sphere 360 camera
|
@@ -0,0 +1,84 @@
|
|
1
|
+
---
|
2
|
+
title: Types of film
|
3
|
+
category: photography
|
4
|
+
---
|
5
|
+
adox pan 100 film
|
6
|
+
adox silvermax 100 film
|
7
|
+
agfa vista plus 200 film
|
8
|
+
agfaphoto ct100 film
|
9
|
+
black and white negative film
|
10
|
+
color negative film
|
11
|
+
fuji astia 100f film
|
12
|
+
fuji natura 1600 film
|
13
|
+
fuji neopan 400 film
|
14
|
+
fuji neopan acros 100 film
|
15
|
+
fuji provia 100f film
|
16
|
+
fuji provia 1600f rdpiii film
|
17
|
+
fuji provia 3200f rdpiii film
|
18
|
+
fuji provia 4000f rdpiii film
|
19
|
+
fuji provia 400f film
|
20
|
+
fuji provia 400x rdpiii film
|
21
|
+
fuji provia 800z rdpiii film
|
22
|
+
fuji superia 200 film
|
23
|
+
fuji superia 400 film
|
24
|
+
fuji superia reala 100 film
|
25
|
+
fuji superia reala 400 film
|
26
|
+
fuji superia venus 800 film
|
27
|
+
fuji velvia 100 film
|
28
|
+
fuji velvia 100f film
|
29
|
+
fuji velvia 50 film
|
30
|
+
fujifilm 120 film
|
31
|
+
fujifilm 135 film
|
32
|
+
ilford delta 100 film
|
33
|
+
ilford delta 3200 film
|
34
|
+
ilford fp4 plus 125 film
|
35
|
+
ilford hp5 film
|
36
|
+
ilford hp5 plus 400 film
|
37
|
+
ilford pan f plus 50 film
|
38
|
+
impossible project film
|
39
|
+
infrared film
|
40
|
+
kodak 126 film
|
41
|
+
kodak aps film
|
42
|
+
kodak ektachrome 100 plus film
|
43
|
+
kodak ektachrome 100gx film
|
44
|
+
kodak ektachrome 64t film
|
45
|
+
kodak ektar 100 film
|
46
|
+
kodak elite 100s film
|
47
|
+
kodak elite 200s film
|
48
|
+
kodak elite 400s film
|
49
|
+
kodak elite 800s film
|
50
|
+
kodak elite chrome 200 film
|
51
|
+
kodak elite chrome extra color 100 film
|
52
|
+
kodak max 400 film
|
53
|
+
kodak portra 160 film
|
54
|
+
kodak portra 400 film
|
55
|
+
kodak portra 800 film
|
56
|
+
kodak professional elite chrome extra color 200 film
|
57
|
+
kodak professional elite chrome extra color 400 film
|
58
|
+
kodak professional elite chrome extra color 800 film
|
59
|
+
kodak professional portra 400nc film
|
60
|
+
kodak professional portra 400vc film
|
61
|
+
kodak professional portra 800 film
|
62
|
+
kodak professional supra endura vc 400 film
|
63
|
+
kodak professional supra endura vc 800 film
|
64
|
+
kodak professional supra endura vcc 400 film
|
65
|
+
kodak professional supra endura vcce 400 film
|
66
|
+
kodak professional ultramax 400 film
|
67
|
+
kodak proimage 100 film
|
68
|
+
kodak royal gold 100 film
|
69
|
+
kodak royal gold 200 film
|
70
|
+
kodak royal gold 400 film
|
71
|
+
kodak t-max 100 film
|
72
|
+
kodak t-max 3200 film
|
73
|
+
kodak t-max 400 film
|
74
|
+
kodak tri-x 400 film
|
75
|
+
kodak ultramax 400 film
|
76
|
+
lomography earl grey 100 film
|
77
|
+
lomography lady grey 400 film
|
78
|
+
lomography redscale film
|
79
|
+
lomography xprochrome film
|
80
|
+
polaroid 600 film
|
81
|
+
polaroid sx-70 film
|
82
|
+
slide film
|
83
|
+
ultrafine xtreme film
|
84
|
+
x-ray film
|
@@ -0,0 +1,70 @@
|
|
1
|
+
---
|
2
|
+
title: Landscape keywords
|
3
|
+
category: photography
|
4
|
+
---
|
5
|
+
angles
|
6
|
+
animals
|
7
|
+
b&w
|
8
|
+
balance
|
9
|
+
barns
|
10
|
+
beaches
|
11
|
+
birds
|
12
|
+
bridges
|
13
|
+
buildings
|
14
|
+
churches
|
15
|
+
close-ups
|
16
|
+
clouds
|
17
|
+
color
|
18
|
+
composition
|
19
|
+
contrast
|
20
|
+
details
|
21
|
+
exposure
|
22
|
+
fire
|
23
|
+
flowers
|
24
|
+
fog
|
25
|
+
forests
|
26
|
+
forms
|
27
|
+
framing
|
28
|
+
grass
|
29
|
+
graveyards
|
30
|
+
hdr
|
31
|
+
houses
|
32
|
+
infrared
|
33
|
+
insects
|
34
|
+
lakes
|
35
|
+
leaves
|
36
|
+
lighting
|
37
|
+
lines
|
38
|
+
macro
|
39
|
+
moon
|
40
|
+
mountains
|
41
|
+
movement
|
42
|
+
night photography
|
43
|
+
objects
|
44
|
+
panning
|
45
|
+
paths
|
46
|
+
patterns
|
47
|
+
people
|
48
|
+
perspective
|
49
|
+
rainbows
|
50
|
+
reflections
|
51
|
+
rivers
|
52
|
+
roads
|
53
|
+
sequencing
|
54
|
+
shadows
|
55
|
+
shapes
|
56
|
+
sky
|
57
|
+
snow
|
58
|
+
stairways
|
59
|
+
stars
|
60
|
+
stones
|
61
|
+
structures
|
62
|
+
sun
|
63
|
+
sunsets
|
64
|
+
textures
|
65
|
+
time-lapse photography
|
66
|
+
timing
|
67
|
+
trees
|
68
|
+
viewpoints
|
69
|
+
waterfalls
|
70
|
+
zooming
|
@@ -0,0 +1,145 @@
|
|
1
|
+
---
|
2
|
+
title: Landscape subjects in detail
|
3
|
+
category: photography
|
4
|
+
---
|
5
|
+
a colorful autumn forest with vibrant foliage
|
6
|
+
a colorful canyon with towering walls of rock
|
7
|
+
a colorful desert landscape with towering sandstone formations
|
8
|
+
a colorful geothermal landscape with bubbling mud pools and geysers
|
9
|
+
a colorful geothermal landscape with hot springs and bubbling mud pots
|
10
|
+
a colorful geothermal landscape with hot springs and steam vents
|
11
|
+
a colorful hot spring with steam rising from the water
|
12
|
+
a colorful river canyon with towering walls of rock
|
13
|
+
a colorful river delta with a variety of wildlife
|
14
|
+
a colorful river delta with a variety of wildlife and plant species
|
15
|
+
a colorful salt flat with unique mineral formations
|
16
|
+
a colorful salt flat with unique mineral formations and diverse wildlife
|
17
|
+
a colorful wildflower meadow with a variety of species
|
18
|
+
a coral reef teeming with colorful fish and other marine life
|
19
|
+
a deep blue lake surrounded by rugged mountains
|
20
|
+
a deep, narrow gorge with rushing waterfalls
|
21
|
+
a dense forest with a variety of hiking trails
|
22
|
+
a dense forest with towering trees and a variety of wildlife
|
23
|
+
a dense jungle filled with exotic flora and fauna
|
24
|
+
a dense jungle with a variety of plant and animal species
|
25
|
+
a dense jungle with a variety of primates and other wildlife
|
26
|
+
a dense mangrove forest with a variety of bird and marine life
|
27
|
+
a dense mangrove forest with a variety of wildlife
|
28
|
+
a dense, misty forest with towering trees and lush undergrowth
|
29
|
+
a dramatic coastline with towering cliffs and crashing waves
|
30
|
+
a dramatic fjord surrounded by towering peaks
|
31
|
+
a dramatic fjord with steep cliffs and cascading waterfalls
|
32
|
+
a dramatic karst landscape with towering limestone cliffs and caves
|
33
|
+
a dramatic karst landscape with towering limestone cliffs and underground rivers
|
34
|
+
a frozen tundra with snow-covered hills and valleys
|
35
|
+
a lush meadow surrounded by rugged peaks
|
36
|
+
a lush river valley with fertile farmland
|
37
|
+
a lush, tropical island with palm-fringed beaches
|
38
|
+
a massive glacier with icy blue hues
|
39
|
+
a massive sand dune rising out of the desert
|
40
|
+
a massive sandstone arch carved by the wind and water
|
41
|
+
a misty mountain peak surrounded by clouds
|
42
|
+
a peaceful estuary with a variety of bird species
|
43
|
+
a peaceful fjord with calm waters and steep cliffs
|
44
|
+
a peaceful meadow with a variety of wildflowers and grasses
|
45
|
+
a peaceful mountain valley with a variety of plant and animal species
|
46
|
+
a peaceful river delta with a variety of bird species
|
47
|
+
a peaceful river valley with a variety of bird species
|
48
|
+
a peaceful river with calm waters and rocky banks
|
49
|
+
a peaceful wetland with a variety of bird species
|
50
|
+
a picturesque coastline with rugged cliffs and sandy beaches
|
51
|
+
a picturesque highland lake with snow-capped peaks in the background
|
52
|
+
a picturesque meadow filled with wildflowers
|
53
|
+
a picturesque river gorge with towering cliffs
|
54
|
+
a picturesque river with a variety of fish species
|
55
|
+
a picturesque valley with a meandering river
|
56
|
+
a remote island with pristine beaches and crystal-clear water
|
57
|
+
a remote island with rugged coastlines and diverse marine life
|
58
|
+
a remote wilderness area with crystal-clear lakes
|
59
|
+
a remote wilderness area with crystal-clear lakes and streams
|
60
|
+
a remote wilderness area with crystal-clear streams and rivers
|
61
|
+
a remote wilderness area with deep canyons and narrow gorges
|
62
|
+
a remote wilderness area with glaciers and ice fields
|
63
|
+
a remote wilderness area with pristine lakes and rivers
|
64
|
+
a remote wilderness area with snow-covered peaks and alpine meadows
|
65
|
+
a remote wilderness area with towering waterfalls
|
66
|
+
a remote wilderness area with towering waterfalls and ancient forests
|
67
|
+
a remote wilderness area with towering waterfalls and rugged gorges
|
68
|
+
a roaring waterfall cascading over rocks
|
69
|
+
a rocky beach with crashing waves and tidal pools
|
70
|
+
a rocky beach with crystal-clear water
|
71
|
+
a rocky coastline with hidden caves and sea stacks
|
72
|
+
a rocky coastline with hidden coves and tidal pools
|
73
|
+
a rocky desert landscape with colorful sandstone formations
|
74
|
+
a rocky desert landscape with towering mesas
|
75
|
+
a rocky outcropping with a panoramic view of the ocean
|
76
|
+
a rocky outcropping with a panoramic view of the surrounding landscape
|
77
|
+
a rolling hillside covered in vineyards
|
78
|
+
a rugged canyon carved by a river
|
79
|
+
a rugged coastal headland with stunning vistas
|
80
|
+
a rugged coastline with hidden coves and sea caves
|
81
|
+
a rugged coastline with sea arches and natural bridges
|
82
|
+
a rugged desert canyon with narrow passages and towering walls
|
83
|
+
a rugged desert landscape with towering mesas and rock formations
|
84
|
+
a rugged highland plateau with sweeping views
|
85
|
+
a rugged mountain pass with steep switchbacks
|
86
|
+
a rugged mountain pass with sweeping views
|
87
|
+
a rugged mountain range with deep canyons and narrow gorges
|
88
|
+
a rugged mountain range with deep canyons and rushing rivers
|
89
|
+
a rugged mountain range with jagged peaks and deep valleys
|
90
|
+
a rugged mountain range with jagged peaks and glaciers
|
91
|
+
a rugged mountain range with snow-covered peaks
|
92
|
+
a rugged mountain range with snow-covered peaks and glaciers
|
93
|
+
a rugged mountain range with sweeping views and deep valleys
|
94
|
+
a secluded cove with a pristine beach
|
95
|
+
a serene alpine lake with a mirrored surface
|
96
|
+
a serene alpine lake with a mirrored surface and snow-capped peaks
|
97
|
+
a serene bay with calm waters and sandy beaches
|
98
|
+
a serene estuary with calm waters and sandy beaches
|
99
|
+
a serene lagoon with calm, turquoise water
|
100
|
+
a serene lake nestled in a forested valley
|
101
|
+
a serene lake surrounded by a dense forest
|
102
|
+
a serene lake surrounded by dense forests and snow-capped peaks
|
103
|
+
a serene lake surrounded by forests and mountains
|
104
|
+
a serene lake surrounded by mountains and forests
|
105
|
+
a serene oasis in the middle of a desert
|
106
|
+
a serene river with calm waters and rocky banks
|
107
|
+
a series of cascading waterfalls nestled in a forest
|
108
|
+
a series of hot springs nestled in a forest
|
109
|
+
a snow-covered alpine peak with a stunning view
|
110
|
+
a sweeping desert landscape with isolated rock formations
|
111
|
+
a sweeping desert landscape with sand dunes and rock formations
|
112
|
+
a sweeping grassy plain with herds of grazing animals
|
113
|
+
a sweeping sand dune desert with isolated oases
|
114
|
+
a towering glacier with icy blue hues and crevasses
|
115
|
+
a towering mountain range with snow-capped peaks
|
116
|
+
a towering sand dune desert with isolated oases and nomadic tribes
|
117
|
+
a towering sandstone formation with a panoramic view
|
118
|
+
a towering sea cliff with panoramic ocean views
|
119
|
+
a towering sea cliff with panoramic ocean views and seabird colonies
|
120
|
+
a towering sea stack rising out of the ocean
|
121
|
+
a towering volcanic peak with a snow-capped summit
|
122
|
+
a towering waterfall cascading into a deep pool
|
123
|
+
a tropical island with lush rainforest and coral reefs
|
124
|
+
a tropical rainforest with lush vegetation and exotic wildlife
|
125
|
+
a vast desert landscape with isolated rock formations and sandstone cliffs
|
126
|
+
a vast desert landscape with sand dunes and rocky outcroppings
|
127
|
+
a vast desert plain with towering sand dunes
|
128
|
+
a vast grassland with herds of grazing animals
|
129
|
+
a vast grassland with herds of grazing animals and rolling hills
|
130
|
+
a vast plain covered in wildflowers
|
131
|
+
a vast savanna with a variety of wildlife
|
132
|
+
a vast savanna with a variety of wildlife and bird species
|
133
|
+
a vast wetland with a variety of bird and plant species
|
134
|
+
a vibrant coral reef with a variety of marine life
|
135
|
+
a volcanic crater with a stunning view of the surrounding landscape
|
136
|
+
a volcanic island with rugged coastlines and lava fields
|
137
|
+
a volcanic landscape with steaming vents and lava fields
|
138
|
+
a wide-open plain with herds of grazing animals
|
139
|
+
a wide-open savanna with herds of grazing animals
|
140
|
+
a winding river canyon with towering walls of rock
|
141
|
+
a winding river with rapids and waterfalls
|
142
|
+
a windswept coastal landscape with rugged cliffs and rocky beaches
|
143
|
+
a windswept coastal plain with a variety of seabirds and marine life
|
144
|
+
a windswept plain dotted with towering rock formations
|
145
|
+
an alpine valley surrounded by snow-capped peaks
|