Liquid Chrome Brand DNA
GPT Image 2

Liquid Chrome Brand DNA

gpt-image-2-prompt-liquid-chrome-brand-dna.txt
2x2 grid, 16:9, for four Fortune 500 brands: Class Liquid_chrome_DNA:
 def __init__(self):
 self.subject = "[input]" 

self.parents = {
 "composition_parent": "Explosive sculptural hero, mirrored metal form floating in mid-transformation",
 "material_parent": "Liquid chromium, mercury droplets, mirror-polished steel, corrugated reflect",
 "graphic_parent": "Y2K tech brand poster with reflective gradient overlays",
 "atmosphere_parent": "Infinite white turns rainbow studio, with sharp reflections"
 }

self.mutations = {
 "semantic_mutation": "Inside chrome metal, a small world reflects the idea, brand, or meaning it represents."
 "information_mutation": "Surface curvature annotation, reflectance legend, form flow arrow, geometric marking",
 "medium_mutation": "Holographic aluminum foil brand catalog with mirror finish inventory",
 "scale_mutation": "Macroscopic view of chrome metal, with microscopic reflective ripple details"
 }

self.color_dna = {
 "base": "# 0A0B10", "primary": "# C9D6FF",
 "secondary": "# FF36C8", "accent": "# 36FFE0",
 "glow": "# B86CFF"
 }

# Composition · Ingredients · Graphics · Atmosphere · Mutation
 self. style_mix = [0.24, 0.36, 0.20, 0.10, 0.10]

def generate_subject(self):
 subject = """
 [LOGO] As a high-level hero object, some parts explode into components. It displays materials, internal mechanisms, construction marks, surface finish, signature features, and a miniature world inside showing its origins, uses, and significance. If details are missing, reasonable advanced materials, construction logic, and visually unique components are inferred.
 """
 return render(
 subject,
 format="Vertical Chrome Metal Brand Poster",
 title="LIQUID_CHROME_DNA",
 subtitle="Reflecting All",
 palette=self.color_dna,
 constraints="Premium, precise, bold saturated colors, minimalist clutter, clear focus, watermark-free"
 )