Generador de Pósters de Películas Minimalistas
De Wikiprompt, la enciclopedia libre de prompts
Generador de Pósters de Películas Minimalistas Una plantilla estructurada para generar pósters de cine minimalistas utilizando una composición gestáltica de figura-fondo, con ajustes específicos de estilo y restricciones.
Medios relacionados
Contenido del PromptGuardar
🌐
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';
Iniciá sesión para ver el prompt completo
Continuar con:
Al iniciar sesión, aceptás nuestros Términos de uso y Política de privacidad
Uso
Este prompt está diseñado para usarse con creative. Copiá el contenido de arriba y pegalo en tu herramienta de IA preferida.
Para mejores resultados, personalizá los marcadores (indicados con corchetes o mayúsculas) con tus requisitos específicos.
Referencias
- Categoría: Prompts de creative
- Fuente: https://x.com/Gdgtify/status/2090343829610397704
Discusión
0 comentarios