From 29ee687065b1f89453f8f6778add8b8f2037ee0a Mon Sep 17 00:00:00 2001 From: sebastjanartic <45803536-sebastjanartic@users.noreply.replit.com> Date: Fri, 6 Mar 2026 11:21:21 +0000 Subject: [PATCH] Add focal point and artist overrides for new images Update `gallery-artist-overrides.json` and `gallery-focal-points.json` to include new artist and focal point data for images. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 23852c00-4779-460a-9e0c-d09fee4b6c92 Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Event-Id: f14aa5a3-1406-4e58-ae74-304f64642234 Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/f209e72a-0939-48fa-84fc-57854de71967/23852c00-4779-460a-9e0c-d09fee4b6c92/ncMMRQ9 Replit-Helium-Checkpoint-Created: true --- server/gallery-artist-overrides.json | 3 ++- server/gallery-focal-points.json | 8 ++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/server/gallery-artist-overrides.json b/server/gallery-artist-overrides.json index ec403ef..3979536 100644 --- a/server/gallery-artist-overrides.json +++ b/server/gallery-artist-overrides.json @@ -1,4 +1,5 @@ { "DSC06296.jpg": "Simon Wild", - "DSC06416.jpg": "Simon Wild" + "DSC06416.jpg": "Simon Wild", + "Christa Fartek und Robert F .jpg": "Christa und Robert Fartek" } \ No newline at end of file diff --git a/server/gallery-focal-points.json b/server/gallery-focal-points.json index a9c7e0f..fb36992 100644 --- a/server/gallery-focal-points.json +++ b/server/gallery-focal-points.json @@ -78,5 +78,13 @@ "Adriana 1.jpg": { "x": 100, "y": 23 + }, + "Christa Fartek und Robert F .jpg": { + "x": 43, + "y": 37 + }, + "Adriana 2.jpg": { + "x": 43, + "y": 35 } } \ No newline at end of file