Minimalist Movie Poster Generator
From Wikiprompt, the free prompt encyclopedia
Minimalist Movie Poster Generator A structured prompt for generating minimalist movie posters using a gestalt figure-ground composition, with specific style and constraint settings.
Related media
Prompt ContentSave
🌐
create temp view franchise_dna as
select
infer_iconic_character_profile(:franchise) as profile_mask,
infer_flat_environment(:franchise) as foreground,
infer_light_color(:franchise) as light_ink,
infer_dark_color(:franchise) as dark_ink;
create temp view poster_layers as
select
layer1 = render_background(light_ink, texture='archival_paper'),
layer2 = render_foreground(foreground, dark_ink, mask=profile_mask)
from franchise_dna;
-- gestalt logic: the foreground is printed with the profile_mask as negative space.
-- the environment's skyline edge aligns exactly with the profile silhouette.
create temp view final_poster as
select
composite(layer1, layer2, mode='screen_print_overprint') as artwork
from poster_layers;
render artwork
with style='olly_moss_minimalism, gestalt_figure_ground',
constraints='no_gradients, no_3d, no_floating_faces_in_sky';
Sign in to see the full prompt
Continue with:
By logging in, you agree to our Terms of Use and Privacy Policy
Usage
This prompt is designed for use with creative. Copy the prompt content above and paste it into your preferred AI tool.
For best results, you may customize the placeholders (indicated by square brackets or capital letters) with your specific requirements.
References
- Category: creative Prompts
- Source: https://x.com/Gdgtify/status/2090343829610397704
Talk
0 comments