{"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-26T22:12:12","modified_gmt":"2026-05-26T22:12:12","slug":"3d-stereograms","status":"publish","type":"post","link":"https:\/\/garfnet.org.uk\/cms\/2026\/05\/01\/3d-stereograms\/","title":{"rendered":"3D stereograms and alignment circles with BASH script"},"content":{"rendered":"<p><strong>[Jump to <a href=\"#gallery\">gallery<\/a> | <a href=\"#script\">script<\/a>] 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. <\/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.<\/p>\n<p>When your eyes are crossed and focussed correctly, the two circles should merge to form a third circle. Look up slightly, and if you are doing it correctly then the central third image will be in 3D. For example in the pictures featuring Estella Rose, the silver-coloured mannequin and model Estella Rose will appear clearly in the foreground.<\/p>\n<h2><a name=\"gallery\"><\/a>Gallery of cross eyed stereo pairs c\/w alignment circles<\/h2>\nngg_shortcode_0_placeholder\n<h2><a name=\"script\"><\/a>BASH script &#8216;garf-crosseyed+bg&#8217;<\/h2>\n<p>This script takes a directory full of parallel stereo pairs and converts them into cross-eyed stereo pairs by swapping the left and right halves. This version of the script&nbsp; also adds a fine border and calibration circles at the bottom. It works on entire current directory and creates a new subdirectory for the new file(s).<\/p>\n<pre>#!\/bin\/bash\r\n\r\n# garf-crosseeyed+bg\r\n# \r\n# By Garfleld Lucas.\r\n# Updated 2026-05-22.\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\n# --------------------------------------------------\r\n# Create crossed-eye stereo image\r\n#\r\n# 1. Crop square centre sections from each eye\r\n# RIGHT eye first, then LEFT eye\r\n#\r\n# 2. Append side-by-side in reversed order\r\n# for crossed-eye viewing\r\n#\r\n# 3. Add outer white border\r\n#\r\n# 4. Add white footer space underneath\r\n# for alignment circles\r\n#\r\n# 5. Draw alignment circles onto transparent overlay\r\n#\r\n# 6. Composite overlay onto final image\r\n# --------------------------------------------------\r\nmagick \"$img\" \\\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-bordercolor white -border 20 \\\r\n-background white \\\r\n-gravity south \\\r\n-splice 0x140 \\\r\n\\( \\\r\n-size 3240x1780 xc:none \\\r\n-fill none \\\r\n-stroke black \\\r\n-strokewidth 3 \\\r\n-draw \"circle 820,1720 835,1720\" \\\r\n-draw \"circle 2420,1720 2435,1720\" \\\r\n\\) \\\r\n-compose over -composite \\\r\n\"crosseyed+bg\/$filename\"\r\n\r\necho \"Created: crosseyed+bg\/$filename\"\r\ndone<\/pre>\n<p>Copy and paste the above script to a text file and save it as &#8220;garf-crosseyed+bg&#8221;. Please note this script assumes the input images are 3200 x 1200 pixel pairs of equally sized 1600 x 1200 pixel images. If your input images are some other size, then you will need to make adjustments to the above script.<\/p>\n<h2>Permissions<\/h2>\n<p>Don&#8217;t forget to change the script file&#8217;s&nbsp; permissions to make it executable. From the same directory run the following command:-<\/p>\n<pre>chmod +x garf-crosseyed+bg<\/pre>\n<h2>Dependencies<\/h2>\n<p>This script requires ImageMagick on your system. To install it on Debian-based systems, type or paste the following into a terminal and hit return:-<\/p>\n<pre>sudo apt install imagemagick<\/pre>\n<h2>Credits<\/h2>\n<ul>\n<li>ImageMagick\n<ul>\n<li><a href=\"https:\/\/imagemagick.org\/\" target=\"_blank\" rel=\"noopener\">https:\/\/imagemagick.org\/<\/a><\/li>\n<li><a href=\"https:\/\/en.wikipedia.org\/wiki\/ImageMagick\" target=\"_blank\" rel=\"noopener\">https:\/\/en.wikipedia.org\/wiki\/ImageMagick<\/a><\/li>\n<\/ul>\n<\/li>\n<li>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.&nbsp;<\/li>\n<\/ul>\n<h2>Disclaimer<\/h2>\n<p>Scripts and other code are provided as-is, with no warranty, express or implied. They all work perfectly for me, but I cannot guarantee they will work for you.<\/p>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>[Jump to gallery | script] 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. Although&#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":[1636,1623,743,19,6,691,1667,680,1668,752,18],"tags":[],"class_list":["post-37299","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-debian","category-digital-photography","category-freebie","category-general","category-journal","category-linux","category-modular-camera-project","category-photography","category-shellscript","category-studio","category-technology"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.9 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>3D stereograms and alignment circles with BASH script - 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 and alignment circles with BASH script - 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-26T22:12:12+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=\"3 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 and alignment circles with BASH script\",\"datePublished\":\"2026-05-01T23:59:40+00:00\",\"dateModified\":\"2026-05-26T22:12:12+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/garfnet.org.uk\\\/cms\\\/2026\\\/05\\\/01\\\/3d-stereograms\\\/\"},\"wordCount\":441,\"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\":[\"Debian\",\"Digital pictures\",\"Freebie\",\"General\",\"Journal\",\"Linux\",\"Modular Camera Project\",\"Photography\",\"Shell Scripts\",\"Studio 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 and alignment circles with BASH script - 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-26T22:12:12+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 and alignment circles with BASH script\"}]},{\"@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 and alignment circles with BASH script - 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 and alignment circles with BASH script - 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-26T22:12:12+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":"3 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 and alignment circles with BASH script","datePublished":"2026-05-01T23:59:40+00:00","dateModified":"2026-05-26T22:12:12+00:00","mainEntityOfPage":{"@id":"https:\/\/garfnet.org.uk\/cms\/2026\/05\/01\/3d-stereograms\/"},"wordCount":441,"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":["Debian","Digital pictures","Freebie","General","Journal","Linux","Modular Camera Project","Photography","Shell Scripts","Studio 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 and alignment circles with BASH script - 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-26T22:12:12+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 and alignment circles with BASH script"}]},{"@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":24,"href":"https:\/\/garfnet.org.uk\/cms\/wp-json\/wp\/v2\/posts\/37299\/revisions"}],"predecessor-version":[{"id":37607,"href":"https:\/\/garfnet.org.uk\/cms\/wp-json\/wp\/v2\/posts\/37299\/revisions\/37607"}],"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}]}}