A retro-styled adventurer takes a pause by a lush jungle riverbank.
{
"image_analysis": {
"environment": {
"type": "Outdoor",
"setting": "Jungle / Tropical Forest / Riverbank",
"details": "Dense vegetation, presence of water with lily pads, mud or dirt bank."
},
"technical_aspects": {
"camera_angle": "Eye-level relative to the crouching subject, slightly side-profile.",
"lens_type": "Telephoto lens (estimated 85mm-135mm)",
"depth_of_field": "Shallow, background and foreground are blurred (bokeh).",
"composition": "Rule of thirds, subject centered but looking back."
},
"lighting": {
"condition": "Natural daylight, dappled sunlight filtering through trees.",
"sources": [
{
"type": "Sunlight",
"angle": "From above and slightly behind the subject (Backlighting/Rim lighting)",
"color": "Warm White / Golden",
"intensity": "High contrast",
"effect_on_objects": "Creates a halo effect on the subject's hair, highlights the shoulder blade and the curve of the back. Causes lens flare/light leaks in the foreground."
}
]
},
"subject": {
"demographics": {
"gender": "Female",
"age_group": "Young Adult (approx. 20-30s)",
"identity": "Anonymized (resembles 1980s aesthetic)"
},
"orientation": {
"body_facing": "Side profile (facing right of frame)",
"head_facing": "Turned left, looking directly at the camera",
"gaze": "Direct eye contact"
},
"emotional_state": {
"expression": "Alert, slightly surprised or candid, neutral.",
"mood": "Wild, naturalistic, slightly vulnerable but composed.",
"sensuality": "Moderate to High (due to attire and pose, but context is action/survival)."
},
"pose": {
"general": "Deep squat / Crouching position.",
"feet_placement": "Left foot flat on the ground (wearing a shoe), right foot tucked behind on toes (barefoot).",
"hand_placement": "Left hand holding a canteen strap near the knee, right arm obscured/resting.",
"visibility": "Full body visible from head to feet."
},
"head_and_face": {
"hair": {
"color": "Blonde",
"style": "Short, layered, messy/shaggy cut (mullet-esque), wet look or styled casually.",
"texture": "Wavy/Straight mix",
"light_interaction": "Strongly back-lit, glowing edges."
},
"ears": "Partially visible through hair.",
"forehead": "Partially covered by bangs.",
"eyes": "Wide, alert.",
"nose": "Straight, defined bridge.",
"mouth": "Lips slightly parted, natural color.",
"chin": "Defined, slightly pointed.",
"structure": "Oval face shape, high cheekbones."
},
"body_type": {
"build": "Slender, athletic, toned.",
"skin_tone": "Fair to medium tan.",
"neck": "Slender, tendons visible due to head turn.",
"shoulders": "Bony, defined.",
"chest": {
"ratio": "Proportional to slender frame.",
"estimated_size": "Small to Medium.",
"bra_status": "No bra (swimsuit support).",
"nipple_visibility": "Not explicitly visible/defined.",
"shape": "Natural side profile."
},
"abdomen": {
"ratio": "Slim, compressed due to crouching.",
"definition": "Smooth."
},
"hips_and_glutes": {
"ratio": "Curvy relative to waist.",
"prominence": "High prominence due to crouching pose and high-cut swimwear.",
"shape": "Rounded."
},
"legs": {
"thighs": "Toned, compressed against calves.",
"knees": "Sharp angle.",
"calves": "Visible, muscular tension."
}
},
"clothing": {
"upper_body": {
"item": "One-piece swimsuit",
"color": "Black",
"material": "Spandex/Lycra (shiny/wet look)",
"style": "Scoop back, thin straps (halter style likely)."
},
"lower_body": {
"item": "Swimsuit bottom (connected)",
"style": "High-cut leg openings, exposing upper thigh and hip bone."
},
"footwear": {
"left_foot": "Saddle shoe (White with black middle section), laced.",
"right_foot": "Barefoot."
}
},
"accessories": {
"items": [
"Canteen (Metal/Silver with black strap)"
]
},
"light_interaction_body": "Highlight on the left shoulder blade, rim light on the back curve, soft shadow on the face, bright highlights on the shin."
},
"objects": [
{
"name": "Canteen / Flask",
"description": "Silver metal container with a strap.",
"purpose": "Prop indicating survival/hiking context.",
"position": "Held in left hand, resting near knee."
},
{
"name": "Shoe (detached)",
"description": "A second saddle shoe appears to be on the ground in the foreground left (partially cropped).",
"purpose": "Implies a casual or changing state.",
"position": "Bottom left corner."
},
{
"name": "Vegetation",
"description": "Ferns, lily pads on water.",
"color": "Green, dark green.",
"position": "Background and right side."
},
{
"name": "Blurred Foreground Grass/Reeds",
"description": "Out-of-focus yellow/brown stalks.",
"purpose": "Adds depth and voyeuristic framing.",
"position": "Crossing the subject's body in the foreground."
}
],
"negative_prompt": "cartoon, 3d render, illustration, drawing, low quality, pixelated, blurry face, distorted hands, extra limbs, bad anatomy, studio background, grey background, urban setting, fully clothed, denim, heavy makeup, mustache, beard, male."
}
}
Act as a Patient, Non-Technical Android Studio Guide
Act as a patient, non-technical Android Studio guide. You are an expert in Android development, updated with the latest practices and tools as of December 2025, including Android Studio Iguana, Kotlin 2.0, and Jetpack Compose 1.7. Your task is to guide users with zero coding experience.
You will:
- Explain concepts in simple, jargon-free language, using analogies (e.g., 'A "button" is like a doorbell—press it to trigger an action').
- Provide step-by-step visual guidance (e.g., 'Click the green play button ▶️ to run your app').
- Generate code snippets and explain them in plain English (e.g., 'This code creates a red button. The word "Text" inside it says "Click Me"').
- Debug errors by translating technical messages into actionable fixes (e.g., 'Error: "Missing }" → You forgot to close a bracket. Add a "}" at the end of the line with "fun main() {"').
- Assume zero prior knowledge—never skip steps (e.g., 'First, open Android Studio. It’s the blue icon with a robot 🤖 on your computer').
- Stay updated with 2025 best practices (e.g., prefer declarative UI with Compose over XML, use Kotlin coroutines for async tasks).
- Use emojis and analogies to keep explanations friendly (e.g., 'Your app is like a recipe 📝—the code is the instructions, and the emulator is the kitchen where it cooks!').
- Warn about common pitfalls (e.g., 'If your app crashes, check the "Logcat" window—it’s like a detective’s notebook 🔍 for errors').
- Break tasks into tiny steps (e.g., 'Step 1: Click "New Project". Step 2: Pick "Empty Activity". Step 3: Name your app...').
- End every response with encouragement (e.g., 'You’re doing great! Let’s fix this together 🌟').
Rules:
- Act as a kind, non-judgmental teacher—no assumptions, no shortcuts, always aligned with 2025’s Android Studio standards.
Alpine Freefall
{
"title": "Alpine Freefall",
"description": "A high-octane, wide-angle action shot capturing the exhilarating rush of a freestyle skier mid-descent on a steep mountain peak.",
"prompt": "You will perform an image edit using the person from the provided photo as the main subject. Preserve her core likeness. Create a hyper-realistic GoPro selfie-style image of Subject 1 speeding down a high-altitude ski slope. The image should feature the signature fisheye distortion, capturing the curvature of the horizon and the intense speed of the descent, with the subject holding the camera pole to frame herself against the dropping vertical drop.",
"details": {
"year": "2024",
"genre": "GoPro",
"location": "A jagged, snow-covered mountain ridge in the French Alps with a clear blue sky overhead.",
"lighting": [
"Bright, harsh sunlight",
"Lens flare artifacts",
"High contrast"
],
"camera_angle": "Selfie-stick POV with wide-angle fisheye distortion.",
"emotion": [
"Exhilarated",
"Fearless",
"Wild"
],
"color_palette": [
"Blinding white",
"Deep azure",
"Stark black",
"Skin tones"
],
"atmosphere": [
"Adrenaline-fueled",
"Fast-paced",
"Crisp",
"Windy"
],
"environmental_elements": "Kicked-up powder snow spraying towards the lens, motion blur on the edges, water droplets on the camera glass.",
"subject1": {
"costume": "black mini skirt, white crop top, leather fingerless gloves",
"subject_expression": "Wide-mouthed shout of excitement, eyes wide with the thrill.",
"subject_action": "ski"
},
"negative_prompt": {
"exclude_visuals": [
"studio lighting",
"calm",
"static pose",
"indoor settings",
"trees"
],
"exclude_styles": [
"oil painting",
"sketch",
"warm vintage",
"soft focus"
],
"exclude_colors": [
"sepia",
"muted tones",
"pastel"
],
"exclude_objects": [
"ski lift",
"crowd",
"buildings"
]
}
}
}
Amateur Girls' Night Selfie - Casual and Imperfect
Amateur girls’ night selfie, very casual and imperfect, 1:1 aspect ratio. The image is shot directly from the FRONT CAMERA of a cheap, older smartphone: we see only what the phone sees, we DO NOT see any phones or cameras in the frame.
Three adult women sit close together on an old, comfy couch in a small apartment living room at night. They are wearing simple home clothes and sweatpants, like a real chill night in.
Center woman: medium skin tone, long dark hair, wearing a plain black sleeveless top and light grey sweatpants. She sits in the middle of the couch, one leg tucked under her, the other bent. Her body leans slightly toward the left, head tilted a bit, smiling softly toward the camera, relaxed and unposed.
Left woman: light skin and straight, light-brown hair, wearing a long-sleeve black top and light grey sweatpants. She leans in very close to the center woman, almost touching shoulders, making a big exaggerated kissy face toward the camera, lips puckered, eyebrows slightly raised. Because this is a selfie POV, she appears slightly closer and a bit larger from perspective, like someone near the phone.
Right woman: light skin and wavy blonde hair, wearing a dark long-sleeve top and black leggings. She leans into the group from the right, head tilted, smiling with her tongue out in a playful, goofy expression, eyes squinting slightly from laughter. All three look like close friends having fun, not models.
Environment: cozy, slightly messy living room. Behind them, a simple floor lamp with a warm bulb lights the wall. In the background on one side, a TV screen is visible with a paused movie scene (soft, abstract shapes, no recognizable faces or logos). On a low wooden coffee table in front of the couch (visible at the bottom of the frame) are open pizza boxes with half-eaten slices, a bag of chips, a soda can and a sparkling water can, a few crumbs, and a phone lying flat on the table. The room has string lights or fairy lights along one wall, giving a warm, imperfect glow. The apartment and furniture look normal and slightly worn, not like a studio set.
Camera and style: VERY IMPORTANT – this image should look like a real, bad selfie, NOT a professional photo. It is captured with a basic smartphone front camera in AUTO mode. Direct, slightly harsh phone flash from near the lens, with faces a little overexposed and shiny in some spots. Visible digital noise and grain in the darker parts of the room. Mixed lighting: warm yellow from the lamp and a cooler bluish cast from the TV, giving slightly uneven white balance. Focus is soft, not razor sharp, with a tiny bit of motion blur in hair and hands. Edges of the frame have mild vignetting and slight wide-angle distortion, like a cheap front camera. The composition is a little crooked and off-center; some pizza boxes and objects are cut off at the edges. Overall, the picture should feel like an unedited, spontaneous selfie sent to a group chat.
Constraints: there are EXACTLY THREE women in the frame and NO other people. The only camera is the phone we are looking through, so no extra hands, no extra phones, no mirror showing the photographer, no second photographer at the edge of the frame. No reflections of another camera. Just the three friends on the couch and the messy coffee table.
Negative prompt: professional studio, pro lighting, softboxes, rim light, cinematic atmosphere, commercial photoshoot, perfect color grading, HDR, strong depth of field blur, bokeh, high-end DSLR or lens, ultra-clean fashion image, symmetrical composition, influencer preset, heavy airbrushed skin, filters, hotel room, staged set, extra people, extra arms, extra hands, any additional phones or cameras in the frame, mirrors showing another photographer, text, logo, watermark, surreal glitches, underage appearance.