perchance-ai-prompt-library
Version:
🎨 Complete AI prompt library and generator with advanced CLI, batch processing, analytics, and multi-format export capabilities
119 lines (118 loc) • 3.07 kB
JSON
{
"resolutions": {
"standard": {
"portrait": ["3024x4032", "2160x3840", "1536x2048"],
"landscape": ["4032x3024", "3840x2160", "2048x1536"],
"square": ["3024x3024", "2048x2048", "1080x1080"],
"cinematic": ["4096x2160", "3840x2160", "1920x1080"],
"panoramic": ["8192x1152", "7680x1080", "5120x1440"]
},
"social_media": {
"instagram": ["1080x1080", "1080x1350", "1080x1920"],
"facebook": ["1200x630", "1080x1080", "1080x1920"],
"twitter": ["1200x675", "1080x1080", "1080x1920"],
"linkedin": ["1200x627", "1080x1080", "1920x1080"]
},
"print": {
"a4_300dpi": ["2480x3508", "3508x2480"],
"a3_300dpi": ["3508x4961", "4961x3508"],
"poster_300dpi": ["2550x3300", "3300x2550"],
"billboard_150dpi": ["4500x3000", "3000x4500"]
}
},
"camera_settings": {
"aperture": ["f/1.4", "f/1.8", "f/2.8", "f/4", "f/5.6", "f/8", "f/11", "f/16", "f/22"],
"shutter_speed": ["1/4000s", "1/2000s", "1/1000s", "1/500s", "1/250s", "1/125s", "1/60s", "1/30s", "1/15s", "1/8s", "1/4s", "1/2s", "1s"],
"iso": ["100", "200", "400", "800", "1600", "3200", "6400", "12800", "25600"],
"focal_length": ["14mm", "24mm", "35mm", "50mm", "85mm", "100mm", "135mm", "200mm", "300mm", "400mm"]
},
"lighting_conditions": [
"golden hour",
"blue hour",
"midday sun",
"overcast",
"open shade",
"tungsten",
"fluorescent",
"LED",
"strobe",
"continuous light",
"natural light",
"studio lighting",
"rim light",
"backlight",
"side light",
"butterfly lighting",
"Rembrandt lighting",
"split lighting"
],
"professional_terms": {
"quality": [
"ultra high resolution",
"8k",
"4k",
"highly detailed",
"sharp focus",
"professional color grading",
"cinematic",
"editorial",
"commercial"
],
"style": [
"bokeh",
"shallow depth of field",
"tilt-shift",
"long exposure",
"high speed sync",
"HDR",
"time-lapse",
"macro",
"aerial",
"underwater"
],
"color_grade": [
"teal and orange",
"cinematic",
"muted tones",
"vibrant colors",
"high contrast",
"low contrast",
"high key",
"low key",
"monochrome",
"duotone"
]
},
"equipment": {
"camera_brands": ["Canon", "Nikon", "Sony", "Fujifilm", "Panasonic", "Leica", "Hasselblad", "Phase One"],
"lens_types": [
"prime lens",
"zoom lens",
"wide angle lens",
"telephoto lens",
"macro lens",
"fisheye lens",
"tilt-shift lens"
],
"filters": [
"UV filter",
"polarizing filter",
"ND filter",
"graduated ND filter",
"IR filter",
"diffusion filter"
]
},
"composition_rules": [
"rule of thirds",
"leading lines",
"symmetry",
"frame within a frame",
"negative space",
"depth of field",
"layering",
"diagonal composition",
"golden ratio",
"fill the frame"
]
}