{"id":37299,"date":"2026-05-01T23:59:40","date_gmt":"2026-05-01T23:59:40","guid":{"rendered":"https:\/\/garfnet.org.uk\/cms\/?p=37299"},"modified":"2026-05-19T04:31:00","modified_gmt":"2026-05-19T04:31:00","slug":"3d-stereograms","status":"publish","type":"post","link":"https:\/\/garfnet.org.uk\/cms\/2026\/05\/01\/3d-stereograms\/","title":{"rendered":"3D stereograms"},"content":{"rendered":"<p><strong>These are some almost SooC images BUT with left and right images swapped AND &#8220;alignment circles&#8221; at the bottom. They were captured with my recently constructed stereo camera module. This is part of an ongoing project <a href=\"https:\/\/garfnet.org.uk\/cms\/2026\/03\/17\/a-modular-debian-gnu-linux-digital-camera-feasible-or-farcical\/\">to create a modular GNU\/Linux digital camera system<\/a> using easily available generic components.&nbsp;<\/strong><\/p>\n<p>Although the images themselves are unedited, the left and right images have been swapped over, using a simple BASH shell script (detailed below). Thus they behave as 3d cross-eyed pairs. To view them in 3D simply cross your eyes slightly until a third image appears between the two photos. This version of these images also has &#8220;alignment circles&#8221; at the bottom of the images to help the viewer align his\/her eyes correctly. If you are doing it correctly then this third image will be in 3D. The silver-coloured mannequin and model Estella Rose will clearly be in the foreground.<\/p>\n<h2>Gallery of cross eyed stereo pairs c\/w alignment circles<\/h2>\nngg_shortcode_0_placeholder\n<h1>Script<\/h1>\n<pre>#!\/bin\/bash\r\n\r\n# garf-crosseeyed+bg\r\n# \r\n# By Garfleld Lucas.\r\n# Updated 2026-05-19.\r\n#\r\n# Converts parallel stereo pairs into cross-eyed stereo pairs\r\n# by swapping the left and right halves.\r\n# This version adds a fine border and calibration circles at the bottom.\r\n# Works on entire current directory and creates a new subdirectory for the new file(s).\r\n# \r\n# Usage .\/garf-crosseyed+bg *.jpg or .\/garf-crosseyed+bg *.png\r\n# \r\n# May also work on other image formats.\r\n#\r\n# Input must be:\r\n# Side-by-side image(s)\r\n# Total size: 3200x1600\r\n# Left eye : 1600x1600\r\n# Right eye: 1600x1600.\r\n#\r\n# Output saved into .\/crosseyed+bg\r\n# Original filenames preserved\r\n#\r\n# Requires: ImageMagick (\"magick\" command)\r\n\r\n# Exit on errors, undefined variables, or failed pipelines\r\nset -euo pipefail\r\n\r\n# Create output directory if needed\r\nmkdir -p \"crosseyed+bg\"\r\n\r\n# Process every file given on the command line\r\nfor img in \"$@\"; do\r\n\r\n# Skip non-files\r\n[ -f \"$img\" ] || continue\r\n\r\n# Extract filename without path\r\nfilename=$(basename \"$img\")\r\n\r\nmagick \"$img\" \\\r\n\r\n# Create swapped stereo pair:\r\n# crop RIGHT half first, then LEFT half,\r\n# delete original image, then append side-by-side\r\n\\( -clone 0 -crop 1600x1600+1600+0 +repage \\) \\\r\n\\( -clone 0 -crop 1600x1600+0+0 +repage \\) \\\r\n-delete 0 \\\r\n+append \\\r\n\r\n# Add 20px white border around image\r\n-bordercolor white -border 20 \\\r\n\r\n# Add 140px white footer area underneath\r\n-background white \\\r\n-gravity south \\\r\n-splice 0x140 \\\r\n\r\n# Create transparent overlay containing alignment circles.\r\n# Final image size is 3240x1780 after borders\/footer.\r\n\\( \\\r\n-size 3240x1780 xc:none \\\r\n-fill none \\\r\n-stroke black \\\r\n-strokewidth 3 \\\r\n\r\n# Circle format:\r\n# circle centre_x,centre_y edge_x,edge_y\r\n# Radius = distance between centre and edge points\r\n-draw \"circle 820,1720 835,1720\" \\\r\n-draw \"circle 2420,1720 2435,1720\" \\\r\n\\) \\\r\n\r\n# Overlay circles onto final image\r\n-compose over -composite \\\r\n\r\n# Save result\r\n\"crosseyed+bg\/$filename\"\r\n\r\necho \"Created: crosseyed+bg\/$filename\"\r\n\r\ndone<\/pre>\n<p>Copy and paste the above script to a text file and save it as &#8220;garf-crosseyed+bg&#8221;. Don&#8217;t forget to change its permissions to make it executable. From the same directory run the following command.<\/p>\n<pre>chmod +x garf-crosseyed+bg<\/pre>\n<h2>Credits<\/h2>\n<p>With many thanks to my friend and model Estella Rose for dressing up in her &#8220;Dorothy Gale&#8221; costume and posing for some test images.<\/p>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>These are some almost SooC images BUT with left and right images swapped AND &#8220;alignment circles&#8221; at the bottom. They were captured with my recently constructed stereo camera module. This is part of an ongoing project to create a modular GNU\/Linux digital camera system using easily available generic components.&nbsp; Although the images themselves are unedited,&#8230;<\/p>\n","protected":false},"author":1,"featured_media":37308,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"ngg_post_thumbnail":0,"_kad_post_transparent":"default","_kad_post_title":"default","_kad_post_layout":"default","_kad_post_sidebar_id":"","_kad_post_content_style":"default","_kad_post_vertical_padding":"default","_kad_post_feature":"","_kad_post_feature_position":"","_kad_post_header":false,"_kad_post_footer":false,"_kad_post_classname":"","footnotes":""},"categories":[1623,743,19,6,691,1667,680,18],"tags":[],"class_list":["post-37299","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-digital-photography","category-freebie","category-general","category-journal","category-linux","category-modular-camera-project","category-photography","category-technology"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>3D stereograms - GarfNet<\/title>\n<meta name=\"description\" content=\"These are some almost SooC images BUT with left and right images swapped AND &quot;alignment circles&quot; at the bottom.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/garfnet.org.uk\/cms\/2026\/05\/01\/3d-stereograms\/\" \/>\n<meta property=\"og:locale\" content=\"en_GB\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"3D stereograms - GarfNet\" \/>\n<meta property=\"og:description\" content=\"These are some almost SooC images BUT with left and right images swapped AND &quot;alignment circles&quot; at the bottom.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/garfnet.org.uk\/cms\/2026\/05\/01\/3d-stereograms\/\" \/>\n<meta property=\"og:site_name\" content=\"GarfNet\" \/>\n<meta property=\"article:published_time\" content=\"2026-05-01T23:59:40+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-05-19T04:31:00+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/garfnet.org.uk\/cms\/wp-content\/uploads\/2026\/05\/nggallery_import\/ELP-3D-206-scaled.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"2560\" \/>\n\t<meta property=\"og:image:height\" content=\"1090\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Garf\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Garf\" \/>\n\t<meta name=\"twitter:label2\" content=\"Estimated reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/garfnet.org.uk\\\/cms\\\/2026\\\/05\\\/01\\\/3d-stereograms\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/garfnet.org.uk\\\/cms\\\/2026\\\/05\\\/01\\\/3d-stereograms\\\/\"},\"author\":{\"name\":\"Garf\",\"@id\":\"https:\\\/\\\/garfnet.org.uk\\\/cms\\\/#\\\/schema\\\/person\\\/27529e0ea0460ec8c299743f70c06635\"},\"headline\":\"3D stereograms\",\"datePublished\":\"2026-05-01T23:59:40+00:00\",\"dateModified\":\"2026-05-19T04:31:00+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/garfnet.org.uk\\\/cms\\\/2026\\\/05\\\/01\\\/3d-stereograms\\\/\"},\"wordCount\":237,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/garfnet.org.uk\\\/cms\\\/#\\\/schema\\\/person\\\/27529e0ea0460ec8c299743f70c06635\"},\"image\":{\"@id\":\"https:\\\/\\\/garfnet.org.uk\\\/cms\\\/2026\\\/05\\\/01\\\/3d-stereograms\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/garfnet.org.uk\\\/cms\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/nggallery_import\\\/ELP-3D-206-scaled.jpg\",\"articleSection\":[\"Digital pictures\",\"Freebie\",\"General\",\"Journal\",\"Linux\",\"Modular Camera Project\",\"Photography\",\"Technology\"],\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/garfnet.org.uk\\\/cms\\\/2026\\\/05\\\/01\\\/3d-stereograms\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/garfnet.org.uk\\\/cms\\\/2026\\\/05\\\/01\\\/3d-stereograms\\\/\",\"url\":\"https:\\\/\\\/garfnet.org.uk\\\/cms\\\/2026\\\/05\\\/01\\\/3d-stereograms\\\/\",\"name\":\"3D stereograms - GarfNet\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/garfnet.org.uk\\\/cms\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/garfnet.org.uk\\\/cms\\\/2026\\\/05\\\/01\\\/3d-stereograms\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/garfnet.org.uk\\\/cms\\\/2026\\\/05\\\/01\\\/3d-stereograms\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/garfnet.org.uk\\\/cms\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/nggallery_import\\\/ELP-3D-206-scaled.jpg\",\"datePublished\":\"2026-05-01T23:59:40+00:00\",\"dateModified\":\"2026-05-19T04:31:00+00:00\",\"description\":\"These are some almost SooC images BUT with left and right images swapped AND \\\"alignment circles\\\" at the bottom.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/garfnet.org.uk\\\/cms\\\/2026\\\/05\\\/01\\\/3d-stereograms\\\/#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/garfnet.org.uk\\\/cms\\\/2026\\\/05\\\/01\\\/3d-stereograms\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\\\/\\\/garfnet.org.uk\\\/cms\\\/2026\\\/05\\\/01\\\/3d-stereograms\\\/#primaryimage\",\"url\":\"https:\\\/\\\/garfnet.org.uk\\\/cms\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/nggallery_import\\\/ELP-3D-206-scaled.jpg\",\"contentUrl\":\"https:\\\/\\\/garfnet.org.uk\\\/cms\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/nggallery_import\\\/ELP-3D-206-scaled.jpg\",\"width\":2560,\"height\":1090},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/garfnet.org.uk\\\/cms\\\/2026\\\/05\\\/01\\\/3d-stereograms\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/garfnet.org.uk\\\/cms\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"3D stereograms\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/garfnet.org.uk\\\/cms\\\/#website\",\"url\":\"https:\\\/\\\/garfnet.org.uk\\\/cms\\\/\",\"name\":\"GarfNet\",\"description\":\"Penguin-powered and full of Unixy goodness, since 1995...\",\"publisher\":{\"@id\":\"https:\\\/\\\/garfnet.org.uk\\\/cms\\\/#\\\/schema\\\/person\\\/27529e0ea0460ec8c299743f70c06635\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/garfnet.org.uk\\\/cms\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-GB\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\\\/\\\/garfnet.org.uk\\\/cms\\\/#\\\/schema\\\/person\\\/27529e0ea0460ec8c299743f70c06635\",\"name\":\"Garf\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\\\/\\\/garfnet.org.uk\\\/cms\\\/wp-content\\\/uploads\\\/2024\\\/07\\\/garflogo-garfnet-1.png\",\"url\":\"https:\\\/\\\/garfnet.org.uk\\\/cms\\\/wp-content\\\/uploads\\\/2024\\\/07\\\/garflogo-garfnet-1.png\",\"contentUrl\":\"https:\\\/\\\/garfnet.org.uk\\\/cms\\\/wp-content\\\/uploads\\\/2024\\\/07\\\/garflogo-garfnet-1.png\",\"width\":2420,\"height\":1928,\"caption\":\"Garf\"},\"logo\":{\"@id\":\"https:\\\/\\\/garfnet.org.uk\\\/cms\\\/wp-content\\\/uploads\\\/2024\\\/07\\\/garflogo-garfnet-1.png\"},\"url\":\"https:\\\/\\\/garfnet.org.uk\\\/cms\\\/author\\\/garf-admin\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"3D stereograms - GarfNet","description":"These are some almost SooC images BUT with left and right images swapped AND \"alignment circles\" at the bottom.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/garfnet.org.uk\/cms\/2026\/05\/01\/3d-stereograms\/","og_locale":"en_GB","og_type":"article","og_title":"3D stereograms - GarfNet","og_description":"These are some almost SooC images BUT with left and right images swapped AND \"alignment circles\" at the bottom.","og_url":"https:\/\/garfnet.org.uk\/cms\/2026\/05\/01\/3d-stereograms\/","og_site_name":"GarfNet","article_published_time":"2026-05-01T23:59:40+00:00","article_modified_time":"2026-05-19T04:31:00+00:00","og_image":[{"width":2560,"height":1090,"url":"https:\/\/garfnet.org.uk\/cms\/wp-content\/uploads\/2026\/05\/nggallery_import\/ELP-3D-206-scaled.jpg","type":"image\/jpeg"}],"author":"Garf","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Garf","Estimated reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/garfnet.org.uk\/cms\/2026\/05\/01\/3d-stereograms\/#article","isPartOf":{"@id":"https:\/\/garfnet.org.uk\/cms\/2026\/05\/01\/3d-stereograms\/"},"author":{"name":"Garf","@id":"https:\/\/garfnet.org.uk\/cms\/#\/schema\/person\/27529e0ea0460ec8c299743f70c06635"},"headline":"3D stereograms","datePublished":"2026-05-01T23:59:40+00:00","dateModified":"2026-05-19T04:31:00+00:00","mainEntityOfPage":{"@id":"https:\/\/garfnet.org.uk\/cms\/2026\/05\/01\/3d-stereograms\/"},"wordCount":237,"commentCount":0,"publisher":{"@id":"https:\/\/garfnet.org.uk\/cms\/#\/schema\/person\/27529e0ea0460ec8c299743f70c06635"},"image":{"@id":"https:\/\/garfnet.org.uk\/cms\/2026\/05\/01\/3d-stereograms\/#primaryimage"},"thumbnailUrl":"https:\/\/garfnet.org.uk\/cms\/wp-content\/uploads\/2026\/05\/nggallery_import\/ELP-3D-206-scaled.jpg","articleSection":["Digital pictures","Freebie","General","Journal","Linux","Modular Camera Project","Photography","Technology"],"inLanguage":"en-GB","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/garfnet.org.uk\/cms\/2026\/05\/01\/3d-stereograms\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/garfnet.org.uk\/cms\/2026\/05\/01\/3d-stereograms\/","url":"https:\/\/garfnet.org.uk\/cms\/2026\/05\/01\/3d-stereograms\/","name":"3D stereograms - GarfNet","isPartOf":{"@id":"https:\/\/garfnet.org.uk\/cms\/#website"},"primaryImageOfPage":{"@id":"https:\/\/garfnet.org.uk\/cms\/2026\/05\/01\/3d-stereograms\/#primaryimage"},"image":{"@id":"https:\/\/garfnet.org.uk\/cms\/2026\/05\/01\/3d-stereograms\/#primaryimage"},"thumbnailUrl":"https:\/\/garfnet.org.uk\/cms\/wp-content\/uploads\/2026\/05\/nggallery_import\/ELP-3D-206-scaled.jpg","datePublished":"2026-05-01T23:59:40+00:00","dateModified":"2026-05-19T04:31:00+00:00","description":"These are some almost SooC images BUT with left and right images swapped AND \"alignment circles\" at the bottom.","breadcrumb":{"@id":"https:\/\/garfnet.org.uk\/cms\/2026\/05\/01\/3d-stereograms\/#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/garfnet.org.uk\/cms\/2026\/05\/01\/3d-stereograms\/"]}]},{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/garfnet.org.uk\/cms\/2026\/05\/01\/3d-stereograms\/#primaryimage","url":"https:\/\/garfnet.org.uk\/cms\/wp-content\/uploads\/2026\/05\/nggallery_import\/ELP-3D-206-scaled.jpg","contentUrl":"https:\/\/garfnet.org.uk\/cms\/wp-content\/uploads\/2026\/05\/nggallery_import\/ELP-3D-206-scaled.jpg","width":2560,"height":1090},{"@type":"BreadcrumbList","@id":"https:\/\/garfnet.org.uk\/cms\/2026\/05\/01\/3d-stereograms\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/garfnet.org.uk\/cms\/"},{"@type":"ListItem","position":2,"name":"3D stereograms"}]},{"@type":"WebSite","@id":"https:\/\/garfnet.org.uk\/cms\/#website","url":"https:\/\/garfnet.org.uk\/cms\/","name":"GarfNet","description":"Penguin-powered and full of Unixy goodness, since 1995...","publisher":{"@id":"https:\/\/garfnet.org.uk\/cms\/#\/schema\/person\/27529e0ea0460ec8c299743f70c06635"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/garfnet.org.uk\/cms\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-GB"},{"@type":["Person","Organization"],"@id":"https:\/\/garfnet.org.uk\/cms\/#\/schema\/person\/27529e0ea0460ec8c299743f70c06635","name":"Garf","image":{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/garfnet.org.uk\/cms\/wp-content\/uploads\/2024\/07\/garflogo-garfnet-1.png","url":"https:\/\/garfnet.org.uk\/cms\/wp-content\/uploads\/2024\/07\/garflogo-garfnet-1.png","contentUrl":"https:\/\/garfnet.org.uk\/cms\/wp-content\/uploads\/2024\/07\/garflogo-garfnet-1.png","width":2420,"height":1928,"caption":"Garf"},"logo":{"@id":"https:\/\/garfnet.org.uk\/cms\/wp-content\/uploads\/2024\/07\/garflogo-garfnet-1.png"},"url":"https:\/\/garfnet.org.uk\/cms\/author\/garf-admin\/"}]}},"_links":{"self":[{"href":"https:\/\/garfnet.org.uk\/cms\/wp-json\/wp\/v2\/posts\/37299","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/garfnet.org.uk\/cms\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/garfnet.org.uk\/cms\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/garfnet.org.uk\/cms\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/garfnet.org.uk\/cms\/wp-json\/wp\/v2\/comments?post=37299"}],"version-history":[{"count":6,"href":"https:\/\/garfnet.org.uk\/cms\/wp-json\/wp\/v2\/posts\/37299\/revisions"}],"predecessor-version":[{"id":37329,"href":"https:\/\/garfnet.org.uk\/cms\/wp-json\/wp\/v2\/posts\/37299\/revisions\/37329"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/garfnet.org.uk\/cms\/wp-json\/wp\/v2\/media\/37308"}],"wp:attachment":[{"href":"https:\/\/garfnet.org.uk\/cms\/wp-json\/wp\/v2\/media?parent=37299"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/garfnet.org.uk\/cms\/wp-json\/wp\/v2\/categories?post=37299"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/garfnet.org.uk\/cms\/wp-json\/wp\/v2\/tags?post=37299"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}