Templates-Meta Art

This commit is contained in:
2026-06-02 20:32:41 -04:00
parent 219eb6632c
commit 6438d2c4d2
111 changed files with 7076 additions and 472 deletions

View File

@@ -59,7 +59,7 @@ export const composition = {
// ---- FIDUCIARIES — frame-level "No 001" + arrow (never scales w/ event) ----
fiduciaries: {
enabled: true,
label: 'No 001', pencil: '#39312a', width: 1.0, arrow: true, corners: false,
label: 'auto', pencil: '#39312a', width: 1.0, arrow: true, corners: false,
// target defaults to the bubble centre; set explicitly to decouple:
target: [0.28, -0.1],
transform: { x: 0, y: 0, rotation: 0, scale: 1 },

View File

@@ -0,0 +1,98 @@
# Composition Templates — the grammar of great pictures, applied
> *Composition is content.* At wall scale the viewer is inside the event, not
> reading a diagram. These templates art-direct the generator the way a painter
> art-directs a canvas — by fixing the **geometric skeleton** first, then letting
> the seeded physics fill it in.
We deconstruct eight famous compositions to their bones — discarding the imagery,
keeping the *structure* — and map each onto our vocabulary:
| our element | the role it plays compositionally |
|---|---|
| **sea** (ridgeline field) | the horizon band / ground plane / colour field |
| **horizonY** | the single most decisive ratio in any landscape |
| **disk (sun)** | the focal anchor — where the eye lands first |
| **bubble (event)** | the figure / incident / counter-focus |
| **grid (two-point floor)** | constructed depth, the thrust line, the perspective pull |
| **glow / vignette** | atmospheric light, the luminous centre, framing |
| **negative space** | the silence — as much subject as the marks |
---
## Eight archetypes, deconstructed
**1 · Hokusai — *The Great Wave* (dynamic asymmetry).**
Low horizon (sea owns ~⅔), a single off-centre swelling mass, a tiny human incident
dwarfed beneath it, the sacred form (Fuji) small and distant. A φ-placed vortex; a
diagonal thrust top-left → bottom-right. → *high sea mound, small high sun, tiny low
event, indigo/Prussian palette, a faint deep grid.*
**2 · Friedrich — *Monk by the Sea* (the sublime void).**
The most radical ratio in Western painting: ~85% empty, a horizon sliver near the
bottom, a lone Rückenfigur the size of a thumbnail against immensity. Verticality of
emptiness. → *horizon very low (thin sea band), one tiny cool sun on it, no grid, no
fiduciaries, vast pale sky.*
**3 · Rothko — colour fields (frontal symmetry, edge-glow).**
Twothree stacked horizontal rectangles, soft breathing seams, no figure. Frontal,
symmetric, hovering colour; the drama is the *seam* and the inner light. → *flat calm
sea as one band, a contrasting ground, a centred horizon seam, strong glow + vignette,
no event.*
**4 · Turner — atmospheric dissolution (the light-centre).**
Form dissolves into luminous vapour; a bright vortex of light near centre; horizon and
objects half-erased. Light is the subject. → *very high warm glow, everything at low
opacity, a bright high sun, a dissolving warm grid, gold-haze palette.*
**5 · Hiroshige / *ma* — asymmetric negative space.**
Forms shoved to one edge or corner; a single bold diagonal; the empty area is load-
bearing. Balance by tension, not symmetry. → *event + sun clustered to one side, a
strong two-point diagonal grid, a large quiet void opposite.*
**6 · Malevich — Suprematist (single form on void).**
One bold geometric form floating in near-empty space, often canted; pure figure-ground;
maybe a faint tilted plane. → *one large saturated/dark disk off-centre, sea off, a
single faint tilted grid plane, no event (or one tiny counter-form).*
**7 · Renaissance φ / rule-of-thirds (classical balance).**
Focal point on a φ intersection (0.382/0.618), a counter-focus on the opposing third,
horizon on the lower third, a curl or line leading the eye in. Balanced asymmetry,
resolved and calm. → *sun on the upper-left φ point, event on the lower-right φ point,
horizon on the lower third, a measured grid.*
**8 · Frank Lloyd Wright — organic rectilinearity (the cantilevered horizontal).**
Architecture, not a painting, but a composition grammar of its own and the orthogonal
counterpole to Hokusai's curve. Insistent **horizontals** hugging the earth; interlocking
**rectilinear planes**; cantilevers reaching into space; asymmetry resolved around a heavy
anchoring mass — the **hearth/chimney** — with ornament born of a structural lattice (the
leaded-glass windows). Right angles, no curve; continuity with the land's horizon line.
→ *low strong horizon, a bold near-frontal orthogonal grid (minimal yaw, present, not
faint), flat horizontal sea, an off-centre dense anchor (disk as hearth, Cherokee red,
dark-cored), earthy Taliesin palette (ochre / prairie green / Cherokee red).*
---
## The commonalities (the axes a template sets)
Every composition above is, geometrically, a choice along these axes:
1. **Horizon ratio** — where the dominant horizontal sits (Friedrich ⅛, Constable ⅔,
Rothko ½). The first decision.
2. **Focal placement** — centre (Rothko, Malevich-ish), φ/thirds (Renaissance, Hokusai),
corner (Hiroshige), absent (Friedrich's void).
3. **Dominant thrust** — curvilinear/vortex (Hokusai, Turner), diagonal (Hiroshige),
**orthogonal/rectilinear** (Wright), none (Rothko, Friedrich). Curve ↔ grid is itself
an axis: Hokusai and Wright are the two poles.
4. **Symmetry vs. asymmetry** — frontal balance (Rothko) ↔ tension (everything else).
5. **Figure-to-void ratio** — how much is *left empty*. The single biggest lever on feeling.
6. **Atmosphere / light** — flat (Hiroshige) ↔ dissolving glow (Turner).
7. **Palette mood***earned* from the source (Hokusai indigo, Turner gold, Friedrich
cold blue, Rothko saturated fields) — geometry first, colour in service of it.
A template is just a coherent point in this 7-axis space, expressed as a composition
config. The seed then supplies the *content* (which event, which tracks) without
disturbing the *structure* — so one template generalizes across many plates, the way a
master's compositional habit persists across many paintings.
Implemented as `src/compose/templates.js``tools/templates.mjs``output/templates/`.

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 2.9 MiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 7.1 MiB

After

Width:  |  Height:  |  Size: 7.1 MiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 7.1 MiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 7.8 MiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 6.3 MiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 6.5 MiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 8.8 MiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 6.4 MiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 7.0 MiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 8.7 MiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 8.2 MiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 7.4 MiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 8.7 MiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 8.4 MiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 8.1 MiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 4.8 MiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 7.6 MiB

4
output/liberation/m.html Normal file
View File

@@ -0,0 +1,4 @@
<!DOCTYPE html><html><head><meta charset="utf-8"><title>Liberation — severing the anchors</title>
<style>html,body{margin:0;background:#15140f;color:#cabfa6;font:12px ui-monospace,monospace}h1{font-weight:400;letter-spacing:.2em;text-transform:uppercase;color:#9fb7af;padding:18px 14px 0}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;padding:14px}figure{margin:0;position:relative;background:#fff;overflow:hidden}img{width:100%;display:block}figcaption{position:absolute;left:0;bottom:0;right:0;padding:6px 9px;font:12px ui-monospace,monospace;color:#fff;background:linear-gradient(transparent,#000d)}</style></head><body>
<h1>Liberation — severing the anchors (14)</h1>
<div class="grid"><figure><img src="01_sea-on-top.svg"><figcaption>sea hung from the top (rotated 180°)</figcaption></figure><figure><img src="02_sea-vertical-stripe.svg"><figcaption>sea as a vertical stripe down the middle</figcaption></figure><figure><img src="03_mid-band-sea.svg"><figcaption>sea confined to a band across the vertical middle</figcaption></figure><figure><img src="04_tilted-horizon.svg"><figcaption>the horizon listing 8° — a world off true</figcaption></figure><figure><img src="05_corner-sea.svg"><figcaption>sea as a patch in one corner, the rest void</figcaption></figure><figure><img src="06_moon-cropped-top.svg"><figcaption>the sun cropped by the top edge — a rising disk</figcaption></figure><figure><img src="07_event-off-corner.svg"><figcaption>the collision bleeding off the lower-right corner</figcaption></figure><figure><img src="08_eclipse-overfill.svg"><figcaption>the sun overfilling the frame — only the rim on-canvas</figcaption></figure><figure><img src="09_dominant-grid.svg"><figcaption>the grid is the subject; the sea a faint accent</figcaption></figure><figure><img src="10_crossing-fields.svg"><figcaption>sea horizontal, grid rotated vertical — a woven space</figcaption></figure><figure><img src="11_night-plate.svg"><figcaption>inverted ground — a dark deep-sky plate</figcaption></figure><figure><img src="12_double-horizon.svg"><figcaption>two horizons — a high grid line over the sea</figcaption></figure><figure><img src="13_vast-void.svg"><figcaption>everything banished to the edges; a held emptiness</figcaption></figure><figure><img src="14_diagonal-world.svg"><figcaption>the whole field canted into a diagonal sweep</figcaption></figure></div></body></html>

View File

@@ -0,0 +1,144 @@
/* Great Wave (Hokusai) · variation 1 */
export const composition = {
"size": 1600,
"seed": "HOKUSAI-3311",
"background": {
"color": "rgb(224,223,213)",
"film": {
"opacity": 0.6,
"density": 0.5,
"seed": 8
},
"aging": {
"opacity": 0.5,
"scratches": 5,
"dust": 0.45,
"foxing": 0.5,
"seed": 5
},
"grain": {
"opacity": 0.42,
"intensity": 0.42,
"seed": 19
},
"glow": {
"strength": 0.42,
"followSun": true
},
"vignette": {
"strength": 0.34
}
},
"fieldSea": {
"enabled": true,
"layerOpacity": 1,
"transform": {
"x": 0,
"y": 0,
"rotation": 0,
"scale": 1
},
"seed": "VACUUM-5113",
"color": {
"hueBack": 0.62,
"hueFront": 0.58,
"sat": 0.55
},
"layers": 3,
"chaos": 0.5,
"blips": 1.2,
"mound": 0.62,
"horizonY": 0.5,
"lines": 54
},
"fieldGrid": {
"enabled": true,
"layerOpacity": 1,
"pos": "behind",
"style": "floor",
"transform": {
"x": 0,
"y": 0,
"rotation": 0,
"scale": 1
},
"color": {
"hue": 0.6,
"hue2": 0.58,
"sat": 0.3,
"lightNear": 0.34,
"lightFar": 0.62
},
"opacity": 0.3,
"pitch": 0.42,
"yaw": 0.5,
"persp": 1.1,
"dist": 3,
"nx": 16,
"nz": 24,
"originY": 0.34,
"ripple": {
"amp": 0,
"freqI": 0.5,
"freqK": 0.35,
"phase": 0
}
},
"disk": {
"enabled": true,
"layerOpacity": 1,
"transform": {
"x": 0.42,
"y": -0.5,
"rotation": 0,
"scale": 0.5
},
"hue": 0.05,
"sat": 0.85,
"size": 0.13,
"pressure": 0.7,
"intensity": 0.85,
"striations": 0.6,
"stain": 0.35,
"soften": 1.35
},
"bubble": {
"enabled": true,
"layerOpacity": 1,
"transform": {
"x": -0.24,
"y": 0.3,
"rotation": -12,
"scale": 0.55
},
"palette": "magentarise",
"saturation": 1.05,
"traceHue": 0,
"transparentBase": true,
"primaries": 16,
"sweepers": 6,
"cosmics": 6,
"eloss": 0.32,
"bfield": 1,
"deltaRate": 0.6,
"showBoundary": true,
"boundaryR": 0.45,
"boundaryY": 0.35,
"boundaryOpacity": 0.4,
"instrument": 0.35
},
"fiduciaries": {
"enabled": true,
"layerOpacity": 1,
"label": "auto",
"pencil": "#39312a",
"width": 1,
"arrow": true,
"corners": false,
"caption": "",
"from": [
0.3,
-0.4
]
}
};

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 7.5 MiB

View File

@@ -0,0 +1,144 @@
/* Great Wave (Hokusai) · variation 2 */
export const composition = {
"size": 1600,
"seed": "KANAGAWA-1820",
"background": {
"color": "rgb(224,223,213)",
"film": {
"opacity": 0.6,
"density": 0.5,
"seed": 8
},
"aging": {
"opacity": 0.5,
"scratches": 5,
"dust": 0.45,
"foxing": 0.5,
"seed": 5
},
"grain": {
"opacity": 0.42,
"intensity": 0.42,
"seed": 19
},
"glow": {
"strength": 0.42,
"followSun": true
},
"vignette": {
"strength": 0.34
}
},
"fieldSea": {
"enabled": true,
"layerOpacity": 1,
"transform": {
"x": 0,
"y": 0,
"rotation": 0,
"scale": 1
},
"seed": "VACUUM-5113",
"color": {
"hueBack": 0.62,
"hueFront": 0.58,
"sat": 0.55
},
"layers": 3,
"chaos": 0.5,
"blips": 1.2,
"mound": 0.62,
"horizonY": 0.5,
"lines": 54
},
"fieldGrid": {
"enabled": true,
"layerOpacity": 1,
"pos": "behind",
"style": "floor",
"transform": {
"x": 0,
"y": 0,
"rotation": 0,
"scale": 1
},
"color": {
"hue": 0.6,
"hue2": 0.58,
"sat": 0.3,
"lightNear": 0.34,
"lightFar": 0.62
},
"opacity": 0.3,
"pitch": 0.42,
"yaw": -0.5,
"persp": 1.1,
"dist": 3,
"nx": 16,
"nz": 24,
"originY": 0.34,
"ripple": {
"amp": 0,
"freqI": 0.5,
"freqK": 0.35,
"phase": 0
}
},
"disk": {
"enabled": true,
"layerOpacity": 1,
"transform": {
"x": -0.42,
"y": -0.5,
"rotation": 0,
"scale": 0.5
},
"hue": 0.05,
"sat": 0.85,
"size": 0.13,
"pressure": 0.7,
"intensity": 0.85,
"striations": 0.6,
"stain": 0.35,
"soften": 1.35
},
"bubble": {
"enabled": true,
"layerOpacity": 1,
"transform": {
"x": 0.24,
"y": 0.3,
"rotation": -12,
"scale": 0.55
},
"palette": "magentarise",
"saturation": 1.05,
"traceHue": 0,
"transparentBase": true,
"primaries": 16,
"sweepers": 6,
"cosmics": 6,
"eloss": 0.32,
"bfield": 1,
"deltaRate": 0.6,
"showBoundary": true,
"boundaryR": 0.45,
"boundaryY": 0.35,
"boundaryOpacity": 0.4,
"instrument": 0.35
},
"fiduciaries": {
"enabled": true,
"layerOpacity": 1,
"label": "auto",
"pencil": "#39312a",
"width": 1,
"arrow": true,
"corners": false,
"caption": "",
"from": [
-0.3,
-0.4
]
}
};

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 7.5 MiB

View File

@@ -0,0 +1,144 @@
/* Great Wave (Hokusai) · variation 3 */
export const composition = {
"size": 1600,
"seed": "SURGE-7782",
"background": {
"color": "rgb(224,223,213)",
"film": {
"opacity": 0.6,
"density": 0.5,
"seed": 8
},
"aging": {
"opacity": 0.5,
"scratches": 5,
"dust": 0.45,
"foxing": 0.5,
"seed": 5
},
"grain": {
"opacity": 0.42,
"intensity": 0.42,
"seed": 19
},
"glow": {
"strength": 0.42,
"followSun": true
},
"vignette": {
"strength": 0.34
}
},
"fieldSea": {
"enabled": true,
"layerOpacity": 1,
"transform": {
"x": 0,
"y": 0,
"rotation": 0,
"scale": 1
},
"seed": "VACUUM-5113",
"color": {
"hueBack": 0.66,
"hueFront": 0.62,
"sat": 0.55
},
"layers": 3,
"chaos": 0.5,
"blips": 1.2,
"mound": 0.62,
"horizonY": 0.55,
"lines": 54
},
"fieldGrid": {
"enabled": true,
"layerOpacity": 1,
"pos": "behind",
"style": "floor",
"transform": {
"x": 0,
"y": 0,
"rotation": 0,
"scale": 1
},
"color": {
"hue": 0.6,
"hue2": 0.58,
"sat": 0.3,
"lightNear": 0.34,
"lightFar": 0.62
},
"opacity": 0.3,
"pitch": 0.42,
"yaw": 0.5,
"persp": 1.1,
"dist": 3,
"nx": 16,
"nz": 24,
"originY": 0.34,
"ripple": {
"amp": 0,
"freqI": 0.5,
"freqK": 0.35,
"phase": 0
}
},
"disk": {
"enabled": true,
"layerOpacity": 1,
"transform": {
"x": 0.42,
"y": -0.54,
"rotation": 0,
"scale": 0.5
},
"hue": 0.05,
"sat": 0.85,
"size": 0.13,
"pressure": 0.7,
"intensity": 0.85,
"striations": 0.6,
"stain": 0.35,
"soften": 1.35
},
"bubble": {
"enabled": true,
"layerOpacity": 1,
"transform": {
"x": -0.24,
"y": 0.3,
"rotation": -12,
"scale": 0.55
},
"palette": "magentarise",
"saturation": 1.05,
"traceHue": 0,
"transparentBase": true,
"primaries": 16,
"sweepers": 6,
"cosmics": 6,
"eloss": 0.32,
"bfield": 1,
"deltaRate": 0.6,
"showBoundary": true,
"boundaryR": 0.45,
"boundaryY": 0.35,
"boundaryOpacity": 0.4,
"instrument": 0.35
},
"fiduciaries": {
"enabled": true,
"layerOpacity": 1,
"label": "auto",
"pencil": "#39312a",
"width": 1,
"arrow": true,
"corners": false,
"caption": "",
"from": [
0.3,
-0.4
]
}
};

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 7.2 MiB

View File

@@ -0,0 +1,140 @@
/* Monk by the Sea (Friedrich) · variation 1 */
export const composition = {
"size": 1600,
"seed": "CASPAR-1810",
"background": {
"color": "rgb(214,216,215)",
"film": {
"opacity": 0.6,
"density": 0.5,
"seed": 8
},
"aging": {
"opacity": 0.5,
"scratches": 5,
"dust": 0.45,
"foxing": 0.5,
"seed": 5
},
"grain": {
"opacity": 0.42,
"intensity": 0.42,
"seed": 19
},
"glow": {
"strength": 0.5,
"followSun": false
},
"vignette": {
"strength": 0.28
}
},
"fieldSea": {
"enabled": true,
"layerOpacity": 0.82,
"transform": {
"x": 0,
"y": 0,
"rotation": 0,
"scale": 1
},
"seed": "VACUUM-5113",
"color": {
"hueBack": 0.6,
"hueFront": 0.58,
"sat": 0.26
},
"layers": 3,
"chaos": 0.18,
"blips": 0.4,
"mound": 0.12,
"horizonY": 0.72,
"lines": 40
},
"fieldGrid": {
"enabled": false,
"layerOpacity": 1,
"pos": "over",
"style": "floor",
"transform": {
"x": 0,
"y": 0,
"rotation": 0,
"scale": 1
},
"color": {
"hue": 0.5,
"hue2": 0.55,
"sat": 0.32,
"lightNear": 0.34,
"lightFar": 0.62
},
"opacity": 0.44,
"pitch": 0.45,
"yaw": 0.42,
"persp": 1.1,
"dist": 2.8,
"nx": 16,
"nz": 24,
"originY": 0.34,
"ripple": {
"amp": 0,
"freqI": 0.5,
"freqK": 0.35,
"phase": 0
}
},
"disk": {
"enabled": true,
"layerOpacity": 1,
"transform": {
"x": -0.06,
"y": 0.46,
"rotation": 0,
"scale": 0.32
},
"hue": 0.58,
"sat": 0.42,
"size": 0.12,
"pressure": 0.4,
"intensity": 0.85,
"striations": 0.6,
"stain": 0.35,
"soften": 1.35
},
"bubble": {
"enabled": true,
"layerOpacity": 0.8,
"transform": {
"x": 0.12,
"y": 0.5,
"rotation": 0,
"scale": 0.3
},
"palette": "mono",
"saturation": 1.05,
"traceHue": 0,
"transparentBase": true,
"primaries": 8,
"sweepers": 2,
"cosmics": 2,
"eloss": 0.34,
"bfield": 1,
"deltaRate": 0.4,
"showBoundary": true,
"boundaryR": 0.45,
"boundaryY": 0.35,
"boundaryOpacity": 0.4,
"instrument": 0.35
},
"fiduciaries": {
"enabled": false,
"layerOpacity": 1,
"label": "auto",
"pencil": "#39312a",
"width": 1,
"arrow": true,
"corners": false,
"caption": ""
}
};

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 4.2 MiB

View File

@@ -0,0 +1,140 @@
/* Monk by the Sea (Friedrich) · variation 2 */
export const composition = {
"size": 1600,
"seed": "RUCKEN-0042",
"background": {
"color": "rgb(214,216,215)",
"film": {
"opacity": 0.6,
"density": 0.5,
"seed": 8
},
"aging": {
"opacity": 0.5,
"scratches": 5,
"dust": 0.45,
"foxing": 0.5,
"seed": 5
},
"grain": {
"opacity": 0.42,
"intensity": 0.42,
"seed": 19
},
"glow": {
"strength": 0.5,
"followSun": false
},
"vignette": {
"strength": 0.28
}
},
"fieldSea": {
"enabled": true,
"layerOpacity": 0.82,
"transform": {
"x": 0,
"y": 0,
"rotation": 0,
"scale": 1
},
"seed": "VACUUM-5113",
"color": {
"hueBack": 0.6,
"hueFront": 0.58,
"sat": 0.26
},
"layers": 3,
"chaos": 0.18,
"blips": 0.4,
"mound": 0.12,
"horizonY": 0.72,
"lines": 40
},
"fieldGrid": {
"enabled": false,
"layerOpacity": 1,
"pos": "over",
"style": "floor",
"transform": {
"x": 0,
"y": 0,
"rotation": 0,
"scale": 1
},
"color": {
"hue": 0.5,
"hue2": 0.55,
"sat": 0.32,
"lightNear": 0.34,
"lightFar": 0.62
},
"opacity": 0.44,
"pitch": 0.45,
"yaw": -0.42,
"persp": 1.1,
"dist": 2.8,
"nx": 16,
"nz": 24,
"originY": 0.34,
"ripple": {
"amp": 0,
"freqI": 0.5,
"freqK": 0.35,
"phase": 0
}
},
"disk": {
"enabled": true,
"layerOpacity": 1,
"transform": {
"x": 0.06,
"y": 0.46,
"rotation": 0,
"scale": 0.32
},
"hue": 0.58,
"sat": 0.42,
"size": 0.12,
"pressure": 0.4,
"intensity": 0.85,
"striations": 0.6,
"stain": 0.35,
"soften": 1.35
},
"bubble": {
"enabled": true,
"layerOpacity": 0.8,
"transform": {
"x": -0.12,
"y": 0.5,
"rotation": 0,
"scale": 0.3
},
"palette": "mono",
"saturation": 1.05,
"traceHue": 0,
"transparentBase": true,
"primaries": 8,
"sweepers": 2,
"cosmics": 2,
"eloss": 0.34,
"bfield": 1,
"deltaRate": 0.4,
"showBoundary": true,
"boundaryR": 0.45,
"boundaryY": 0.35,
"boundaryOpacity": 0.4,
"instrument": 0.35
},
"fiduciaries": {
"enabled": false,
"layerOpacity": 1,
"label": "auto",
"pencil": "#39312a",
"width": 1,
"arrow": true,
"corners": false,
"caption": ""
}
};

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 4.6 MiB

View File

@@ -0,0 +1,140 @@
/* Colour Fields (Rothko) · variation 1 */
export const composition = {
"size": 1600,
"seed": "MARK-1957",
"background": {
"color": "rgb(178,108,94)",
"film": {
"opacity": 0.6,
"density": 0.5,
"seed": 8
},
"aging": {
"opacity": 0.5,
"scratches": 5,
"dust": 0.45,
"foxing": 0.5,
"seed": 5
},
"grain": {
"opacity": 0.42,
"intensity": 0.42,
"seed": 19
},
"glow": {
"strength": 0.6,
"followSun": false
},
"vignette": {
"strength": 0.56
}
},
"fieldSea": {
"enabled": true,
"layerOpacity": 0.9,
"transform": {
"x": 0,
"y": 0,
"rotation": 0,
"scale": 1
},
"seed": "VACUUM-5113",
"color": {
"hueBack": 0.99,
"hueFront": 0.02,
"sat": 0.5
},
"layers": 3,
"chaos": 0.1,
"blips": 0.18,
"mound": 0,
"horizonY": 0.52,
"lines": 32
},
"fieldGrid": {
"enabled": false,
"layerOpacity": 1,
"pos": "over",
"style": "floor",
"transform": {
"x": 0,
"y": 0,
"rotation": 0,
"scale": 1
},
"color": {
"hue": 0.5,
"hue2": 0.55,
"sat": 0.32,
"lightNear": 0.34,
"lightFar": 0.62
},
"opacity": 0.44,
"pitch": 0.45,
"yaw": 0.42,
"persp": 1.1,
"dist": 2.8,
"nx": 16,
"nz": 24,
"originY": 0.34,
"ripple": {
"amp": 0,
"freqI": 0.5,
"freqK": 0.35,
"phase": 0
}
},
"disk": {
"enabled": false,
"layerOpacity": 1,
"transform": {
"x": 0,
"y": -0.26,
"rotation": 0,
"scale": 0.78
},
"hue": 0.06,
"sat": 0.82,
"size": 0.16,
"pressure": 0.85,
"intensity": 0.85,
"striations": 0.6,
"stain": 0.35,
"soften": 1.35
},
"bubble": {
"enabled": false,
"layerOpacity": 1,
"transform": {
"x": 0.28,
"y": -0.1,
"rotation": 10,
"scale": 0.78
},
"palette": "magentarise",
"saturation": 1.05,
"traceHue": 0,
"transparentBase": true,
"primaries": 18,
"sweepers": 5,
"cosmics": 6,
"eloss": 0.34,
"bfield": 1,
"deltaRate": 0.6,
"showBoundary": true,
"boundaryR": 0.45,
"boundaryY": 0.35,
"boundaryOpacity": 0.4,
"instrument": 0.35
},
"fiduciaries": {
"enabled": false,
"layerOpacity": 1,
"label": "auto",
"pencil": "#39312a",
"width": 1,
"arrow": true,
"corners": false,
"caption": ""
}
};

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 1.2 MiB

View File

@@ -0,0 +1,140 @@
/* Colour Fields (Rothko) · variation 2 */
export const composition = {
"size": 1600,
"seed": "SEAGRAM-0015",
"background": {
"color": "rgb(178,108,94)",
"film": {
"opacity": 0.6,
"density": 0.5,
"seed": 8
},
"aging": {
"opacity": 0.5,
"scratches": 5,
"dust": 0.45,
"foxing": 0.5,
"seed": 5
},
"grain": {
"opacity": 0.42,
"intensity": 0.42,
"seed": 19
},
"glow": {
"strength": 0.6,
"followSun": false
},
"vignette": {
"strength": 0.56
}
},
"fieldSea": {
"enabled": true,
"layerOpacity": 0.9,
"transform": {
"x": 0,
"y": 0,
"rotation": 0,
"scale": 1
},
"seed": "VACUUM-5113",
"color": {
"hueBack": 0.99,
"hueFront": 0.02,
"sat": 0.5
},
"layers": 3,
"chaos": 0.1,
"blips": 0.18,
"mound": 0,
"horizonY": 0.52,
"lines": 32
},
"fieldGrid": {
"enabled": false,
"layerOpacity": 1,
"pos": "over",
"style": "floor",
"transform": {
"x": 0,
"y": 0,
"rotation": 0,
"scale": 1
},
"color": {
"hue": 0.5,
"hue2": 0.55,
"sat": 0.32,
"lightNear": 0.34,
"lightFar": 0.62
},
"opacity": 0.44,
"pitch": 0.45,
"yaw": -0.42,
"persp": 1.1,
"dist": 2.8,
"nx": 16,
"nz": 24,
"originY": 0.34,
"ripple": {
"amp": 0,
"freqI": 0.5,
"freqK": 0.35,
"phase": 0
}
},
"disk": {
"enabled": false,
"layerOpacity": 1,
"transform": {
"x": 0,
"y": -0.26,
"rotation": 0,
"scale": 0.78
},
"hue": 0.06,
"sat": 0.82,
"size": 0.16,
"pressure": 0.85,
"intensity": 0.85,
"striations": 0.6,
"stain": 0.35,
"soften": 1.35
},
"bubble": {
"enabled": false,
"layerOpacity": 1,
"transform": {
"x": -0.28,
"y": -0.1,
"rotation": 10,
"scale": 0.78
},
"palette": "magentarise",
"saturation": 1.05,
"traceHue": 0,
"transparentBase": true,
"primaries": 18,
"sweepers": 5,
"cosmics": 6,
"eloss": 0.34,
"bfield": 1,
"deltaRate": 0.6,
"showBoundary": true,
"boundaryR": 0.45,
"boundaryY": 0.35,
"boundaryOpacity": 0.4,
"instrument": 0.35
},
"fiduciaries": {
"enabled": false,
"layerOpacity": 1,
"label": "auto",
"pencil": "#39312a",
"width": 1,
"arrow": true,
"corners": false,
"caption": ""
}
};

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 1.2 MiB

View File

@@ -0,0 +1,140 @@
/* Atmospheric Dissolution (Turner) · variation 1 */
export const composition = {
"size": 1600,
"seed": "JMW-1844",
"background": {
"color": "rgb(233,222,196)",
"film": {
"opacity": 0.6,
"density": 0.5,
"seed": 8
},
"aging": {
"opacity": 0.5,
"scratches": 5,
"dust": 0.45,
"foxing": 0.5,
"seed": 5
},
"grain": {
"opacity": 0.42,
"intensity": 0.42,
"seed": 19
},
"glow": {
"strength": 0.95,
"followSun": true
},
"vignette": {
"strength": 0.24
}
},
"fieldSea": {
"enabled": true,
"layerOpacity": 0.58,
"transform": {
"x": 0,
"y": 0,
"rotation": 0,
"scale": 1
},
"seed": "VACUUM-5113",
"color": {
"hueBack": 0.1,
"hueFront": 0.08,
"sat": 0.35
},
"layers": 3,
"chaos": 0.3,
"blips": 0.6,
"mound": 0.3,
"horizonY": 0.46,
"lines": 46
},
"fieldGrid": {
"enabled": true,
"layerOpacity": 0.7,
"pos": "over",
"style": "floor",
"transform": {
"x": 0,
"y": 0,
"rotation": 0,
"scale": 1
},
"color": {
"hue": 0.1,
"hue2": 0.08,
"sat": 0.2,
"lightNear": 0.5,
"lightFar": 0.68
},
"opacity": 0.22,
"pitch": 0.3,
"yaw": 0.3,
"persp": 1.1,
"dist": 2.8,
"nx": 16,
"nz": 24,
"originY": 0.34,
"ripple": {
"amp": 0.4,
"freqI": 0.5,
"freqK": 0.35,
"phase": 0
}
},
"disk": {
"enabled": true,
"layerOpacity": 1,
"transform": {
"x": 0.08,
"y": -0.34,
"rotation": 0,
"scale": 0.6
},
"hue": 0.1,
"sat": 0.8,
"size": 0.18,
"pressure": 0.3,
"intensity": 0.95,
"striations": 0.6,
"stain": 0.35,
"soften": 1.35
},
"bubble": {
"enabled": true,
"layerOpacity": 0.68,
"transform": {
"x": 0.12,
"y": -0.04,
"rotation": 0,
"scale": 0.7
},
"palette": "kindrise",
"saturation": 0.9,
"traceHue": 0,
"transparentBase": true,
"primaries": 16,
"sweepers": 5,
"cosmics": 6,
"eloss": 0.3,
"bfield": 1,
"deltaRate": 0.6,
"showBoundary": true,
"boundaryR": 0.45,
"boundaryY": 0.35,
"boundaryOpacity": 0.4,
"instrument": 0.35
},
"fiduciaries": {
"enabled": false,
"layerOpacity": 1,
"label": "auto",
"pencil": "#39312a",
"width": 1,
"arrow": true,
"corners": false,
"caption": ""
}
};

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 7.4 MiB

View File

@@ -0,0 +1,140 @@
/* Atmospheric Dissolution (Turner) · variation 2 */
export const composition = {
"size": 1600,
"seed": "RAIN-STEAM-09",
"background": {
"color": "rgb(233,222,196)",
"film": {
"opacity": 0.6,
"density": 0.5,
"seed": 8
},
"aging": {
"opacity": 0.5,
"scratches": 5,
"dust": 0.45,
"foxing": 0.5,
"seed": 5
},
"grain": {
"opacity": 0.42,
"intensity": 0.42,
"seed": 19
},
"glow": {
"strength": 0.95,
"followSun": true
},
"vignette": {
"strength": 0.24
}
},
"fieldSea": {
"enabled": true,
"layerOpacity": 0.58,
"transform": {
"x": 0,
"y": 0,
"rotation": 0,
"scale": 1
},
"seed": "VACUUM-5113",
"color": {
"hueBack": 0.1,
"hueFront": 0.08,
"sat": 0.35
},
"layers": 3,
"chaos": 0.3,
"blips": 0.6,
"mound": 0.3,
"horizonY": 0.46,
"lines": 46
},
"fieldGrid": {
"enabled": true,
"layerOpacity": 0.7,
"pos": "over",
"style": "floor",
"transform": {
"x": 0,
"y": 0,
"rotation": 0,
"scale": 1
},
"color": {
"hue": 0.1,
"hue2": 0.08,
"sat": 0.2,
"lightNear": 0.5,
"lightFar": 0.68
},
"opacity": 0.22,
"pitch": 0.3,
"yaw": -0.3,
"persp": 1.1,
"dist": 2.8,
"nx": 16,
"nz": 24,
"originY": 0.34,
"ripple": {
"amp": 0.4,
"freqI": 0.5,
"freqK": 0.35,
"phase": 0
}
},
"disk": {
"enabled": true,
"layerOpacity": 1,
"transform": {
"x": -0.08,
"y": -0.34,
"rotation": 0,
"scale": 0.6
},
"hue": 0.1,
"sat": 0.8,
"size": 0.18,
"pressure": 0.3,
"intensity": 0.95,
"striations": 0.6,
"stain": 0.35,
"soften": 1.35
},
"bubble": {
"enabled": true,
"layerOpacity": 0.68,
"transform": {
"x": -0.12,
"y": -0.04,
"rotation": 0,
"scale": 0.7
},
"palette": "kindrise",
"saturation": 0.9,
"traceHue": 0,
"transparentBase": true,
"primaries": 16,
"sweepers": 5,
"cosmics": 6,
"eloss": 0.3,
"bfield": 1,
"deltaRate": 0.6,
"showBoundary": true,
"boundaryR": 0.45,
"boundaryY": 0.35,
"boundaryOpacity": 0.4,
"instrument": 0.35
},
"fiduciaries": {
"enabled": false,
"layerOpacity": 1,
"label": "auto",
"pencil": "#39312a",
"width": 1,
"arrow": true,
"corners": false,
"caption": ""
}
};

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 7.8 MiB

View File

@@ -0,0 +1,140 @@
/* Atmospheric Dissolution (Turner) · variation 3 */
export const composition = {
"size": 1600,
"seed": "NORHAM-1798",
"background": {
"color": "rgb(233,222,196)",
"film": {
"opacity": 0.6,
"density": 0.5,
"seed": 8
},
"aging": {
"opacity": 0.5,
"scratches": 5,
"dust": 0.45,
"foxing": 0.5,
"seed": 5
},
"grain": {
"opacity": 0.42,
"intensity": 0.42,
"seed": 19
},
"glow": {
"strength": 0.95,
"followSun": true
},
"vignette": {
"strength": 0.24
}
},
"fieldSea": {
"enabled": true,
"layerOpacity": 0.58,
"transform": {
"x": 0,
"y": 0,
"rotation": 0,
"scale": 1
},
"seed": "VACUUM-5113",
"color": {
"hueBack": 0.14,
"hueFront": 0.12,
"sat": 0.35
},
"layers": 3,
"chaos": 0.3,
"blips": 0.6,
"mound": 0.3,
"horizonY": 0.51,
"lines": 46
},
"fieldGrid": {
"enabled": true,
"layerOpacity": 0.7,
"pos": "over",
"style": "floor",
"transform": {
"x": 0,
"y": 0,
"rotation": 0,
"scale": 1
},
"color": {
"hue": 0.1,
"hue2": 0.08,
"sat": 0.2,
"lightNear": 0.5,
"lightFar": 0.68
},
"opacity": 0.22,
"pitch": 0.3,
"yaw": 0.3,
"persp": 1.1,
"dist": 2.8,
"nx": 16,
"nz": 24,
"originY": 0.34,
"ripple": {
"amp": 0.4,
"freqI": 0.5,
"freqK": 0.35,
"phase": 0
}
},
"disk": {
"enabled": true,
"layerOpacity": 1,
"transform": {
"x": 0.08,
"y": -0.38,
"rotation": 0,
"scale": 0.6
},
"hue": 0.1,
"sat": 0.8,
"size": 0.18,
"pressure": 0.3,
"intensity": 0.95,
"striations": 0.6,
"stain": 0.35,
"soften": 1.35
},
"bubble": {
"enabled": true,
"layerOpacity": 0.68,
"transform": {
"x": 0.12,
"y": -0.04,
"rotation": 0,
"scale": 0.7
},
"palette": "kindrise",
"saturation": 0.9,
"traceHue": 0,
"transparentBase": true,
"primaries": 16,
"sweepers": 5,
"cosmics": 6,
"eloss": 0.3,
"bfield": 1,
"deltaRate": 0.6,
"showBoundary": true,
"boundaryR": 0.45,
"boundaryY": 0.35,
"boundaryOpacity": 0.4,
"instrument": 0.35
},
"fiduciaries": {
"enabled": false,
"layerOpacity": 1,
"label": "auto",
"pencil": "#39312a",
"width": 1,
"arrow": true,
"corners": false,
"caption": ""
}
};

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 9.3 MiB

View File

@@ -0,0 +1,145 @@
/* Ma · Negative Space (Hiroshige) · variation 1 */
export const composition = {
"size": 1600,
"seed": "ANDO-1857",
"background": {
"color": "rgb(228,224,210)",
"film": {
"opacity": 0.6,
"density": 0.5,
"seed": 8
},
"aging": {
"opacity": 0.5,
"scratches": 5,
"dust": 0.45,
"foxing": 0.5,
"seed": 5
},
"grain": {
"opacity": 0.42,
"intensity": 0.42,
"seed": 19
},
"glow": {
"strength": 0.4,
"followSun": false
},
"vignette": {
"strength": 0.3
}
},
"fieldSea": {
"enabled": true,
"layerOpacity": 0.8,
"transform": {
"x": 0,
"y": 0,
"rotation": 0,
"scale": 1
},
"seed": "VACUUM-5113",
"color": {
"hueBack": 0.5,
"hueFront": 0.52,
"sat": 0.3
},
"layers": 3,
"chaos": 0.22,
"blips": 0.5,
"mound": 0.2,
"horizonY": 0.42,
"lines": 42
},
"fieldGrid": {
"enabled": true,
"layerOpacity": 1,
"pos": "over",
"style": "floor",
"transform": {
"x": 0,
"y": 0,
"rotation": 0,
"scale": 1
},
"color": {
"hue": 0.55,
"hue2": 0.5,
"sat": 0.28,
"lightNear": 0.34,
"lightFar": 0.64
},
"opacity": 0.4,
"pitch": 0.3,
"yaw": 0.72,
"persp": 1.1,
"dist": 2.6,
"nx": 16,
"nz": 24,
"originY": 0.34,
"ripple": {
"amp": 0,
"freqI": 0.5,
"freqK": 0.35,
"phase": 0
},
"originX": 0.3
},
"disk": {
"enabled": true,
"layerOpacity": 1,
"transform": {
"x": 0.55,
"y": -0.46,
"rotation": 0,
"scale": 0.4
},
"hue": 0.06,
"sat": 0.82,
"size": 0.12,
"pressure": 0.7,
"intensity": 0.85,
"striations": 0.6,
"stain": 0.35,
"soften": 1.35
},
"bubble": {
"enabled": true,
"layerOpacity": 1,
"transform": {
"x": 0.5,
"y": 0.4,
"rotation": 8,
"scale": 0.5
},
"palette": "magentarise",
"saturation": 1.05,
"traceHue": 0,
"transparentBase": true,
"primaries": 14,
"sweepers": 5,
"cosmics": 6,
"eloss": 0.34,
"bfield": 1,
"deltaRate": 0.6,
"showBoundary": true,
"boundaryR": 0.45,
"boundaryY": 0.35,
"boundaryOpacity": 0.4,
"instrument": 0.35
},
"fiduciaries": {
"enabled": true,
"layerOpacity": 1,
"label": "auto",
"pencil": "#39312a",
"width": 1,
"arrow": true,
"corners": false,
"caption": "",
"from": [
0.2,
-0.05
]
}
};

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 8.8 MiB

View File

@@ -0,0 +1,145 @@
/* Ma · Negative Space (Hiroshige) · variation 2 */
export const composition = {
"size": 1600,
"seed": "EDO-0100",
"background": {
"color": "rgb(228,224,210)",
"film": {
"opacity": 0.6,
"density": 0.5,
"seed": 8
},
"aging": {
"opacity": 0.5,
"scratches": 5,
"dust": 0.45,
"foxing": 0.5,
"seed": 5
},
"grain": {
"opacity": 0.42,
"intensity": 0.42,
"seed": 19
},
"glow": {
"strength": 0.4,
"followSun": false
},
"vignette": {
"strength": 0.3
}
},
"fieldSea": {
"enabled": true,
"layerOpacity": 0.8,
"transform": {
"x": 0,
"y": 0,
"rotation": 0,
"scale": 1
},
"seed": "VACUUM-5113",
"color": {
"hueBack": 0.5,
"hueFront": 0.52,
"sat": 0.3
},
"layers": 3,
"chaos": 0.22,
"blips": 0.5,
"mound": 0.2,
"horizonY": 0.42,
"lines": 42
},
"fieldGrid": {
"enabled": true,
"layerOpacity": 1,
"pos": "over",
"style": "floor",
"transform": {
"x": 0,
"y": 0,
"rotation": 0,
"scale": 1
},
"color": {
"hue": 0.55,
"hue2": 0.5,
"sat": 0.28,
"lightNear": 0.34,
"lightFar": 0.64
},
"opacity": 0.4,
"pitch": 0.3,
"yaw": -0.72,
"persp": 1.1,
"dist": 2.6,
"nx": 16,
"nz": 24,
"originY": 0.34,
"ripple": {
"amp": 0,
"freqI": 0.5,
"freqK": 0.35,
"phase": 0
},
"originX": -0.3
},
"disk": {
"enabled": true,
"layerOpacity": 1,
"transform": {
"x": -0.55,
"y": -0.46,
"rotation": 0,
"scale": 0.4
},
"hue": 0.06,
"sat": 0.82,
"size": 0.12,
"pressure": 0.7,
"intensity": 0.85,
"striations": 0.6,
"stain": 0.35,
"soften": 1.35
},
"bubble": {
"enabled": true,
"layerOpacity": 1,
"transform": {
"x": -0.5,
"y": 0.4,
"rotation": 8,
"scale": 0.5
},
"palette": "magentarise",
"saturation": 1.05,
"traceHue": 0,
"transparentBase": true,
"primaries": 14,
"sweepers": 5,
"cosmics": 6,
"eloss": 0.34,
"bfield": 1,
"deltaRate": 0.6,
"showBoundary": true,
"boundaryR": 0.45,
"boundaryY": 0.35,
"boundaryOpacity": 0.4,
"instrument": 0.35
},
"fiduciaries": {
"enabled": true,
"layerOpacity": 1,
"label": "auto",
"pencil": "#39312a",
"width": 1,
"arrow": true,
"corners": false,
"caption": "",
"from": [
-0.2,
-0.05
]
}
};

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 6.1 MiB

View File

@@ -0,0 +1,140 @@
/* Single Form on Void (Malevich) · variation 1 */
export const composition = {
"size": 1600,
"seed": "KAZIMIR-1915",
"background": {
"color": "rgb(233,230,220)",
"film": {
"opacity": 0.6,
"density": 0.5,
"seed": 8
},
"aging": {
"opacity": 0.5,
"scratches": 5,
"dust": 0.45,
"foxing": 0.5,
"seed": 5
},
"grain": {
"opacity": 0.42,
"intensity": 0.42,
"seed": 19
},
"glow": {
"strength": 0.3,
"followSun": true
},
"vignette": {
"strength": 0.2
}
},
"fieldSea": {
"enabled": false,
"layerOpacity": 1,
"transform": {
"x": 0,
"y": 0,
"rotation": 0,
"scale": 1
},
"seed": "VACUUM-5113",
"color": {
"hueBack": 0.54,
"hueFront": 0.47,
"sat": 0.6
},
"layers": 3,
"chaos": 0.3,
"blips": 0.7,
"mound": 0.3,
"horizonY": 0.36,
"lines": 46
},
"fieldGrid": {
"enabled": true,
"layerOpacity": 1,
"pos": "behind",
"style": "floor",
"transform": {
"x": 0,
"y": 0,
"rotation": 18,
"scale": 1.1
},
"color": {
"hue": 0,
"hue2": 0.02,
"sat": 0.18,
"lightNear": 0.4,
"lightFar": 0.66
},
"opacity": 0.26,
"pitch": 0.18,
"yaw": 0,
"persp": 1.1,
"dist": 2.8,
"nx": 16,
"nz": 24,
"originY": 0.34,
"ripple": {
"amp": 0,
"freqI": 0.5,
"freqK": 0.35,
"phase": 0
}
},
"disk": {
"enabled": true,
"layerOpacity": 1,
"transform": {
"x": -0.2,
"y": -0.1,
"rotation": 0,
"scale": 1
},
"hue": 0,
"sat": 0.92,
"size": 0.2,
"pressure": 0.95,
"intensity": 0.9,
"striations": 0.15,
"stain": 0.35,
"soften": 1.35
},
"bubble": {
"enabled": true,
"layerOpacity": 0.85,
"transform": {
"x": 0.34,
"y": 0.28,
"rotation": 0,
"scale": 0.34
},
"palette": "mono",
"saturation": 1.05,
"traceHue": 0,
"transparentBase": true,
"primaries": 7,
"sweepers": 1,
"cosmics": 6,
"eloss": 0.34,
"bfield": 1,
"deltaRate": 0.5,
"showBoundary": false,
"boundaryR": 0.45,
"boundaryY": 0.35,
"boundaryOpacity": 0.4,
"instrument": 0
},
"fiduciaries": {
"enabled": false,
"layerOpacity": 1,
"label": "auto",
"pencil": "#39312a",
"width": 1,
"arrow": true,
"corners": false,
"caption": ""
}
};

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 3.9 MiB

View File

@@ -0,0 +1,140 @@
/* Single Form on Void (Malevich) · variation 2 */
export const composition = {
"size": 1600,
"seed": "BLACK-SQ-00",
"background": {
"color": "rgb(233,230,220)",
"film": {
"opacity": 0.6,
"density": 0.5,
"seed": 8
},
"aging": {
"opacity": 0.5,
"scratches": 5,
"dust": 0.45,
"foxing": 0.5,
"seed": 5
},
"grain": {
"opacity": 0.42,
"intensity": 0.42,
"seed": 19
},
"glow": {
"strength": 0.3,
"followSun": true
},
"vignette": {
"strength": 0.2
}
},
"fieldSea": {
"enabled": false,
"layerOpacity": 1,
"transform": {
"x": 0,
"y": 0,
"rotation": 0,
"scale": 1
},
"seed": "VACUUM-5113",
"color": {
"hueBack": 0.54,
"hueFront": 0.47,
"sat": 0.6
},
"layers": 3,
"chaos": 0.3,
"blips": 0.7,
"mound": 0.3,
"horizonY": 0.36,
"lines": 46
},
"fieldGrid": {
"enabled": true,
"layerOpacity": 1,
"pos": "behind",
"style": "floor",
"transform": {
"x": 0,
"y": 0,
"rotation": 18,
"scale": 1.1
},
"color": {
"hue": 0,
"hue2": 0.02,
"sat": 0.18,
"lightNear": 0.4,
"lightFar": 0.66
},
"opacity": 0.26,
"pitch": 0.18,
"yaw": 0,
"persp": 1.1,
"dist": 2.8,
"nx": 16,
"nz": 24,
"originY": 0.34,
"ripple": {
"amp": 0,
"freqI": 0.5,
"freqK": 0.35,
"phase": 0
}
},
"disk": {
"enabled": true,
"layerOpacity": 1,
"transform": {
"x": 0.2,
"y": -0.1,
"rotation": 0,
"scale": 1
},
"hue": 0,
"sat": 0.92,
"size": 0.2,
"pressure": 0.95,
"intensity": 0.9,
"striations": 0.15,
"stain": 0.35,
"soften": 1.35
},
"bubble": {
"enabled": true,
"layerOpacity": 0.85,
"transform": {
"x": -0.34,
"y": 0.28,
"rotation": 0,
"scale": 0.34
},
"palette": "mono",
"saturation": 1.05,
"traceHue": 0,
"transparentBase": true,
"primaries": 7,
"sweepers": 1,
"cosmics": 6,
"eloss": 0.34,
"bfield": 1,
"deltaRate": 0.5,
"showBoundary": false,
"boundaryR": 0.45,
"boundaryY": 0.35,
"boundaryOpacity": 0.4,
"instrument": 0
},
"fiduciaries": {
"enabled": false,
"layerOpacity": 1,
"label": "auto",
"pencil": "#39312a",
"width": 1,
"arrow": true,
"corners": false,
"caption": ""
}
};

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 4.5 MiB

View File

@@ -0,0 +1,140 @@
/* Golden Section (Renaissance φ) · variation 1 */
export const composition = {
"size": 1600,
"seed": "VITRUVIAN-1490",
"background": {
"color": "rgb(230,224,206)",
"film": {
"opacity": 0.6,
"density": 0.5,
"seed": 8
},
"aging": {
"opacity": 0.5,
"scratches": 5,
"dust": 0.45,
"foxing": 0.5,
"seed": 5
},
"grain": {
"opacity": 0.42,
"intensity": 0.42,
"seed": 19
},
"glow": {
"strength": 0.55,
"followSun": true
},
"vignette": {
"strength": 0.35
}
},
"fieldSea": {
"enabled": true,
"layerOpacity": 1,
"transform": {
"x": 0,
"y": 0,
"rotation": 0,
"scale": 1
},
"seed": "VACUUM-5113",
"color": {
"hueBack": 0.52,
"hueFront": 0.47,
"sat": 0.5
},
"layers": 3,
"chaos": 0.28,
"blips": 0.7,
"mound": 0.3,
"horizonY": 0.62,
"lines": 46
},
"fieldGrid": {
"enabled": true,
"layerOpacity": 1,
"pos": "over",
"style": "floor",
"transform": {
"x": 0,
"y": 0,
"rotation": 0,
"scale": 1
},
"color": {
"hue": 0.54,
"hue2": 0.5,
"sat": 0.28,
"lightNear": 0.34,
"lightFar": 0.64
},
"opacity": 0.34,
"pitch": 0.4,
"yaw": 0.38,
"persp": 1.1,
"dist": 2.8,
"nx": 16,
"nz": 24,
"originY": 0.34,
"ripple": {
"amp": 0,
"freqI": 0.5,
"freqK": 0.35,
"phase": 0
}
},
"disk": {
"enabled": true,
"layerOpacity": 1,
"transform": {
"x": -0.236,
"y": -0.382,
"rotation": 0,
"scale": 0.6
},
"hue": 0.07,
"sat": 0.82,
"size": 0.15,
"pressure": 0.8,
"intensity": 0.85,
"striations": 0.6,
"stain": 0.35,
"soften": 1.35
},
"bubble": {
"enabled": true,
"layerOpacity": 1,
"transform": {
"x": 0.236,
"y": 0.1,
"rotation": 8,
"scale": 0.62
},
"palette": "magentarise",
"saturation": 1.05,
"traceHue": 0,
"transparentBase": true,
"primaries": 18,
"sweepers": 5,
"cosmics": 6,
"eloss": 0.34,
"bfield": 1,
"deltaRate": 0.6,
"showBoundary": true,
"boundaryR": 0.45,
"boundaryY": 0.35,
"boundaryOpacity": 0.4,
"instrument": 0.35
},
"fiduciaries": {
"enabled": true,
"layerOpacity": 1,
"label": "auto",
"pencil": "#39312a",
"width": 1,
"arrow": true,
"corners": false,
"caption": ""
}
};

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 8.0 MiB

View File

@@ -0,0 +1,140 @@
/* Golden Section (Renaissance φ) · variation 2 */
export const composition = {
"size": 1600,
"seed": "PHI-1618",
"background": {
"color": "rgb(230,224,206)",
"film": {
"opacity": 0.6,
"density": 0.5,
"seed": 8
},
"aging": {
"opacity": 0.5,
"scratches": 5,
"dust": 0.45,
"foxing": 0.5,
"seed": 5
},
"grain": {
"opacity": 0.42,
"intensity": 0.42,
"seed": 19
},
"glow": {
"strength": 0.55,
"followSun": true
},
"vignette": {
"strength": 0.35
}
},
"fieldSea": {
"enabled": true,
"layerOpacity": 1,
"transform": {
"x": 0,
"y": 0,
"rotation": 0,
"scale": 1
},
"seed": "VACUUM-5113",
"color": {
"hueBack": 0.52,
"hueFront": 0.47,
"sat": 0.5
},
"layers": 3,
"chaos": 0.28,
"blips": 0.7,
"mound": 0.3,
"horizonY": 0.62,
"lines": 46
},
"fieldGrid": {
"enabled": true,
"layerOpacity": 1,
"pos": "over",
"style": "floor",
"transform": {
"x": 0,
"y": 0,
"rotation": 0,
"scale": 1
},
"color": {
"hue": 0.54,
"hue2": 0.5,
"sat": 0.28,
"lightNear": 0.34,
"lightFar": 0.64
},
"opacity": 0.34,
"pitch": 0.4,
"yaw": -0.38,
"persp": 1.1,
"dist": 2.8,
"nx": 16,
"nz": 24,
"originY": 0.34,
"ripple": {
"amp": 0,
"freqI": 0.5,
"freqK": 0.35,
"phase": 0
}
},
"disk": {
"enabled": true,
"layerOpacity": 1,
"transform": {
"x": 0.236,
"y": -0.382,
"rotation": 0,
"scale": 0.6
},
"hue": 0.07,
"sat": 0.82,
"size": 0.15,
"pressure": 0.8,
"intensity": 0.85,
"striations": 0.6,
"stain": 0.35,
"soften": 1.35
},
"bubble": {
"enabled": true,
"layerOpacity": 1,
"transform": {
"x": -0.236,
"y": 0.1,
"rotation": 8,
"scale": 0.62
},
"palette": "magentarise",
"saturation": 1.05,
"traceHue": 0,
"transparentBase": true,
"primaries": 18,
"sweepers": 5,
"cosmics": 6,
"eloss": 0.34,
"bfield": 1,
"deltaRate": 0.6,
"showBoundary": true,
"boundaryR": 0.45,
"boundaryY": 0.35,
"boundaryOpacity": 0.4,
"instrument": 0.35
},
"fiduciaries": {
"enabled": true,
"layerOpacity": 1,
"label": "auto",
"pencil": "#39312a",
"width": 1,
"arrow": true,
"corners": false,
"caption": ""
}
};

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 7.5 MiB

View File

@@ -0,0 +1,140 @@
/* Golden Section (Renaissance φ) · variation 3 */
export const composition = {
"size": 1600,
"seed": "URBINO-1465",
"background": {
"color": "rgb(230,224,206)",
"film": {
"opacity": 0.6,
"density": 0.5,
"seed": 8
},
"aging": {
"opacity": 0.5,
"scratches": 5,
"dust": 0.45,
"foxing": 0.5,
"seed": 5
},
"grain": {
"opacity": 0.42,
"intensity": 0.42,
"seed": 19
},
"glow": {
"strength": 0.55,
"followSun": true
},
"vignette": {
"strength": 0.35
}
},
"fieldSea": {
"enabled": true,
"layerOpacity": 1,
"transform": {
"x": 0,
"y": 0,
"rotation": 0,
"scale": 1
},
"seed": "VACUUM-5113",
"color": {
"hueBack": 0.56,
"hueFront": 0.51,
"sat": 0.5
},
"layers": 3,
"chaos": 0.28,
"blips": 0.7,
"mound": 0.3,
"horizonY": 0.67,
"lines": 46
},
"fieldGrid": {
"enabled": true,
"layerOpacity": 1,
"pos": "over",
"style": "floor",
"transform": {
"x": 0,
"y": 0,
"rotation": 0,
"scale": 1
},
"color": {
"hue": 0.54,
"hue2": 0.5,
"sat": 0.28,
"lightNear": 0.34,
"lightFar": 0.64
},
"opacity": 0.34,
"pitch": 0.4,
"yaw": 0.38,
"persp": 1.1,
"dist": 2.8,
"nx": 16,
"nz": 24,
"originY": 0.34,
"ripple": {
"amp": 0,
"freqI": 0.5,
"freqK": 0.35,
"phase": 0
}
},
"disk": {
"enabled": true,
"layerOpacity": 1,
"transform": {
"x": -0.236,
"y": -0.422,
"rotation": 0,
"scale": 0.6
},
"hue": 0.07,
"sat": 0.82,
"size": 0.15,
"pressure": 0.8,
"intensity": 0.85,
"striations": 0.6,
"stain": 0.35,
"soften": 1.35
},
"bubble": {
"enabled": true,
"layerOpacity": 1,
"transform": {
"x": 0.236,
"y": 0.1,
"rotation": 8,
"scale": 0.62
},
"palette": "magentarise",
"saturation": 1.05,
"traceHue": 0,
"transparentBase": true,
"primaries": 18,
"sweepers": 5,
"cosmics": 6,
"eloss": 0.34,
"bfield": 1,
"deltaRate": 0.6,
"showBoundary": true,
"boundaryR": 0.45,
"boundaryY": 0.35,
"boundaryOpacity": 0.4,
"instrument": 0.35
},
"fiduciaries": {
"enabled": true,
"layerOpacity": 1,
"label": "auto",
"pencil": "#39312a",
"width": 1,
"arrow": true,
"corners": false,
"caption": ""
}
};

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 7.3 MiB

View File

@@ -0,0 +1,140 @@
/* Cantilevered Horizontal (Frank Lloyd Wright) · variation 1 */
export const composition = {
"size": 1600,
"seed": "TALIESIN-1911",
"background": {
"color": "rgb(226,218,196)",
"film": {
"opacity": 0.6,
"density": 0.5,
"seed": 8
},
"aging": {
"opacity": 0.5,
"scratches": 5,
"dust": 0.45,
"foxing": 0.5,
"seed": 5
},
"grain": {
"opacity": 0.42,
"intensity": 0.42,
"seed": 19
},
"glow": {
"strength": 0.45,
"followSun": true
},
"vignette": {
"strength": 0.34
}
},
"fieldSea": {
"enabled": true,
"layerOpacity": 0.85,
"transform": {
"x": 0,
"y": 0,
"rotation": 0,
"scale": 1
},
"seed": "VACUUM-5113",
"color": {
"hueBack": 0.1,
"hueFront": 0.13,
"sat": 0.4
},
"layers": 3,
"chaos": 0.15,
"blips": 0.3,
"mound": 0.05,
"horizonY": 0.6,
"lines": 40
},
"fieldGrid": {
"enabled": true,
"layerOpacity": 1,
"pos": "over",
"style": "floor",
"transform": {
"x": 0,
"y": 0,
"rotation": 0,
"scale": 1
},
"color": {
"hue": 0.08,
"hue2": 0.06,
"sat": 0.3,
"lightNear": 0.32,
"lightFar": 0.6
},
"opacity": 0.5,
"pitch": 0.5,
"yaw": 0.08,
"persp": 1,
"dist": 2.8,
"nx": 18,
"nz": 20,
"originY": 0.3,
"ripple": {
"amp": 0,
"freqI": 0.5,
"freqK": 0.35,
"phase": 0
}
},
"disk": {
"enabled": true,
"layerOpacity": 1,
"transform": {
"x": -0.32,
"y": 0.02,
"rotation": 0,
"scale": 0.8
},
"hue": 0.03,
"sat": 0.85,
"size": 0.16,
"pressure": 0.9,
"intensity": 0.85,
"striations": 0.4,
"stain": 0.35,
"soften": 1.35
},
"bubble": {
"enabled": true,
"layerOpacity": 1,
"transform": {
"x": 0.3,
"y": -0.05,
"rotation": 0,
"scale": 0.7
},
"palette": "kind",
"saturation": 0.95,
"traceHue": 0,
"transparentBase": true,
"primaries": 16,
"sweepers": 3,
"cosmics": 6,
"eloss": 0.34,
"bfield": 1.2,
"deltaRate": 0.6,
"showBoundary": true,
"boundaryR": 0.45,
"boundaryY": 0.35,
"boundaryOpacity": 0.4,
"instrument": 0.35
},
"fiduciaries": {
"enabled": true,
"layerOpacity": 1,
"label": "auto",
"pencil": "#39312a",
"width": 1,
"arrow": true,
"corners": false,
"caption": ""
}
};

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 8.3 MiB

View File

@@ -0,0 +1,140 @@
/* Cantilevered Horizontal (Frank Lloyd Wright) · variation 2 */
export const composition = {
"size": 1600,
"seed": "FALLINGWATER-37",
"background": {
"color": "rgb(226,218,196)",
"film": {
"opacity": 0.6,
"density": 0.5,
"seed": 8
},
"aging": {
"opacity": 0.5,
"scratches": 5,
"dust": 0.45,
"foxing": 0.5,
"seed": 5
},
"grain": {
"opacity": 0.42,
"intensity": 0.42,
"seed": 19
},
"glow": {
"strength": 0.45,
"followSun": true
},
"vignette": {
"strength": 0.34
}
},
"fieldSea": {
"enabled": true,
"layerOpacity": 0.85,
"transform": {
"x": 0,
"y": 0,
"rotation": 0,
"scale": 1
},
"seed": "VACUUM-5113",
"color": {
"hueBack": 0.1,
"hueFront": 0.13,
"sat": 0.4
},
"layers": 3,
"chaos": 0.15,
"blips": 0.3,
"mound": 0.05,
"horizonY": 0.6,
"lines": 40
},
"fieldGrid": {
"enabled": true,
"layerOpacity": 1,
"pos": "over",
"style": "floor",
"transform": {
"x": 0,
"y": 0,
"rotation": 0,
"scale": 1
},
"color": {
"hue": 0.08,
"hue2": 0.06,
"sat": 0.3,
"lightNear": 0.32,
"lightFar": 0.6
},
"opacity": 0.5,
"pitch": 0.5,
"yaw": -0.08,
"persp": 1,
"dist": 2.8,
"nx": 18,
"nz": 20,
"originY": 0.3,
"ripple": {
"amp": 0,
"freqI": 0.5,
"freqK": 0.35,
"phase": 0
}
},
"disk": {
"enabled": true,
"layerOpacity": 1,
"transform": {
"x": 0.32,
"y": 0.02,
"rotation": 0,
"scale": 0.8
},
"hue": 0.03,
"sat": 0.85,
"size": 0.16,
"pressure": 0.9,
"intensity": 0.85,
"striations": 0.4,
"stain": 0.35,
"soften": 1.35
},
"bubble": {
"enabled": true,
"layerOpacity": 1,
"transform": {
"x": -0.3,
"y": -0.05,
"rotation": 0,
"scale": 0.7
},
"palette": "kind",
"saturation": 0.95,
"traceHue": 0,
"transparentBase": true,
"primaries": 16,
"sweepers": 3,
"cosmics": 6,
"eloss": 0.34,
"bfield": 1.2,
"deltaRate": 0.6,
"showBoundary": true,
"boundaryR": 0.45,
"boundaryY": 0.35,
"boundaryOpacity": 0.4,
"instrument": 0.35
},
"fiduciaries": {
"enabled": true,
"layerOpacity": 1,
"label": "auto",
"pencil": "#39312a",
"width": 1,
"arrow": true,
"corners": false,
"caption": ""
}
};

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 7.4 MiB

View File

@@ -0,0 +1,140 @@
/* Cantilevered Horizontal (Frank Lloyd Wright) · variation 3 */
export const composition = {
"size": 1600,
"seed": "PRAIRIE-1901",
"background": {
"color": "rgb(226,218,196)",
"film": {
"opacity": 0.6,
"density": 0.5,
"seed": 8
},
"aging": {
"opacity": 0.5,
"scratches": 5,
"dust": 0.45,
"foxing": 0.5,
"seed": 5
},
"grain": {
"opacity": 0.42,
"intensity": 0.42,
"seed": 19
},
"glow": {
"strength": 0.45,
"followSun": true
},
"vignette": {
"strength": 0.34
}
},
"fieldSea": {
"enabled": true,
"layerOpacity": 0.85,
"transform": {
"x": 0,
"y": 0,
"rotation": 0,
"scale": 1
},
"seed": "VACUUM-5113",
"color": {
"hueBack": 0.14,
"hueFront": 0.17,
"sat": 0.4
},
"layers": 3,
"chaos": 0.15,
"blips": 0.3,
"mound": 0.05,
"horizonY": 0.65,
"lines": 40
},
"fieldGrid": {
"enabled": true,
"layerOpacity": 1,
"pos": "over",
"style": "floor",
"transform": {
"x": 0,
"y": 0,
"rotation": 0,
"scale": 1
},
"color": {
"hue": 0.08,
"hue2": 0.06,
"sat": 0.3,
"lightNear": 0.32,
"lightFar": 0.6
},
"opacity": 0.5,
"pitch": 0.5,
"yaw": 0.08,
"persp": 1,
"dist": 2.8,
"nx": 18,
"nz": 20,
"originY": 0.3,
"ripple": {
"amp": 0,
"freqI": 0.5,
"freqK": 0.35,
"phase": 0
}
},
"disk": {
"enabled": true,
"layerOpacity": 1,
"transform": {
"x": -0.32,
"y": -0.02,
"rotation": 0,
"scale": 0.8
},
"hue": 0.03,
"sat": 0.85,
"size": 0.16,
"pressure": 0.9,
"intensity": 0.85,
"striations": 0.4,
"stain": 0.35,
"soften": 1.35
},
"bubble": {
"enabled": true,
"layerOpacity": 1,
"transform": {
"x": 0.3,
"y": -0.05,
"rotation": 0,
"scale": 0.7
},
"palette": "kind",
"saturation": 0.95,
"traceHue": 0,
"transparentBase": true,
"primaries": 16,
"sweepers": 3,
"cosmics": 6,
"eloss": 0.34,
"bfield": 1.2,
"deltaRate": 0.6,
"showBoundary": true,
"boundaryR": 0.45,
"boundaryY": 0.35,
"boundaryOpacity": 0.4,
"instrument": 0.35
},
"fiduciaries": {
"enabled": true,
"layerOpacity": 1,
"label": "auto",
"pencil": "#39312a",
"width": 1,
"arrow": true,
"corners": false,
"caption": ""
}
};

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 8.0 MiB

4
output/templates/m.html Normal file
View File

@@ -0,0 +1,4 @@
<!DOCTYPE html><html><head><meta charset="utf-8"><title>Composition templates · 20</title>
<style>html,body{margin:0;background:#15140f;color:#cabfa6;font:12px ui-monospace,monospace}h1{font-weight:400;letter-spacing:.2em;text-transform:uppercase;color:#9fb7af;padding:18px 14px 0}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;padding:14px}figure{margin:0;position:relative;background:#fff;overflow:hidden}img{width:100%;display:block}figcaption{position:absolute;left:0;bottom:0;right:0;padding:6px 9px;font:13px ui-monospace,monospace;color:#fff;background:linear-gradient(transparent,#000d)}</style></head><body>
<h1>Composition templates (20)</h1>
<div class="grid"><figure><img src="01_great-wave_v1.svg"><figcaption>Great Wave · Hokusai</figcaption></figure><figure><img src="02_great-wave_v2.svg"><figcaption>Great Wave · Hokusai</figcaption></figure><figure><img src="03_great-wave_v3.svg"><figcaption>Great Wave · Hokusai</figcaption></figure><figure><img src="04_monk-by-sea_v1.svg"><figcaption>Monk by the Sea · Friedrich</figcaption></figure><figure><img src="05_monk-by-sea_v2.svg"><figcaption>Monk by the Sea · Friedrich</figcaption></figure><figure><img src="06_rothko_v1.svg"><figcaption>Colour Fields · Rothko</figcaption></figure><figure><img src="07_rothko_v2.svg"><figcaption>Colour Fields · Rothko</figcaption></figure><figure><img src="08_turner_v1.svg"><figcaption>Atmospheric Dissolution · Turner</figcaption></figure><figure><img src="09_turner_v2.svg"><figcaption>Atmospheric Dissolution · Turner</figcaption></figure><figure><img src="10_turner_v3.svg"><figcaption>Atmospheric Dissolution · Turner</figcaption></figure><figure><img src="11_ma_v1.svg"><figcaption>Ma · Negative Space · Hiroshige</figcaption></figure><figure><img src="12_ma_v2.svg"><figcaption>Ma · Negative Space · Hiroshige</figcaption></figure><figure><img src="13_suprematist_v1.svg"><figcaption>Single Form on Void · Malevich</figcaption></figure><figure><img src="14_suprematist_v2.svg"><figcaption>Single Form on Void · Malevich</figcaption></figure><figure><img src="15_golden-thirds_v1.svg"><figcaption>Golden Section · Renaissance φ</figcaption></figure><figure><img src="16_golden-thirds_v2.svg"><figcaption>Golden Section · Renaissance φ</figcaption></figure><figure><img src="17_golden-thirds_v3.svg"><figcaption>Golden Section · Renaissance φ</figcaption></figure><figure><img src="18_wright_v1.svg"><figcaption>Cantilevered Horizontal · Frank Lloyd Wright</figcaption></figure><figure><img src="19_wright_v2.svg"><figcaption>Cantilevered Horizontal · Frank Lloyd Wright</figcaption></figure><figure><img src="20_wright_v3.svg"><figcaption>Cantilevered Horizontal · Frank Lloyd Wright</figcaption></figure></div></body></html>

View File

@@ -0,0 +1,58 @@
<!DOCTYPE html><html><head><meta charset="utf-8"><title>Traces of the Invisible — a catalogue of compositions</title>
<style>
html,body{margin:0;background:#17150f;color:#cabfa6}
body{padding:60px 54px 72px;font:12px/1.5 ui-monospace,Menlo,monospace}
.head{letter-spacing:.34em;text-transform:uppercase;font-size:14px;color:#9fb7af;margin:0 0 4px}
.sub{color:#6f6a5c;font-size:12px;margin:0 0 40px;letter-spacing:.06em}
.wall{display:grid;grid-template-columns:repeat(5,1fr);gap:46px 38px}
figure{margin:0}
.mat{background:#f3ecdb;padding:14px;box-shadow:0 2px 0 #0008,0 20px 44px -20px #000c;border:1px solid #000}
.mat img{display:block;width:100%;aspect-ratio:1/1;object-fit:cover;background:#fff}
figcaption{margin-top:10px;display:flex;justify-content:space-between;gap:8px;align-items:baseline}
.cat{color:#9fb7af;letter-spacing:.1em}.src{color:#6f6a5c;font-style:italic}
.ttl{color:#cabfa6;text-align:center;flex:1}
</style></head><body>
<p class="head">Traces of the Invisible — a catalogue of compositions</p>
<p class="sub">the grammar of great pictures, applied to one instrument · 20 plates</p>
<div class="wall">
<figure><div class="mat"><img src="01_great-wave_v1.svg"></div>
<figcaption><span class="cat">01</span><span class="ttl">Great Wave</span><span class="src">Hokusai</span></figcaption></figure>
<figure><div class="mat"><img src="02_great-wave_v2.svg"></div>
<figcaption><span class="cat">02</span><span class="ttl">Great Wave</span><span class="src">Hokusai</span></figcaption></figure>
<figure><div class="mat"><img src="03_great-wave_v3.svg"></div>
<figcaption><span class="cat">03</span><span class="ttl">Great Wave</span><span class="src">Hokusai</span></figcaption></figure>
<figure><div class="mat"><img src="04_monk-by-sea_v1.svg"></div>
<figcaption><span class="cat">04</span><span class="ttl">Monk by the Sea</span><span class="src">Friedrich</span></figcaption></figure>
<figure><div class="mat"><img src="05_monk-by-sea_v2.svg"></div>
<figcaption><span class="cat">05</span><span class="ttl">Monk by the Sea</span><span class="src">Friedrich</span></figcaption></figure>
<figure><div class="mat"><img src="06_rothko_v1.svg"></div>
<figcaption><span class="cat">06</span><span class="ttl">Colour Fields</span><span class="src">Rothko</span></figcaption></figure>
<figure><div class="mat"><img src="07_rothko_v2.svg"></div>
<figcaption><span class="cat">07</span><span class="ttl">Colour Fields</span><span class="src">Rothko</span></figcaption></figure>
<figure><div class="mat"><img src="08_turner_v1.svg"></div>
<figcaption><span class="cat">08</span><span class="ttl">Atmospheric Dissolution</span><span class="src">Turner</span></figcaption></figure>
<figure><div class="mat"><img src="09_turner_v2.svg"></div>
<figcaption><span class="cat">09</span><span class="ttl">Atmospheric Dissolution</span><span class="src">Turner</span></figcaption></figure>
<figure><div class="mat"><img src="10_turner_v3.svg"></div>
<figcaption><span class="cat">10</span><span class="ttl">Atmospheric Dissolution</span><span class="src">Turner</span></figcaption></figure>
<figure><div class="mat"><img src="11_ma_v1.svg"></div>
<figcaption><span class="cat">11</span><span class="ttl">Ma · Negative Space</span><span class="src">Hiroshige</span></figcaption></figure>
<figure><div class="mat"><img src="12_ma_v2.svg"></div>
<figcaption><span class="cat">12</span><span class="ttl">Ma · Negative Space</span><span class="src">Hiroshige</span></figcaption></figure>
<figure><div class="mat"><img src="13_suprematist_v1.svg"></div>
<figcaption><span class="cat">13</span><span class="ttl">Single Form on Void</span><span class="src">Malevich</span></figcaption></figure>
<figure><div class="mat"><img src="14_suprematist_v2.svg"></div>
<figcaption><span class="cat">14</span><span class="ttl">Single Form on Void</span><span class="src">Malevich</span></figcaption></figure>
<figure><div class="mat"><img src="15_golden-thirds_v1.svg"></div>
<figcaption><span class="cat">15</span><span class="ttl">Golden Section</span><span class="src">Renaissance φ</span></figcaption></figure>
<figure><div class="mat"><img src="16_golden-thirds_v2.svg"></div>
<figcaption><span class="cat">16</span><span class="ttl">Golden Section</span><span class="src">Renaissance φ</span></figcaption></figure>
<figure><div class="mat"><img src="17_golden-thirds_v3.svg"></div>
<figcaption><span class="cat">17</span><span class="ttl">Golden Section</span><span class="src">Renaissance φ</span></figcaption></figure>
<figure><div class="mat"><img src="18_wright_v1.svg"></div>
<figcaption><span class="cat">18</span><span class="ttl">Cantilevered Horizontal</span><span class="src">Frank Lloyd Wright</span></figcaption></figure>
<figure><div class="mat"><img src="19_wright_v2.svg"></div>
<figcaption><span class="cat">19</span><span class="ttl">Cantilevered Horizontal</span><span class="src">Frank Lloyd Wright</span></figcaption></figure>
<figure><div class="mat"><img src="20_wright_v3.svg"></div>
<figcaption><span class="cat">20</span><span class="ttl">Cantilevered Horizontal</span><span class="src">Frank Lloyd Wright</span></figcaption></figure>
</div></body></html>

View File

@@ -0,0 +1,144 @@
/* Great Wave (Hokusai) · variation 1 */
export const composition = {
"size": 1600,
"seed": "HOKUSAI-3311-II",
"background": {
"color": "rgb(224,223,213)",
"film": {
"opacity": 0.6,
"density": 0.5,
"seed": 8
},
"aging": {
"opacity": 0.5,
"scratches": 5,
"dust": 0.45,
"foxing": 0.5,
"seed": 5
},
"grain": {
"opacity": 0.42,
"intensity": 0.42,
"seed": 19
},
"glow": {
"strength": 0.42,
"followSun": true
},
"vignette": {
"strength": 0.34
}
},
"fieldSea": {
"enabled": true,
"layerOpacity": 1,
"transform": {
"x": 0,
"y": 0,
"rotation": 0,
"scale": 1
},
"seed": "VACUUM-5113",
"color": {
"hueBack": 0.62,
"hueFront": 0.58,
"sat": 0.55
},
"layers": 3,
"chaos": 0.5,
"blips": 1.2,
"mound": 0.62,
"horizonY": 0.5,
"lines": 54
},
"fieldGrid": {
"enabled": true,
"layerOpacity": 1,
"pos": "behind",
"style": "floor",
"transform": {
"x": 0,
"y": 0,
"rotation": 0,
"scale": 1
},
"color": {
"hue": 0.6,
"hue2": 0.58,
"sat": 0.3,
"lightNear": 0.34,
"lightFar": 0.62
},
"opacity": 0.3,
"pitch": 0.42,
"yaw": 0.5,
"persp": 1.1,
"dist": 3,
"nx": 16,
"nz": 24,
"originY": 0.34,
"ripple": {
"amp": 0,
"freqI": 0.5,
"freqK": 0.35,
"phase": 0
}
},
"disk": {
"enabled": true,
"layerOpacity": 1,
"transform": {
"x": 0.42,
"y": -0.5,
"rotation": 0,
"scale": 0.5
},
"hue": 0.05,
"sat": 0.85,
"size": 0.13,
"pressure": 0.7,
"intensity": 0.85,
"striations": 0.6,
"stain": 0.35,
"soften": 1.35
},
"bubble": {
"enabled": true,
"layerOpacity": 1,
"transform": {
"x": -0.24,
"y": 0.3,
"rotation": -12,
"scale": 0.55
},
"palette": "magentarise",
"saturation": 1.05,
"traceHue": 0,
"transparentBase": true,
"primaries": 16,
"sweepers": 6,
"cosmics": 6,
"eloss": 0.32,
"bfield": 1,
"deltaRate": 0.6,
"showBoundary": true,
"boundaryR": 0.45,
"boundaryY": 0.35,
"boundaryOpacity": 0.4,
"instrument": 0.35
},
"fiduciaries": {
"enabled": true,
"layerOpacity": 1,
"label": "auto",
"pencil": "#39312a",
"width": 1,
"arrow": true,
"corners": false,
"caption": "",
"from": [
0.3,
-0.4
]
}
};

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 8.8 MiB

View File

@@ -0,0 +1,144 @@
/* Great Wave (Hokusai) · variation 2 */
export const composition = {
"size": 1600,
"seed": "KANAGAWA-1820-II",
"background": {
"color": "rgb(224,223,213)",
"film": {
"opacity": 0.6,
"density": 0.5,
"seed": 8
},
"aging": {
"opacity": 0.5,
"scratches": 5,
"dust": 0.45,
"foxing": 0.5,
"seed": 5
},
"grain": {
"opacity": 0.42,
"intensity": 0.42,
"seed": 19
},
"glow": {
"strength": 0.42,
"followSun": true
},
"vignette": {
"strength": 0.34
}
},
"fieldSea": {
"enabled": true,
"layerOpacity": 1,
"transform": {
"x": 0,
"y": 0,
"rotation": 0,
"scale": 1
},
"seed": "VACUUM-5113",
"color": {
"hueBack": 0.62,
"hueFront": 0.58,
"sat": 0.55
},
"layers": 3,
"chaos": 0.5,
"blips": 1.2,
"mound": 0.62,
"horizonY": 0.5,
"lines": 54
},
"fieldGrid": {
"enabled": true,
"layerOpacity": 1,
"pos": "behind",
"style": "floor",
"transform": {
"x": 0,
"y": 0,
"rotation": 0,
"scale": 1
},
"color": {
"hue": 0.6,
"hue2": 0.58,
"sat": 0.3,
"lightNear": 0.34,
"lightFar": 0.62
},
"opacity": 0.3,
"pitch": 0.42,
"yaw": -0.5,
"persp": 1.1,
"dist": 3,
"nx": 16,
"nz": 24,
"originY": 0.34,
"ripple": {
"amp": 0,
"freqI": 0.5,
"freqK": 0.35,
"phase": 0
}
},
"disk": {
"enabled": true,
"layerOpacity": 1,
"transform": {
"x": -0.42,
"y": -0.5,
"rotation": 0,
"scale": 0.5
},
"hue": 0.05,
"sat": 0.85,
"size": 0.13,
"pressure": 0.7,
"intensity": 0.85,
"striations": 0.6,
"stain": 0.35,
"soften": 1.35
},
"bubble": {
"enabled": true,
"layerOpacity": 1,
"transform": {
"x": 0.24,
"y": 0.3,
"rotation": -12,
"scale": 0.55
},
"palette": "magentarise",
"saturation": 1.05,
"traceHue": 0,
"transparentBase": true,
"primaries": 16,
"sweepers": 6,
"cosmics": 6,
"eloss": 0.32,
"bfield": 1,
"deltaRate": 0.6,
"showBoundary": true,
"boundaryR": 0.45,
"boundaryY": 0.35,
"boundaryOpacity": 0.4,
"instrument": 0.35
},
"fiduciaries": {
"enabled": true,
"layerOpacity": 1,
"label": "auto",
"pencil": "#39312a",
"width": 1,
"arrow": true,
"corners": false,
"caption": "",
"from": [
-0.3,
-0.4
]
}
};

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 8.6 MiB

View File

@@ -0,0 +1,144 @@
/* Great Wave (Hokusai) · variation 3 */
export const composition = {
"size": 1600,
"seed": "SURGE-7782-II",
"background": {
"color": "rgb(224,223,213)",
"film": {
"opacity": 0.6,
"density": 0.5,
"seed": 8
},
"aging": {
"opacity": 0.5,
"scratches": 5,
"dust": 0.45,
"foxing": 0.5,
"seed": 5
},
"grain": {
"opacity": 0.42,
"intensity": 0.42,
"seed": 19
},
"glow": {
"strength": 0.42,
"followSun": true
},
"vignette": {
"strength": 0.34
}
},
"fieldSea": {
"enabled": true,
"layerOpacity": 1,
"transform": {
"x": 0,
"y": 0,
"rotation": 0,
"scale": 1
},
"seed": "VACUUM-5113",
"color": {
"hueBack": 0.66,
"hueFront": 0.62,
"sat": 0.55
},
"layers": 3,
"chaos": 0.5,
"blips": 1.2,
"mound": 0.62,
"horizonY": 0.55,
"lines": 54
},
"fieldGrid": {
"enabled": true,
"layerOpacity": 1,
"pos": "behind",
"style": "floor",
"transform": {
"x": 0,
"y": 0,
"rotation": 0,
"scale": 1
},
"color": {
"hue": 0.6,
"hue2": 0.58,
"sat": 0.3,
"lightNear": 0.34,
"lightFar": 0.62
},
"opacity": 0.3,
"pitch": 0.42,
"yaw": 0.5,
"persp": 1.1,
"dist": 3,
"nx": 16,
"nz": 24,
"originY": 0.34,
"ripple": {
"amp": 0,
"freqI": 0.5,
"freqK": 0.35,
"phase": 0
}
},
"disk": {
"enabled": true,
"layerOpacity": 1,
"transform": {
"x": 0.42,
"y": -0.54,
"rotation": 0,
"scale": 0.5
},
"hue": 0.05,
"sat": 0.85,
"size": 0.13,
"pressure": 0.7,
"intensity": 0.85,
"striations": 0.6,
"stain": 0.35,
"soften": 1.35
},
"bubble": {
"enabled": true,
"layerOpacity": 1,
"transform": {
"x": -0.24,
"y": 0.3,
"rotation": -12,
"scale": 0.55
},
"palette": "magentarise",
"saturation": 1.05,
"traceHue": 0,
"transparentBase": true,
"primaries": 16,
"sweepers": 6,
"cosmics": 6,
"eloss": 0.32,
"bfield": 1,
"deltaRate": 0.6,
"showBoundary": true,
"boundaryR": 0.45,
"boundaryY": 0.35,
"boundaryOpacity": 0.4,
"instrument": 0.35
},
"fiduciaries": {
"enabled": true,
"layerOpacity": 1,
"label": "auto",
"pencil": "#39312a",
"width": 1,
"arrow": true,
"corners": false,
"caption": "",
"from": [
0.3,
-0.4
]
}
};

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 9.1 MiB

View File

@@ -0,0 +1,140 @@
/* Monk by the Sea (Friedrich) · variation 1 */
export const composition = {
"size": 1600,
"seed": "CASPAR-1810-II",
"background": {
"color": "rgb(214,216,215)",
"film": {
"opacity": 0.6,
"density": 0.5,
"seed": 8
},
"aging": {
"opacity": 0.5,
"scratches": 5,
"dust": 0.45,
"foxing": 0.5,
"seed": 5
},
"grain": {
"opacity": 0.42,
"intensity": 0.42,
"seed": 19
},
"glow": {
"strength": 0.5,
"followSun": false
},
"vignette": {
"strength": 0.28
}
},
"fieldSea": {
"enabled": true,
"layerOpacity": 0.82,
"transform": {
"x": 0,
"y": 0,
"rotation": 0,
"scale": 1
},
"seed": "VACUUM-5113",
"color": {
"hueBack": 0.6,
"hueFront": 0.58,
"sat": 0.26
},
"layers": 3,
"chaos": 0.18,
"blips": 0.4,
"mound": 0.12,
"horizonY": 0.72,
"lines": 40
},
"fieldGrid": {
"enabled": false,
"layerOpacity": 1,
"pos": "over",
"style": "floor",
"transform": {
"x": 0,
"y": 0,
"rotation": 0,
"scale": 1
},
"color": {
"hue": 0.5,
"hue2": 0.55,
"sat": 0.32,
"lightNear": 0.34,
"lightFar": 0.62
},
"opacity": 0.44,
"pitch": 0.45,
"yaw": 0.42,
"persp": 1.1,
"dist": 2.8,
"nx": 16,
"nz": 24,
"originY": 0.34,
"ripple": {
"amp": 0,
"freqI": 0.5,
"freqK": 0.35,
"phase": 0
}
},
"disk": {
"enabled": true,
"layerOpacity": 1,
"transform": {
"x": -0.06,
"y": 0.46,
"rotation": 0,
"scale": 0.32
},
"hue": 0.58,
"sat": 0.42,
"size": 0.12,
"pressure": 0.4,
"intensity": 0.85,
"striations": 0.6,
"stain": 0.35,
"soften": 1.35
},
"bubble": {
"enabled": true,
"layerOpacity": 0.8,
"transform": {
"x": 0.12,
"y": 0.5,
"rotation": 0,
"scale": 0.3
},
"palette": "mono",
"saturation": 1.05,
"traceHue": 0,
"transparentBase": true,
"primaries": 8,
"sweepers": 2,
"cosmics": 2,
"eloss": 0.34,
"bfield": 1,
"deltaRate": 0.4,
"showBoundary": true,
"boundaryR": 0.45,
"boundaryY": 0.35,
"boundaryOpacity": 0.4,
"instrument": 0.35
},
"fiduciaries": {
"enabled": false,
"layerOpacity": 1,
"label": "auto",
"pencil": "#39312a",
"width": 1,
"arrow": true,
"corners": false,
"caption": ""
}
};

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 4.5 MiB

View File

@@ -0,0 +1,140 @@
/* Monk by the Sea (Friedrich) · variation 2 */
export const composition = {
"size": 1600,
"seed": "RUCKEN-0042-II",
"background": {
"color": "rgb(214,216,215)",
"film": {
"opacity": 0.6,
"density": 0.5,
"seed": 8
},
"aging": {
"opacity": 0.5,
"scratches": 5,
"dust": 0.45,
"foxing": 0.5,
"seed": 5
},
"grain": {
"opacity": 0.42,
"intensity": 0.42,
"seed": 19
},
"glow": {
"strength": 0.5,
"followSun": false
},
"vignette": {
"strength": 0.28
}
},
"fieldSea": {
"enabled": true,
"layerOpacity": 0.82,
"transform": {
"x": 0,
"y": 0,
"rotation": 0,
"scale": 1
},
"seed": "VACUUM-5113",
"color": {
"hueBack": 0.6,
"hueFront": 0.58,
"sat": 0.26
},
"layers": 3,
"chaos": 0.18,
"blips": 0.4,
"mound": 0.12,
"horizonY": 0.72,
"lines": 40
},
"fieldGrid": {
"enabled": false,
"layerOpacity": 1,
"pos": "over",
"style": "floor",
"transform": {
"x": 0,
"y": 0,
"rotation": 0,
"scale": 1
},
"color": {
"hue": 0.5,
"hue2": 0.55,
"sat": 0.32,
"lightNear": 0.34,
"lightFar": 0.62
},
"opacity": 0.44,
"pitch": 0.45,
"yaw": -0.42,
"persp": 1.1,
"dist": 2.8,
"nx": 16,
"nz": 24,
"originY": 0.34,
"ripple": {
"amp": 0,
"freqI": 0.5,
"freqK": 0.35,
"phase": 0
}
},
"disk": {
"enabled": true,
"layerOpacity": 1,
"transform": {
"x": 0.06,
"y": 0.46,
"rotation": 0,
"scale": 0.32
},
"hue": 0.58,
"sat": 0.42,
"size": 0.12,
"pressure": 0.4,
"intensity": 0.85,
"striations": 0.6,
"stain": 0.35,
"soften": 1.35
},
"bubble": {
"enabled": true,
"layerOpacity": 0.8,
"transform": {
"x": -0.12,
"y": 0.5,
"rotation": 0,
"scale": 0.3
},
"palette": "mono",
"saturation": 1.05,
"traceHue": 0,
"transparentBase": true,
"primaries": 8,
"sweepers": 2,
"cosmics": 2,
"eloss": 0.34,
"bfield": 1,
"deltaRate": 0.4,
"showBoundary": true,
"boundaryR": 0.45,
"boundaryY": 0.35,
"boundaryOpacity": 0.4,
"instrument": 0.35
},
"fiduciaries": {
"enabled": false,
"layerOpacity": 1,
"label": "auto",
"pencil": "#39312a",
"width": 1,
"arrow": true,
"corners": false,
"caption": ""
}
};

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 4.2 MiB

View File

@@ -0,0 +1,140 @@
/* Colour Fields (Rothko) · variation 1 */
export const composition = {
"size": 1600,
"seed": "MARK-1957-II",
"background": {
"color": "rgb(178,108,94)",
"film": {
"opacity": 0.6,
"density": 0.5,
"seed": 8
},
"aging": {
"opacity": 0.5,
"scratches": 5,
"dust": 0.45,
"foxing": 0.5,
"seed": 5
},
"grain": {
"opacity": 0.42,
"intensity": 0.42,
"seed": 19
},
"glow": {
"strength": 0.6,
"followSun": false
},
"vignette": {
"strength": 0.56
}
},
"fieldSea": {
"enabled": true,
"layerOpacity": 0.9,
"transform": {
"x": 0,
"y": 0,
"rotation": 0,
"scale": 1
},
"seed": "VACUUM-5113",
"color": {
"hueBack": 0.99,
"hueFront": 0.02,
"sat": 0.5
},
"layers": 3,
"chaos": 0.1,
"blips": 0.18,
"mound": 0,
"horizonY": 0.52,
"lines": 32
},
"fieldGrid": {
"enabled": false,
"layerOpacity": 1,
"pos": "over",
"style": "floor",
"transform": {
"x": 0,
"y": 0,
"rotation": 0,
"scale": 1
},
"color": {
"hue": 0.5,
"hue2": 0.55,
"sat": 0.32,
"lightNear": 0.34,
"lightFar": 0.62
},
"opacity": 0.44,
"pitch": 0.45,
"yaw": 0.42,
"persp": 1.1,
"dist": 2.8,
"nx": 16,
"nz": 24,
"originY": 0.34,
"ripple": {
"amp": 0,
"freqI": 0.5,
"freqK": 0.35,
"phase": 0
}
},
"disk": {
"enabled": false,
"layerOpacity": 1,
"transform": {
"x": 0,
"y": -0.26,
"rotation": 0,
"scale": 0.78
},
"hue": 0.06,
"sat": 0.82,
"size": 0.16,
"pressure": 0.85,
"intensity": 0.85,
"striations": 0.6,
"stain": 0.35,
"soften": 1.35
},
"bubble": {
"enabled": false,
"layerOpacity": 1,
"transform": {
"x": 0.28,
"y": -0.1,
"rotation": 10,
"scale": 0.78
},
"palette": "magentarise",
"saturation": 1.05,
"traceHue": 0,
"transparentBase": true,
"primaries": 18,
"sweepers": 5,
"cosmics": 6,
"eloss": 0.34,
"bfield": 1,
"deltaRate": 0.6,
"showBoundary": true,
"boundaryR": 0.45,
"boundaryY": 0.35,
"boundaryOpacity": 0.4,
"instrument": 0.35
},
"fiduciaries": {
"enabled": false,
"layerOpacity": 1,
"label": "auto",
"pencil": "#39312a",
"width": 1,
"arrow": true,
"corners": false,
"caption": ""
}
};

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 1.2 MiB

View File

@@ -0,0 +1,140 @@
/* Colour Fields (Rothko) · variation 2 */
export const composition = {
"size": 1600,
"seed": "SEAGRAM-0015-II",
"background": {
"color": "rgb(178,108,94)",
"film": {
"opacity": 0.6,
"density": 0.5,
"seed": 8
},
"aging": {
"opacity": 0.5,
"scratches": 5,
"dust": 0.45,
"foxing": 0.5,
"seed": 5
},
"grain": {
"opacity": 0.42,
"intensity": 0.42,
"seed": 19
},
"glow": {
"strength": 0.6,
"followSun": false
},
"vignette": {
"strength": 0.56
}
},
"fieldSea": {
"enabled": true,
"layerOpacity": 0.9,
"transform": {
"x": 0,
"y": 0,
"rotation": 0,
"scale": 1
},
"seed": "VACUUM-5113",
"color": {
"hueBack": 0.99,
"hueFront": 0.02,
"sat": 0.5
},
"layers": 3,
"chaos": 0.1,
"blips": 0.18,
"mound": 0,
"horizonY": 0.52,
"lines": 32
},
"fieldGrid": {
"enabled": false,
"layerOpacity": 1,
"pos": "over",
"style": "floor",
"transform": {
"x": 0,
"y": 0,
"rotation": 0,
"scale": 1
},
"color": {
"hue": 0.5,
"hue2": 0.55,
"sat": 0.32,
"lightNear": 0.34,
"lightFar": 0.62
},
"opacity": 0.44,
"pitch": 0.45,
"yaw": -0.42,
"persp": 1.1,
"dist": 2.8,
"nx": 16,
"nz": 24,
"originY": 0.34,
"ripple": {
"amp": 0,
"freqI": 0.5,
"freqK": 0.35,
"phase": 0
}
},
"disk": {
"enabled": false,
"layerOpacity": 1,
"transform": {
"x": 0,
"y": -0.26,
"rotation": 0,
"scale": 0.78
},
"hue": 0.06,
"sat": 0.82,
"size": 0.16,
"pressure": 0.85,
"intensity": 0.85,
"striations": 0.6,
"stain": 0.35,
"soften": 1.35
},
"bubble": {
"enabled": false,
"layerOpacity": 1,
"transform": {
"x": -0.28,
"y": -0.1,
"rotation": 10,
"scale": 0.78
},
"palette": "magentarise",
"saturation": 1.05,
"traceHue": 0,
"transparentBase": true,
"primaries": 18,
"sweepers": 5,
"cosmics": 6,
"eloss": 0.34,
"bfield": 1,
"deltaRate": 0.6,
"showBoundary": true,
"boundaryR": 0.45,
"boundaryY": 0.35,
"boundaryOpacity": 0.4,
"instrument": 0.35
},
"fiduciaries": {
"enabled": false,
"layerOpacity": 1,
"label": "auto",
"pencil": "#39312a",
"width": 1,
"arrow": true,
"corners": false,
"caption": ""
}
};

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 1.2 MiB

View File

@@ -0,0 +1,140 @@
/* Atmospheric Dissolution (Turner) · variation 1 */
export const composition = {
"size": 1600,
"seed": "JMW-1844-II",
"background": {
"color": "rgb(233,222,196)",
"film": {
"opacity": 0.6,
"density": 0.5,
"seed": 8
},
"aging": {
"opacity": 0.5,
"scratches": 5,
"dust": 0.45,
"foxing": 0.5,
"seed": 5
},
"grain": {
"opacity": 0.42,
"intensity": 0.42,
"seed": 19
},
"glow": {
"strength": 0.95,
"followSun": true
},
"vignette": {
"strength": 0.24
}
},
"fieldSea": {
"enabled": true,
"layerOpacity": 0.58,
"transform": {
"x": 0,
"y": 0,
"rotation": 0,
"scale": 1
},
"seed": "VACUUM-5113",
"color": {
"hueBack": 0.1,
"hueFront": 0.08,
"sat": 0.35
},
"layers": 3,
"chaos": 0.3,
"blips": 0.6,
"mound": 0.3,
"horizonY": 0.46,
"lines": 46
},
"fieldGrid": {
"enabled": true,
"layerOpacity": 0.7,
"pos": "over",
"style": "floor",
"transform": {
"x": 0,
"y": 0,
"rotation": 0,
"scale": 1
},
"color": {
"hue": 0.1,
"hue2": 0.08,
"sat": 0.2,
"lightNear": 0.5,
"lightFar": 0.68
},
"opacity": 0.22,
"pitch": 0.3,
"yaw": 0.3,
"persp": 1.1,
"dist": 2.8,
"nx": 16,
"nz": 24,
"originY": 0.34,
"ripple": {
"amp": 0.4,
"freqI": 0.5,
"freqK": 0.35,
"phase": 0
}
},
"disk": {
"enabled": true,
"layerOpacity": 1,
"transform": {
"x": 0.08,
"y": -0.34,
"rotation": 0,
"scale": 0.6
},
"hue": 0.1,
"sat": 0.8,
"size": 0.18,
"pressure": 0.3,
"intensity": 0.95,
"striations": 0.6,
"stain": 0.35,
"soften": 1.35
},
"bubble": {
"enabled": true,
"layerOpacity": 0.68,
"transform": {
"x": 0.12,
"y": -0.04,
"rotation": 0,
"scale": 0.7
},
"palette": "kindrise",
"saturation": 0.9,
"traceHue": 0,
"transparentBase": true,
"primaries": 16,
"sweepers": 5,
"cosmics": 6,
"eloss": 0.3,
"bfield": 1,
"deltaRate": 0.6,
"showBoundary": true,
"boundaryR": 0.45,
"boundaryY": 0.35,
"boundaryOpacity": 0.4,
"instrument": 0.35
},
"fiduciaries": {
"enabled": false,
"layerOpacity": 1,
"label": "auto",
"pencil": "#39312a",
"width": 1,
"arrow": true,
"corners": false,
"caption": ""
}
};

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 8.4 MiB

View File

@@ -0,0 +1,140 @@
/* Atmospheric Dissolution (Turner) · variation 2 */
export const composition = {
"size": 1600,
"seed": "RAIN-STEAM-09-II",
"background": {
"color": "rgb(233,222,196)",
"film": {
"opacity": 0.6,
"density": 0.5,
"seed": 8
},
"aging": {
"opacity": 0.5,
"scratches": 5,
"dust": 0.45,
"foxing": 0.5,
"seed": 5
},
"grain": {
"opacity": 0.42,
"intensity": 0.42,
"seed": 19
},
"glow": {
"strength": 0.95,
"followSun": true
},
"vignette": {
"strength": 0.24
}
},
"fieldSea": {
"enabled": true,
"layerOpacity": 0.58,
"transform": {
"x": 0,
"y": 0,
"rotation": 0,
"scale": 1
},
"seed": "VACUUM-5113",
"color": {
"hueBack": 0.1,
"hueFront": 0.08,
"sat": 0.35
},
"layers": 3,
"chaos": 0.3,
"blips": 0.6,
"mound": 0.3,
"horizonY": 0.46,
"lines": 46
},
"fieldGrid": {
"enabled": true,
"layerOpacity": 0.7,
"pos": "over",
"style": "floor",
"transform": {
"x": 0,
"y": 0,
"rotation": 0,
"scale": 1
},
"color": {
"hue": 0.1,
"hue2": 0.08,
"sat": 0.2,
"lightNear": 0.5,
"lightFar": 0.68
},
"opacity": 0.22,
"pitch": 0.3,
"yaw": -0.3,
"persp": 1.1,
"dist": 2.8,
"nx": 16,
"nz": 24,
"originY": 0.34,
"ripple": {
"amp": 0.4,
"freqI": 0.5,
"freqK": 0.35,
"phase": 0
}
},
"disk": {
"enabled": true,
"layerOpacity": 1,
"transform": {
"x": -0.08,
"y": -0.34,
"rotation": 0,
"scale": 0.6
},
"hue": 0.1,
"sat": 0.8,
"size": 0.18,
"pressure": 0.3,
"intensity": 0.95,
"striations": 0.6,
"stain": 0.35,
"soften": 1.35
},
"bubble": {
"enabled": true,
"layerOpacity": 0.68,
"transform": {
"x": -0.12,
"y": -0.04,
"rotation": 0,
"scale": 0.7
},
"palette": "kindrise",
"saturation": 0.9,
"traceHue": 0,
"transparentBase": true,
"primaries": 16,
"sweepers": 5,
"cosmics": 6,
"eloss": 0.3,
"bfield": 1,
"deltaRate": 0.6,
"showBoundary": true,
"boundaryR": 0.45,
"boundaryY": 0.35,
"boundaryOpacity": 0.4,
"instrument": 0.35
},
"fiduciaries": {
"enabled": false,
"layerOpacity": 1,
"label": "auto",
"pencil": "#39312a",
"width": 1,
"arrow": true,
"corners": false,
"caption": ""
}
};

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 6.5 MiB

View File

@@ -0,0 +1,140 @@
/* Atmospheric Dissolution (Turner) · variation 3 */
export const composition = {
"size": 1600,
"seed": "NORHAM-1798-II",
"background": {
"color": "rgb(233,222,196)",
"film": {
"opacity": 0.6,
"density": 0.5,
"seed": 8
},
"aging": {
"opacity": 0.5,
"scratches": 5,
"dust": 0.45,
"foxing": 0.5,
"seed": 5
},
"grain": {
"opacity": 0.42,
"intensity": 0.42,
"seed": 19
},
"glow": {
"strength": 0.95,
"followSun": true
},
"vignette": {
"strength": 0.24
}
},
"fieldSea": {
"enabled": true,
"layerOpacity": 0.58,
"transform": {
"x": 0,
"y": 0,
"rotation": 0,
"scale": 1
},
"seed": "VACUUM-5113",
"color": {
"hueBack": 0.14,
"hueFront": 0.12,
"sat": 0.35
},
"layers": 3,
"chaos": 0.3,
"blips": 0.6,
"mound": 0.3,
"horizonY": 0.51,
"lines": 46
},
"fieldGrid": {
"enabled": true,
"layerOpacity": 0.7,
"pos": "over",
"style": "floor",
"transform": {
"x": 0,
"y": 0,
"rotation": 0,
"scale": 1
},
"color": {
"hue": 0.1,
"hue2": 0.08,
"sat": 0.2,
"lightNear": 0.5,
"lightFar": 0.68
},
"opacity": 0.22,
"pitch": 0.3,
"yaw": 0.3,
"persp": 1.1,
"dist": 2.8,
"nx": 16,
"nz": 24,
"originY": 0.34,
"ripple": {
"amp": 0.4,
"freqI": 0.5,
"freqK": 0.35,
"phase": 0
}
},
"disk": {
"enabled": true,
"layerOpacity": 1,
"transform": {
"x": 0.08,
"y": -0.38,
"rotation": 0,
"scale": 0.6
},
"hue": 0.1,
"sat": 0.8,
"size": 0.18,
"pressure": 0.3,
"intensity": 0.95,
"striations": 0.6,
"stain": 0.35,
"soften": 1.35
},
"bubble": {
"enabled": true,
"layerOpacity": 0.68,
"transform": {
"x": 0.12,
"y": -0.04,
"rotation": 0,
"scale": 0.7
},
"palette": "kindrise",
"saturation": 0.9,
"traceHue": 0,
"transparentBase": true,
"primaries": 16,
"sweepers": 5,
"cosmics": 6,
"eloss": 0.3,
"bfield": 1,
"deltaRate": 0.6,
"showBoundary": true,
"boundaryR": 0.45,
"boundaryY": 0.35,
"boundaryOpacity": 0.4,
"instrument": 0.35
},
"fiduciaries": {
"enabled": false,
"layerOpacity": 1,
"label": "auto",
"pencil": "#39312a",
"width": 1,
"arrow": true,
"corners": false,
"caption": ""
}
};

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 8.3 MiB

View File

@@ -0,0 +1,145 @@
/* Ma · Negative Space (Hiroshige) · variation 1 */
export const composition = {
"size": 1600,
"seed": "ANDO-1857-II",
"background": {
"color": "rgb(228,224,210)",
"film": {
"opacity": 0.6,
"density": 0.5,
"seed": 8
},
"aging": {
"opacity": 0.5,
"scratches": 5,
"dust": 0.45,
"foxing": 0.5,
"seed": 5
},
"grain": {
"opacity": 0.42,
"intensity": 0.42,
"seed": 19
},
"glow": {
"strength": 0.4,
"followSun": false
},
"vignette": {
"strength": 0.3
}
},
"fieldSea": {
"enabled": true,
"layerOpacity": 0.8,
"transform": {
"x": 0,
"y": 0,
"rotation": 0,
"scale": 1
},
"seed": "VACUUM-5113",
"color": {
"hueBack": 0.5,
"hueFront": 0.52,
"sat": 0.3
},
"layers": 3,
"chaos": 0.22,
"blips": 0.5,
"mound": 0.2,
"horizonY": 0.42,
"lines": 42
},
"fieldGrid": {
"enabled": true,
"layerOpacity": 1,
"pos": "over",
"style": "floor",
"transform": {
"x": 0,
"y": 0,
"rotation": 0,
"scale": 1
},
"color": {
"hue": 0.55,
"hue2": 0.5,
"sat": 0.28,
"lightNear": 0.34,
"lightFar": 0.64
},
"opacity": 0.4,
"pitch": 0.3,
"yaw": 0.72,
"persp": 1.1,
"dist": 2.6,
"nx": 16,
"nz": 24,
"originY": 0.34,
"ripple": {
"amp": 0,
"freqI": 0.5,
"freqK": 0.35,
"phase": 0
},
"originX": 0.3
},
"disk": {
"enabled": true,
"layerOpacity": 1,
"transform": {
"x": 0.55,
"y": -0.46,
"rotation": 0,
"scale": 0.4
},
"hue": 0.06,
"sat": 0.82,
"size": 0.12,
"pressure": 0.7,
"intensity": 0.85,
"striations": 0.6,
"stain": 0.35,
"soften": 1.35
},
"bubble": {
"enabled": true,
"layerOpacity": 1,
"transform": {
"x": 0.5,
"y": 0.4,
"rotation": 8,
"scale": 0.5
},
"palette": "magentarise",
"saturation": 1.05,
"traceHue": 0,
"transparentBase": true,
"primaries": 14,
"sweepers": 5,
"cosmics": 6,
"eloss": 0.34,
"bfield": 1,
"deltaRate": 0.6,
"showBoundary": true,
"boundaryR": 0.45,
"boundaryY": 0.35,
"boundaryOpacity": 0.4,
"instrument": 0.35
},
"fiduciaries": {
"enabled": true,
"layerOpacity": 1,
"label": "auto",
"pencil": "#39312a",
"width": 1,
"arrow": true,
"corners": false,
"caption": "",
"from": [
0.2,
-0.05
]
}
};

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 7.5 MiB

View File

@@ -0,0 +1,145 @@
/* Ma · Negative Space (Hiroshige) · variation 2 */
export const composition = {
"size": 1600,
"seed": "EDO-0100-II",
"background": {
"color": "rgb(228,224,210)",
"film": {
"opacity": 0.6,
"density": 0.5,
"seed": 8
},
"aging": {
"opacity": 0.5,
"scratches": 5,
"dust": 0.45,
"foxing": 0.5,
"seed": 5
},
"grain": {
"opacity": 0.42,
"intensity": 0.42,
"seed": 19
},
"glow": {
"strength": 0.4,
"followSun": false
},
"vignette": {
"strength": 0.3
}
},
"fieldSea": {
"enabled": true,
"layerOpacity": 0.8,
"transform": {
"x": 0,
"y": 0,
"rotation": 0,
"scale": 1
},
"seed": "VACUUM-5113",
"color": {
"hueBack": 0.5,
"hueFront": 0.52,
"sat": 0.3
},
"layers": 3,
"chaos": 0.22,
"blips": 0.5,
"mound": 0.2,
"horizonY": 0.42,
"lines": 42
},
"fieldGrid": {
"enabled": true,
"layerOpacity": 1,
"pos": "over",
"style": "floor",
"transform": {
"x": 0,
"y": 0,
"rotation": 0,
"scale": 1
},
"color": {
"hue": 0.55,
"hue2": 0.5,
"sat": 0.28,
"lightNear": 0.34,
"lightFar": 0.64
},
"opacity": 0.4,
"pitch": 0.3,
"yaw": -0.72,
"persp": 1.1,
"dist": 2.6,
"nx": 16,
"nz": 24,
"originY": 0.34,
"ripple": {
"amp": 0,
"freqI": 0.5,
"freqK": 0.35,
"phase": 0
},
"originX": -0.3
},
"disk": {
"enabled": true,
"layerOpacity": 1,
"transform": {
"x": -0.55,
"y": -0.46,
"rotation": 0,
"scale": 0.4
},
"hue": 0.06,
"sat": 0.82,
"size": 0.12,
"pressure": 0.7,
"intensity": 0.85,
"striations": 0.6,
"stain": 0.35,
"soften": 1.35
},
"bubble": {
"enabled": true,
"layerOpacity": 1,
"transform": {
"x": -0.5,
"y": 0.4,
"rotation": 8,
"scale": 0.5
},
"palette": "magentarise",
"saturation": 1.05,
"traceHue": 0,
"transparentBase": true,
"primaries": 14,
"sweepers": 5,
"cosmics": 6,
"eloss": 0.34,
"bfield": 1,
"deltaRate": 0.6,
"showBoundary": true,
"boundaryR": 0.45,
"boundaryY": 0.35,
"boundaryOpacity": 0.4,
"instrument": 0.35
},
"fiduciaries": {
"enabled": true,
"layerOpacity": 1,
"label": "auto",
"pencil": "#39312a",
"width": 1,
"arrow": true,
"corners": false,
"caption": "",
"from": [
-0.2,
-0.05
]
}
};

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 6.8 MiB

View File

@@ -0,0 +1,140 @@
/* Single Form on Void (Malevich) · variation 1 */
export const composition = {
"size": 1600,
"seed": "KAZIMIR-1915-II",
"background": {
"color": "rgb(233,230,220)",
"film": {
"opacity": 0.6,
"density": 0.5,
"seed": 8
},
"aging": {
"opacity": 0.5,
"scratches": 5,
"dust": 0.45,
"foxing": 0.5,
"seed": 5
},
"grain": {
"opacity": 0.42,
"intensity": 0.42,
"seed": 19
},
"glow": {
"strength": 0.3,
"followSun": true
},
"vignette": {
"strength": 0.2
}
},
"fieldSea": {
"enabled": false,
"layerOpacity": 1,
"transform": {
"x": 0,
"y": 0,
"rotation": 0,
"scale": 1
},
"seed": "VACUUM-5113",
"color": {
"hueBack": 0.54,
"hueFront": 0.47,
"sat": 0.6
},
"layers": 3,
"chaos": 0.3,
"blips": 0.7,
"mound": 0.3,
"horizonY": 0.36,
"lines": 46
},
"fieldGrid": {
"enabled": true,
"layerOpacity": 1,
"pos": "behind",
"style": "floor",
"transform": {
"x": 0,
"y": 0,
"rotation": 18,
"scale": 1.1
},
"color": {
"hue": 0,
"hue2": 0.02,
"sat": 0.18,
"lightNear": 0.4,
"lightFar": 0.66
},
"opacity": 0.26,
"pitch": 0.18,
"yaw": 0,
"persp": 1.1,
"dist": 2.8,
"nx": 16,
"nz": 24,
"originY": 0.34,
"ripple": {
"amp": 0,
"freqI": 0.5,
"freqK": 0.35,
"phase": 0
}
},
"disk": {
"enabled": true,
"layerOpacity": 1,
"transform": {
"x": -0.2,
"y": -0.1,
"rotation": 0,
"scale": 1
},
"hue": 0,
"sat": 0.92,
"size": 0.2,
"pressure": 0.95,
"intensity": 0.9,
"striations": 0.15,
"stain": 0.35,
"soften": 1.35
},
"bubble": {
"enabled": true,
"layerOpacity": 0.85,
"transform": {
"x": 0.34,
"y": 0.28,
"rotation": 0,
"scale": 0.34
},
"palette": "mono",
"saturation": 1.05,
"traceHue": 0,
"transparentBase": true,
"primaries": 7,
"sweepers": 1,
"cosmics": 6,
"eloss": 0.34,
"bfield": 1,
"deltaRate": 0.5,
"showBoundary": false,
"boundaryR": 0.45,
"boundaryY": 0.35,
"boundaryOpacity": 0.4,
"instrument": 0
},
"fiduciaries": {
"enabled": false,
"layerOpacity": 1,
"label": "auto",
"pencil": "#39312a",
"width": 1,
"arrow": true,
"corners": false,
"caption": ""
}
};

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 3.8 MiB

View File

@@ -0,0 +1,140 @@
/* Single Form on Void (Malevich) · variation 2 */
export const composition = {
"size": 1600,
"seed": "BLACK-SQ-00-II",
"background": {
"color": "rgb(233,230,220)",
"film": {
"opacity": 0.6,
"density": 0.5,
"seed": 8
},
"aging": {
"opacity": 0.5,
"scratches": 5,
"dust": 0.45,
"foxing": 0.5,
"seed": 5
},
"grain": {
"opacity": 0.42,
"intensity": 0.42,
"seed": 19
},
"glow": {
"strength": 0.3,
"followSun": true
},
"vignette": {
"strength": 0.2
}
},
"fieldSea": {
"enabled": false,
"layerOpacity": 1,
"transform": {
"x": 0,
"y": 0,
"rotation": 0,
"scale": 1
},
"seed": "VACUUM-5113",
"color": {
"hueBack": 0.54,
"hueFront": 0.47,
"sat": 0.6
},
"layers": 3,
"chaos": 0.3,
"blips": 0.7,
"mound": 0.3,
"horizonY": 0.36,
"lines": 46
},
"fieldGrid": {
"enabled": true,
"layerOpacity": 1,
"pos": "behind",
"style": "floor",
"transform": {
"x": 0,
"y": 0,
"rotation": 18,
"scale": 1.1
},
"color": {
"hue": 0,
"hue2": 0.02,
"sat": 0.18,
"lightNear": 0.4,
"lightFar": 0.66
},
"opacity": 0.26,
"pitch": 0.18,
"yaw": 0,
"persp": 1.1,
"dist": 2.8,
"nx": 16,
"nz": 24,
"originY": 0.34,
"ripple": {
"amp": 0,
"freqI": 0.5,
"freqK": 0.35,
"phase": 0
}
},
"disk": {
"enabled": true,
"layerOpacity": 1,
"transform": {
"x": 0.2,
"y": -0.1,
"rotation": 0,
"scale": 1
},
"hue": 0,
"sat": 0.92,
"size": 0.2,
"pressure": 0.95,
"intensity": 0.9,
"striations": 0.15,
"stain": 0.35,
"soften": 1.35
},
"bubble": {
"enabled": true,
"layerOpacity": 0.85,
"transform": {
"x": -0.34,
"y": 0.28,
"rotation": 0,
"scale": 0.34
},
"palette": "mono",
"saturation": 1.05,
"traceHue": 0,
"transparentBase": true,
"primaries": 7,
"sweepers": 1,
"cosmics": 6,
"eloss": 0.34,
"bfield": 1,
"deltaRate": 0.5,
"showBoundary": false,
"boundaryR": 0.45,
"boundaryY": 0.35,
"boundaryOpacity": 0.4,
"instrument": 0
},
"fiduciaries": {
"enabled": false,
"layerOpacity": 1,
"label": "auto",
"pencil": "#39312a",
"width": 1,
"arrow": true,
"corners": false,
"caption": ""
}
};

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 3.6 MiB

View File

@@ -0,0 +1,140 @@
/* Golden Section (Renaissance φ) · variation 1 */
export const composition = {
"size": 1600,
"seed": "VITRUVIAN-1490-II",
"background": {
"color": "rgb(230,224,206)",
"film": {
"opacity": 0.6,
"density": 0.5,
"seed": 8
},
"aging": {
"opacity": 0.5,
"scratches": 5,
"dust": 0.45,
"foxing": 0.5,
"seed": 5
},
"grain": {
"opacity": 0.42,
"intensity": 0.42,
"seed": 19
},
"glow": {
"strength": 0.55,
"followSun": true
},
"vignette": {
"strength": 0.35
}
},
"fieldSea": {
"enabled": true,
"layerOpacity": 1,
"transform": {
"x": 0,
"y": 0,
"rotation": 0,
"scale": 1
},
"seed": "VACUUM-5113",
"color": {
"hueBack": 0.52,
"hueFront": 0.47,
"sat": 0.5
},
"layers": 3,
"chaos": 0.28,
"blips": 0.7,
"mound": 0.3,
"horizonY": 0.62,
"lines": 46
},
"fieldGrid": {
"enabled": true,
"layerOpacity": 1,
"pos": "over",
"style": "floor",
"transform": {
"x": 0,
"y": 0,
"rotation": 0,
"scale": 1
},
"color": {
"hue": 0.54,
"hue2": 0.5,
"sat": 0.28,
"lightNear": 0.34,
"lightFar": 0.64
},
"opacity": 0.34,
"pitch": 0.4,
"yaw": 0.38,
"persp": 1.1,
"dist": 2.8,
"nx": 16,
"nz": 24,
"originY": 0.34,
"ripple": {
"amp": 0,
"freqI": 0.5,
"freqK": 0.35,
"phase": 0
}
},
"disk": {
"enabled": true,
"layerOpacity": 1,
"transform": {
"x": -0.236,
"y": -0.382,
"rotation": 0,
"scale": 0.6
},
"hue": 0.07,
"sat": 0.82,
"size": 0.15,
"pressure": 0.8,
"intensity": 0.85,
"striations": 0.6,
"stain": 0.35,
"soften": 1.35
},
"bubble": {
"enabled": true,
"layerOpacity": 1,
"transform": {
"x": 0.236,
"y": 0.1,
"rotation": 8,
"scale": 0.62
},
"palette": "magentarise",
"saturation": 1.05,
"traceHue": 0,
"transparentBase": true,
"primaries": 18,
"sweepers": 5,
"cosmics": 6,
"eloss": 0.34,
"bfield": 1,
"deltaRate": 0.6,
"showBoundary": true,
"boundaryR": 0.45,
"boundaryY": 0.35,
"boundaryOpacity": 0.4,
"instrument": 0.35
},
"fiduciaries": {
"enabled": true,
"layerOpacity": 1,
"label": "auto",
"pencil": "#39312a",
"width": 1,
"arrow": true,
"corners": false,
"caption": ""
}
};

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 7.9 MiB

View File

@@ -0,0 +1,140 @@
/* Golden Section (Renaissance φ) · variation 2 */
export const composition = {
"size": 1600,
"seed": "PHI-1618-II",
"background": {
"color": "rgb(230,224,206)",
"film": {
"opacity": 0.6,
"density": 0.5,
"seed": 8
},
"aging": {
"opacity": 0.5,
"scratches": 5,
"dust": 0.45,
"foxing": 0.5,
"seed": 5
},
"grain": {
"opacity": 0.42,
"intensity": 0.42,
"seed": 19
},
"glow": {
"strength": 0.55,
"followSun": true
},
"vignette": {
"strength": 0.35
}
},
"fieldSea": {
"enabled": true,
"layerOpacity": 1,
"transform": {
"x": 0,
"y": 0,
"rotation": 0,
"scale": 1
},
"seed": "VACUUM-5113",
"color": {
"hueBack": 0.52,
"hueFront": 0.47,
"sat": 0.5
},
"layers": 3,
"chaos": 0.28,
"blips": 0.7,
"mound": 0.3,
"horizonY": 0.62,
"lines": 46
},
"fieldGrid": {
"enabled": true,
"layerOpacity": 1,
"pos": "over",
"style": "floor",
"transform": {
"x": 0,
"y": 0,
"rotation": 0,
"scale": 1
},
"color": {
"hue": 0.54,
"hue2": 0.5,
"sat": 0.28,
"lightNear": 0.34,
"lightFar": 0.64
},
"opacity": 0.34,
"pitch": 0.4,
"yaw": -0.38,
"persp": 1.1,
"dist": 2.8,
"nx": 16,
"nz": 24,
"originY": 0.34,
"ripple": {
"amp": 0,
"freqI": 0.5,
"freqK": 0.35,
"phase": 0
}
},
"disk": {
"enabled": true,
"layerOpacity": 1,
"transform": {
"x": 0.236,
"y": -0.382,
"rotation": 0,
"scale": 0.6
},
"hue": 0.07,
"sat": 0.82,
"size": 0.15,
"pressure": 0.8,
"intensity": 0.85,
"striations": 0.6,
"stain": 0.35,
"soften": 1.35
},
"bubble": {
"enabled": true,
"layerOpacity": 1,
"transform": {
"x": -0.236,
"y": 0.1,
"rotation": 8,
"scale": 0.62
},
"palette": "magentarise",
"saturation": 1.05,
"traceHue": 0,
"transparentBase": true,
"primaries": 18,
"sweepers": 5,
"cosmics": 6,
"eloss": 0.34,
"bfield": 1,
"deltaRate": 0.6,
"showBoundary": true,
"boundaryR": 0.45,
"boundaryY": 0.35,
"boundaryOpacity": 0.4,
"instrument": 0.35
},
"fiduciaries": {
"enabled": true,
"layerOpacity": 1,
"label": "auto",
"pencil": "#39312a",
"width": 1,
"arrow": true,
"corners": false,
"caption": ""
}
};

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 8.6 MiB

View File

@@ -0,0 +1,140 @@
/* Golden Section (Renaissance φ) · variation 3 */
export const composition = {
"size": 1600,
"seed": "URBINO-1465-II",
"background": {
"color": "rgb(230,224,206)",
"film": {
"opacity": 0.6,
"density": 0.5,
"seed": 8
},
"aging": {
"opacity": 0.5,
"scratches": 5,
"dust": 0.45,
"foxing": 0.5,
"seed": 5
},
"grain": {
"opacity": 0.42,
"intensity": 0.42,
"seed": 19
},
"glow": {
"strength": 0.55,
"followSun": true
},
"vignette": {
"strength": 0.35
}
},
"fieldSea": {
"enabled": true,
"layerOpacity": 1,
"transform": {
"x": 0,
"y": 0,
"rotation": 0,
"scale": 1
},
"seed": "VACUUM-5113",
"color": {
"hueBack": 0.56,
"hueFront": 0.51,
"sat": 0.5
},
"layers": 3,
"chaos": 0.28,
"blips": 0.7,
"mound": 0.3,
"horizonY": 0.67,
"lines": 46
},
"fieldGrid": {
"enabled": true,
"layerOpacity": 1,
"pos": "over",
"style": "floor",
"transform": {
"x": 0,
"y": 0,
"rotation": 0,
"scale": 1
},
"color": {
"hue": 0.54,
"hue2": 0.5,
"sat": 0.28,
"lightNear": 0.34,
"lightFar": 0.64
},
"opacity": 0.34,
"pitch": 0.4,
"yaw": 0.38,
"persp": 1.1,
"dist": 2.8,
"nx": 16,
"nz": 24,
"originY": 0.34,
"ripple": {
"amp": 0,
"freqI": 0.5,
"freqK": 0.35,
"phase": 0
}
},
"disk": {
"enabled": true,
"layerOpacity": 1,
"transform": {
"x": -0.236,
"y": -0.422,
"rotation": 0,
"scale": 0.6
},
"hue": 0.07,
"sat": 0.82,
"size": 0.15,
"pressure": 0.8,
"intensity": 0.85,
"striations": 0.6,
"stain": 0.35,
"soften": 1.35
},
"bubble": {
"enabled": true,
"layerOpacity": 1,
"transform": {
"x": 0.236,
"y": 0.1,
"rotation": 8,
"scale": 0.62
},
"palette": "magentarise",
"saturation": 1.05,
"traceHue": 0,
"transparentBase": true,
"primaries": 18,
"sweepers": 5,
"cosmics": 6,
"eloss": 0.34,
"bfield": 1,
"deltaRate": 0.6,
"showBoundary": true,
"boundaryR": 0.45,
"boundaryY": 0.35,
"boundaryOpacity": 0.4,
"instrument": 0.35
},
"fiduciaries": {
"enabled": true,
"layerOpacity": 1,
"label": "auto",
"pencil": "#39312a",
"width": 1,
"arrow": true,
"corners": false,
"caption": ""
}
};

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 7.7 MiB

View File

@@ -0,0 +1,140 @@
/* Cantilevered Horizontal (Frank Lloyd Wright) · variation 1 */
export const composition = {
"size": 1600,
"seed": "TALIESIN-1911-II",
"background": {
"color": "rgb(226,218,196)",
"film": {
"opacity": 0.6,
"density": 0.5,
"seed": 8
},
"aging": {
"opacity": 0.5,
"scratches": 5,
"dust": 0.45,
"foxing": 0.5,
"seed": 5
},
"grain": {
"opacity": 0.42,
"intensity": 0.42,
"seed": 19
},
"glow": {
"strength": 0.45,
"followSun": true
},
"vignette": {
"strength": 0.34
}
},
"fieldSea": {
"enabled": true,
"layerOpacity": 0.85,
"transform": {
"x": 0,
"y": 0,
"rotation": 0,
"scale": 1
},
"seed": "VACUUM-5113",
"color": {
"hueBack": 0.1,
"hueFront": 0.13,
"sat": 0.4
},
"layers": 3,
"chaos": 0.15,
"blips": 0.3,
"mound": 0.05,
"horizonY": 0.6,
"lines": 40
},
"fieldGrid": {
"enabled": true,
"layerOpacity": 1,
"pos": "over",
"style": "floor",
"transform": {
"x": 0,
"y": 0,
"rotation": 0,
"scale": 1
},
"color": {
"hue": 0.08,
"hue2": 0.06,
"sat": 0.3,
"lightNear": 0.32,
"lightFar": 0.6
},
"opacity": 0.5,
"pitch": 0.5,
"yaw": 0.08,
"persp": 1,
"dist": 2.8,
"nx": 18,
"nz": 20,
"originY": 0.3,
"ripple": {
"amp": 0,
"freqI": 0.5,
"freqK": 0.35,
"phase": 0
}
},
"disk": {
"enabled": true,
"layerOpacity": 1,
"transform": {
"x": -0.32,
"y": 0.02,
"rotation": 0,
"scale": 0.8
},
"hue": 0.03,
"sat": 0.85,
"size": 0.16,
"pressure": 0.9,
"intensity": 0.85,
"striations": 0.4,
"stain": 0.35,
"soften": 1.35
},
"bubble": {
"enabled": true,
"layerOpacity": 1,
"transform": {
"x": 0.3,
"y": -0.05,
"rotation": 0,
"scale": 0.7
},
"palette": "kind",
"saturation": 0.95,
"traceHue": 0,
"transparentBase": true,
"primaries": 16,
"sweepers": 3,
"cosmics": 6,
"eloss": 0.34,
"bfield": 1.2,
"deltaRate": 0.6,
"showBoundary": true,
"boundaryR": 0.45,
"boundaryY": 0.35,
"boundaryOpacity": 0.4,
"instrument": 0.35
},
"fiduciaries": {
"enabled": true,
"layerOpacity": 1,
"label": "auto",
"pencil": "#39312a",
"width": 1,
"arrow": true,
"corners": false,
"caption": ""
}
};

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 7.6 MiB

View File

@@ -0,0 +1,140 @@
/* Cantilevered Horizontal (Frank Lloyd Wright) · variation 2 */
export const composition = {
"size": 1600,
"seed": "FALLINGWATER-37-II",
"background": {
"color": "rgb(226,218,196)",
"film": {
"opacity": 0.6,
"density": 0.5,
"seed": 8
},
"aging": {
"opacity": 0.5,
"scratches": 5,
"dust": 0.45,
"foxing": 0.5,
"seed": 5
},
"grain": {
"opacity": 0.42,
"intensity": 0.42,
"seed": 19
},
"glow": {
"strength": 0.45,
"followSun": true
},
"vignette": {
"strength": 0.34
}
},
"fieldSea": {
"enabled": true,
"layerOpacity": 0.85,
"transform": {
"x": 0,
"y": 0,
"rotation": 0,
"scale": 1
},
"seed": "VACUUM-5113",
"color": {
"hueBack": 0.1,
"hueFront": 0.13,
"sat": 0.4
},
"layers": 3,
"chaos": 0.15,
"blips": 0.3,
"mound": 0.05,
"horizonY": 0.6,
"lines": 40
},
"fieldGrid": {
"enabled": true,
"layerOpacity": 1,
"pos": "over",
"style": "floor",
"transform": {
"x": 0,
"y": 0,
"rotation": 0,
"scale": 1
},
"color": {
"hue": 0.08,
"hue2": 0.06,
"sat": 0.3,
"lightNear": 0.32,
"lightFar": 0.6
},
"opacity": 0.5,
"pitch": 0.5,
"yaw": -0.08,
"persp": 1,
"dist": 2.8,
"nx": 18,
"nz": 20,
"originY": 0.3,
"ripple": {
"amp": 0,
"freqI": 0.5,
"freqK": 0.35,
"phase": 0
}
},
"disk": {
"enabled": true,
"layerOpacity": 1,
"transform": {
"x": 0.32,
"y": 0.02,
"rotation": 0,
"scale": 0.8
},
"hue": 0.03,
"sat": 0.85,
"size": 0.16,
"pressure": 0.9,
"intensity": 0.85,
"striations": 0.4,
"stain": 0.35,
"soften": 1.35
},
"bubble": {
"enabled": true,
"layerOpacity": 1,
"transform": {
"x": -0.3,
"y": -0.05,
"rotation": 0,
"scale": 0.7
},
"palette": "kind",
"saturation": 0.95,
"traceHue": 0,
"transparentBase": true,
"primaries": 16,
"sweepers": 3,
"cosmics": 6,
"eloss": 0.34,
"bfield": 1.2,
"deltaRate": 0.6,
"showBoundary": true,
"boundaryR": 0.45,
"boundaryY": 0.35,
"boundaryOpacity": 0.4,
"instrument": 0.35
},
"fiduciaries": {
"enabled": true,
"layerOpacity": 1,
"label": "auto",
"pencil": "#39312a",
"width": 1,
"arrow": true,
"corners": false,
"caption": ""
}
};

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 8.2 MiB

Some files were not shown because too many files have changed in this diff Show More