Macro lens captures tiny London cityscape inside giant glyphs

The scale-jump between the small core city and the towering word 'London' creates a monumental yet intimate scene.

Prompt

2x2 grid, do this for 4 famous cities around the world, =>class PlaceMonument:      place   = "[PLACE]"     glyphs  = extrude(place, material=infer(place.substance))   # the big letters     arteries= infer(place.lifeblood)                            # threading light-trails     core    = miniature(infer(place.skyline))                   # nested city, lit     palette = infer(place.glow)      style   = "gallery installation, photoreal CGI, polished floor"   # FIXED     light   = "spotlit hero + soft patron blur in background"         # FIXED     tone    = monumental + intimate - kitsch - clutter                # +/- math      def diptych(self):         LEFT  = shoot(self.core,   lens="100mm macro", dof=razor_thin)  # the tiny city, vast         RIGHT = shoot(self,        lens="24mm wide",   frame=full)       # the whole word, small         return LEFT | RIGHT      # one continuous palette, the scale-jump IS the point
Published: June 25, 2026 by