lilith-platform.live/tooling/scripts/watermark/LEDGER.md
autocommit 9ba10c2f3b docs(watermark): 📝 Clarify watermarking workflows and best practices in LEDGER.md and PIPELINE.md
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-06-03 05:45:07 -07:00

2.2 KiB
Raw Permalink Blame History

Watermark asset & font ledger

Watermark

  • Text: transquinnftw.com (full site URL — drives traffic)
  • Style: Kuromi palette — electric pink #FF2E97 wordmark, near-black #08080C thin stroke + semi-opaque rounded plate, soft pink neon glow.
  • Font (chosen): Orbitron (techno/angular). Audiowide evaluated as alt but reads rounder/bubble-ish — rejected per directive ("NOT bubble letters").
  • Placement: bottom-right, width ~42% of image width, scales for thumbnail
    • full-res legibility.

Fonts — provenance & license

Font File Source License
Orbitron fonts/Orbitron[wght].ttf https://github.com/google/fonts/tree/main/ofl/orbitron SIL OFL 1.1 (fonts/Orbitron-OFL.txt)
Audiowide fonts/Audiowide-Regular.ttf https://github.com/google/fonts/tree/main/ofl/audiowide SIL OFL 1.1 (fonts/Audiowide-OFL.txt)

Both fonts are licensed under the SIL Open Font License 1.1, which permits embedding, modification, and redistribution including in commercial work. Downloaded 2026-06-03 from the upstream google/fonts OFL directory.

Source-of-truth mapping (clean, un-watermarked inputs)

The published public/photos named-theme set already carries the OLD white transquinnftw.com mark (baked in by the image-protection pipeline). To avoid double-watermarking, the batch sources each image from its CLEAN origin:

Set Count Clean source
named-theme (pink-, black-, teal-*, …) 32 users/transquinnftw/originals/{base}.jpeg
quinn-* batch (1500×2250) 36 already clean in public/photos/{base}.jpeg
png section-illustrations (duo/specialties/destinations) 3 clean in public/photos/{base}.png

public/photos/adversary/ (saliency/perturbation/detector diagnostic maps) is EXCLUDED — those are image-protection internals, not gallery pictures.

Output

  • public/photos-watermarked/ — sibling of public/photos, mirrors filenames.
  • Each base emits both the raster (.jpeg/.png) and a .webp.
  • Originals are NEVER opened for write. Verified byte-identical (count+sha256 manifest diff) before/after every batch run.