<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Kasper Vindeløv</title>
	<link>https://kasper.photo</link>
	<description>Kasper Vindeløv</description>
	<pubDate>Wed, 28 Jan 2026 22:36:02 +0000</pubDate>
	<generator>https://kasper.photo</generator>
	<language>en</language>
	
		
	<item>
		<title>life needs</title>
				
		<link>http://kasper.photo/life-needs</link>

		<comments></comments>

		<pubDate>Wed, 28 Jan 2026 22:36:02 +0000</pubDate>

		<dc:creator>Kasper Vindeløv</dc:creator>
		
		<category><![CDATA[]]></category>

		<guid isPermaLink="false">459005</guid>

		<description>LIFE NEEDS PHOTOS</description>
		
		<excerpt>LIFE NEEDS PHOTOS</excerpt>

		<!--<wfw:commentRss></wfw:commentRss>-->

	</item>
		
		
	<item>
		<title>hyttekorthemmelig</title>
				
		<link>http://kasper.photo/hyttekorthemmelig</link>

		<comments></comments>

		<pubDate>Thu, 14 Aug 2025 09:27:22 +0000</pubDate>

		<dc:creator>Kasper Vindeløv</dc:creator>
		
		<category><![CDATA[]]></category>

		<guid isPermaLink="false">457569</guid>

		<description>
Kære Værnboere. 
Så er det sidste chance for at få rettet eller komme med på kortet! :)&#38;nbsp;

Kontakt info:
Mail:hellokasper@outlook.com
Mobil: 30141441

Her er først hele kortet med zoom funktion (virker kun på computer - ikke mobil), og nedenunder er der udsnit af Store Mjøl, Lille Mjøl og Grønbjerg.





Kort med forstørrelsesglas

  .img-magnifier-container {
    position: relative;
    display: inline-block;
    max-width: 100%;
  }

  #mitkort {
    width: 100%;
    height: auto;
    display: block;
  }

  .img-magnifier-glass {
    position: absolute;
    border: 3px solid #000;
    border-radius: 50%;
    cursor: none;
    width: 350px;
    height: 350px;
    background-repeat: no-repeat;
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
    pointer-events: none;
    z-index: 10;
  }





  &#60;img id="mitkort" src="https://cortex.persona.co/t/original/i/b9422cd44883b7d6711945fd78f67f918308bfb58cfbd40d395c3287beffead9/SAMLET.jpg" alt="Mit kort"&#62;



function magnify(imgID, zoom) {
    var img = document.getElementById(imgID);

    img.addEventListener("load", function() {
        var glass = document.createElement("DIV");
        glass.setAttribute("class", "img-magnifier-glass");
        img.parentElement.insertBefore(glass, img);

        var w = glass.offsetWidth / 2;
        var h = glass.offsetHeight / 2;

        // Brug naturalWidth/naturalHeight til zoom
        glass.style.backgroundImage = "url('" + img.src + "')";
        glass.style.backgroundSize = (img.naturalWidth * zoom) + "px " + (img.naturalHeight * zoom) + "px";

        function getCursorPos(e) {
            var a = img.getBoundingClientRect();
            var x = e.pageX - a.left - window.pageXOffset;
            var y = e.pageY - a.top - window.pageYOffset;
            return {x: x, y: y};
        }

        function moveMagnifier(e) {
            e.preventDefault();
            var pos = getCursorPos(e);

            // Forhold mellem natural og rendered size
            var ratioX = img.naturalWidth / img.width;
            var ratioY = img.naturalHeight / img.height;

            var x = pos.x * ratioX;
            var y = pos.y * ratioY;

            if (x &#62; img.naturalWidth - (w / zoom)) x = img.naturalWidth - (w / zoom);
            if (x &#60; w / zoom) x = w / zoom;
            if (y &#62; img.naturalHeight - (h / zoom)) y = img.naturalHeight - (h / zoom);
            if (y &#60; h / zoom) y = h / zoom;

            // Flyt glasset
            glass.style.left = (pos.x - w) + "px";
            glass.style.top = (pos.y - h) + "px";

            // Baggrundsposition
            glass.style.backgroundPosition = "-" + ((x * zoom) - w) + "px -" + ((y * zoom) - h) + "px";
        }

        img.addEventListener("mousemove", moveMagnifier);
        glass.addEventListener("mousemove", moveMagnifier);
        img.addEventListener("touchmove", moveMagnifier);
        glass.addEventListener("touchmove", moveMagnifier);
    });
}

// Kør magnify med zoom 3
magnify("mitkort", 1);


STORE MJØL
&#60;img width="3435" height="3823" width_o="3435" height_o="3823" src_o="https://cortex.persona.co/t/original/i/882014d5745ac552b176f22b8e7268525f5b32727aa90ac4cff527b5be285458/Store-Mjl.png" data-mid="1423154" border="0" /&#62;
LILLE MJØL

&#60;img width="2345" height="1491" width_o="2345" height_o="1491" src_o="https://cortex.persona.co/t/original/i/a3d09536c1c6943d72abe0fa21deeb875c690dd0a830e7f373e2a4aa1c16cf6a/Lille-Mjl.png" data-mid="1423155" border="0" /&#62;
GRØNBJERG
&#60;img width="2545" height="2183" width_o="2545" height_o="2183" src_o="https://cortex.persona.co/t/original/i/315cbed9ad8a48917fe7956b78f31bea1486cb4060200bf754874b8b25ced3df/Grnbjerg.png" data-mid="1423156" border="0" /&#62;
</description>
		
		<excerpt>Kære Værnboere.  Så er det sidste chance for at få rettet eller komme med på kortet! :)&#38;nbsp;  Kontakt info: Mail:hellokasper@outlook.com Mobil: 30141441  Her...</excerpt>

		<!--<wfw:commentRss></wfw:commentRss>-->

	</item>
		
		
	<item>
		<title>portraits</title>
				
		<link>http://kasper.photo/portraits</link>

		<comments></comments>

		<pubDate>Tue, 18 Mar 2025 10:27:19 +0000</pubDate>

		<dc:creator>Kasper Vindeløv</dc:creator>
		
		<category><![CDATA[]]></category>

		<guid isPermaLink="false">456253</guid>

		<description>WORK&#38;nbsp; &#38;nbsp; INFO
	APERÇU DE LA PHOTOGRAPHIE

	&#60;img width="2000" height="2000" width_o="2000" height_o="2000" src_o="https://cortex.persona.co/t/original/i/ca27c20a26e9ad5ab6be77a6852a10220ce0473abce0fd13ab2f5d4cccb9eff0/RASMUSSKJELLERUP-12.jpg" data-mid="1400916" border="0" /&#62;&#60;img width="2000" height="2000" width_o="2000" height_o="2000" src_o="https://cortex.persona.co/t/original/i/c32cc791e1288e93a137ced9eab63d06ec7c044bea0bd080ceaef63f68151c94/RASMUSSKJELLERUP-22.jpg" data-mid="1400915" border="0" /&#62;&#60;img width="2000" height="2000" width_o="2000" height_o="2000" src_o="https://cortex.persona.co/t/original/i/d6e41669513e19869d73d54407d7e2b51f616bf128fc4b0828b28e3240ff7de5/RASMUSSKJELLERUP-14.jpg" data-mid="1400914" border="0" /&#62;&#60;img width="2000" height="2000" width_o="2000" height_o="2000" src_o="https://cortex.persona.co/t/original/i/97141a69cb775715247c03ae8f85e12c4fe7e37ce662f97a22036584b8696dac/RASMUSSKJELLERUP-13.jpg" data-mid="1400917" border="0" /&#62;&#60;img width="1333" height="2000" width_o="1333" height_o="2000" src_o="https://cortex.persona.co/t/original/i/68f8e30f4876c852efc0aed7715d11ac66b551539c513b888801d106b7dd963b/DRAG_KASPERVINDELV_2.jpg" data-mid="1415352" border="0" /&#62;&#60;img width="1333" height="2000" width_o="1333" height_o="2000" src_o="https://cortex.persona.co/t/original/i/407817051df75a4558f2ecd6ce02bd263a7b8d45ee474e6c1484ddf39c9d090b/DRAG_KASPERVINDELV_3.jpg" data-mid="1415353" border="0" /&#62;&#60;img width="1333" height="2000" width_o="1333" height_o="2000" src_o="https://cortex.persona.co/t/original/i/8d2ff44ad9d2651d1ea22bb48590df524a5b8428f662aa369d5d8221d6dab5bb/DRAG_KASPERVINDELV_1.jpg" data-mid="1415355" border="0" /&#62;

	&#60;img width="2000" height="1500" width_o="2000" height_o="1500" src_o="https://cortex.persona.co/t/original/i/ddde1f85bd3045cea168b5970bcdc0b5552ea19aa1ef5003167efbde2c1fb3ca/BIRGITTE_KLAHN_TRYK--6.jpg" data-mid="1400921" border="0" /&#62;&#60;img width="2000" height="1500" width_o="2000" height_o="1500" src_o="https://cortex.persona.co/t/original/i/470022ad8c72efd6d39c5f700c8b619d03397e9249900ac36d3c1845188e1a10/BIRGITTE_KLAHN_TRYK--5.jpg" data-mid="1400918" border="0" /&#62;&#60;img width="2000" height="1500" width_o="2000" height_o="1500" src_o="https://cortex.persona.co/t/original/i/c4888f338b2086439cae74366b2bbdd0ae9268b9f6c05b859d8b2652fc172fb1/BIRGITTE_KLAHN_TRYK-.jpg" data-mid="1400920" border="0" /&#62;
&#60;img width="1333" height="2000" width_o="1333" height_o="2000" src_o="https://cortex.persona.co/t/original/i/6d961edd17ceddc69f78a95841315d14750fad43a184f8ccac7678c0c3e06075/COLORPORTRAIT_KASPERVINDELV_2.jpg" data-mid="1415351" border="0" /&#62;&#60;img width="1333" height="2000" width_o="1333" height_o="2000" src_o="https://cortex.persona.co/t/original/i/ecea39cb3a8c249d6fa4e93fd1fd3281943753f76b29b14bf43142a6ea42e17b/COLORPORTRAIT_KASPERVINDELV_3.jpg" data-mid="1415354" border="0" /&#62;&#60;img width="1333" height="2000" width_o="1333" height_o="2000" src_o="https://cortex.persona.co/t/original/i/8d2ff44ad9d2651d1ea22bb48590df524a5b8428f662aa369d5d8221d6dab5bb/COLORPORTRAIT_KASPERVINDELV_4.jpg" data-mid="1415356" border="0" /&#62;&#60;img width="1333" height="2000" width_o="1333" height_o="2000" src_o="https://cortex.persona.co/t/original/i/5f3f62ea40998c87835388b4244dc6e87eca11b1295f5dc0241892cb61d9a6df/COLORPORTRAIT_KASPERVINDELV_1.jpg" data-mid="1415664" border="0" /&#62;


© 2025 Kasper Vindeløv - All rights reserved.</description>
		
		<excerpt>WORK&#38;nbsp; &#38;nbsp; INFO 	APERÇU DE LA PHOTOGRAPHIE  	  	    © 2025 Kasper Vindeløv - All rights reserved.</excerpt>

		<!--<wfw:commentRss></wfw:commentRss>-->

	</item>
		
		
	<item>
		<title>APERÇU DE LA PHTOGRAPHIE</title>
				
		<link>http://kasper.photo/APERCU-DE-LA-PHTOGRAPHIE</link>

		<comments></comments>

		<pubDate>Tue, 11 Mar 2025 18:40:10 +0000</pubDate>

		<dc:creator>Kasper Vindeløv</dc:creator>
		
		<category><![CDATA[]]></category>

		<guid isPermaLink="false">456183</guid>

		<description>WORK&#38;nbsp; &#38;nbsp; INFO
	APERÇU DE LA PHOTOGRAPHIE



	
	How to photograph:

Step one: "WAUW!" – something catches your eyes. This is the reaction and connection with what you are seeing. It’s personal and unique to you.
Step two: Point your camera – this is the framing of the photo. The story you are telling. What you keep in the frame and what you leave out.
Step three: Shoot! – this is the timing. When do you choose to press the shutter. There is no photo before or after the moment – only the very moment.

Choose your focal length:
You shouldn’t decide what focal length to go with based on the look you want in your photography. You should decide it on how close you can come to those you photograph and how comfortable you are at that distance.You can also choose a focal length like a 28mm to force yourself to get closer to people, if you're uncomfortable at that distance, and you want to practice being more comfortable.

Why shoot film?
Because it’s distractions free. Because you cannot edit on the go. You take the photos without thinking about them. You just shoot. If you could see the photos right after, like you can with digital, you start to edit while you shoot. You get distracted and forget to look at what you’re photographing. You lose the flow that, that careless energy that comes with a distraction free way of producing.Or you can always just put tape on your screen!
Shoot first – think afterwards
Trust your instinct. Your eyes and subconscious are faster than your mind. By the time your mind catches up, the photo is gone.It´s personal.Streetphotography is a very direct form of photography. The time from seeing the photo to take it is usually within a couple of secounds. Not much is preparred before shooting. You can choose focal lenght, aperture and shutterspeed, but not much else. I think it´s a very personal genre of photography because you really only shoot what you react and relate to. If not, you don´t feel the need to press the shutter.Why shoot film? 2To pratice timing. A great photo is about a great moment. And that can be gone in a sec. You can be lazy and shoot digital in burst – but you can also sharpen your senses and practice your timing, and get to know when to press the button. With film you get one try. It´s a skill worth sharpening... continues


	
</description>
		
		<excerpt>WORK&#38;nbsp; &#38;nbsp; INFO 	APERÇU DE LA PHOTOGRAPHIE    	 	How to photograph:  Step one: "WAUW!" – something catches your eyes. This is the reaction and...</excerpt>

		<!--<wfw:commentRss></wfw:commentRss>-->

	</item>
		
		
	<item>
		<title>info</title>
				
		<link>http://kasper.photo/info</link>

		<comments></comments>

		<pubDate>Tue, 11 Mar 2025 17:46:48 +0000</pubDate>

		<dc:creator>Kasper Vindeløv</dc:creator>
		
		<category><![CDATA[]]></category>

		<guid isPermaLink="false">456182</guid>

		<description>WORK&#38;nbsp; &#38;nbsp; INFO
	APERÇU DE LA PHOTOGRAPHIE

	&#60;img width="2316" height="2316" width_o="2316" height_o="2316" src_o="https://cortex.persona.co/t/original/i/9d3fffeb2029654b3c9cca052835fd111eb8d60688312fe001a19692eca907c1/KASPER_2024.jpg" data-mid="1399970" border="0" /&#62;

	KASPER VINDELØV (1989) LIVES AND WORKS IN AARHUS, DENMARK. PRODUCE AND SELFPUBLISH WORK THROUGH ZINES, BOOKS, EXHIBITIONS, PRINTS. ALSO HELPS OTHER PHOTOGRAPHERS CONCEPTUALIZE, SEQUENCE, AND LAYOUT THEIR WORK.&#38;nbsp; hellokasper@outlook.com 
 @kasperthephotographer
	
</description>
		
		<excerpt>WORK&#38;nbsp; &#38;nbsp; INFO 	APERÇU DE LA PHOTOGRAPHIE  	  	KASPER VINDELØV (1989) LIVES AND WORKS IN AARHUS, DENMARK. PRODUCE AND SELFPUBLISH WORK THROUGH ZINES,...</excerpt>

		<!--<wfw:commentRss></wfw:commentRss>-->

	</item>
		
		
	<item>
		<title>work</title>
				
		<link>http://kasper.photo/work</link>

		<comments></comments>

		<pubDate>Tue, 11 Mar 2025 14:30:34 +0000</pubDate>

		<dc:creator>Kasper Vindeløv</dc:creator>
		
		<category><![CDATA[]]></category>

		<guid isPermaLink="false">456181</guid>

		<description>WORK&#38;nbsp; &#38;nbsp; INFO
	APERÇU DE LA PHOTOGRAPHIE
01&#38;nbsp;ALMOST CONEY ISLAND

02&#38;nbsp;WEST LIFE
03&#38;nbsp;THIS IS MY FACE
04 PORTRAITS</description>
		
		<excerpt>WORK&#38;nbsp; &#38;nbsp; INFO 	APERÇU DE LA PHOTOGRAPHIE 01&#38;nbsp;ALMOST CONEY ISLAND  02&#38;nbsp;WEST LIFE 03&#38;nbsp;THIS IS MY FACE 04 PORTRAITS</excerpt>

		<!--<wfw:commentRss></wfw:commentRss>-->

	</item>
		
		
	<item>
		<title>start</title>
				
		<link>http://kasper.photo/start</link>

		<comments></comments>

		<pubDate>Tue, 11 Mar 2025 11:50:18 +0000</pubDate>

		<dc:creator>Kasper Vindeløv</dc:creator>
		
		<category><![CDATA[]]></category>

		<guid isPermaLink="false">456179</guid>

		<description>
	WORK&#38;nbsp; &#38;nbsp; INFO
	APERÇU DE LA PHOTOGRAPHIE




</description>
		
		<excerpt>WORK&#38;nbsp; &#38;nbsp; INFO 	APERÇU DE LA PHOTOGRAPHIE</excerpt>

		<!--<wfw:commentRss></wfw:commentRss>-->

	</item>
		
		
	<item>
		<title>west life</title>
				
		<link>http://kasper.photo/west-life</link>

		<comments></comments>

		<pubDate>Thu, 19 Sep 2024 11:24:58 +0000</pubDate>

		<dc:creator>Kasper Vindeløv</dc:creator>
		
		<category><![CDATA[]]></category>

		<guid isPermaLink="false">454303</guid>

		<description>WORK&#38;nbsp; &#38;nbsp; INFO
	APERÇU DE LA PHOTOGRAPHIE
&#60;img width="3790" height="2132" width_o="3790" height_o="2132" src_o="https://cortex.persona.co/t/original/i/5aada1b545da405b5f3af201c15d1f0565506eeff23aa884165014c3d31f2a0d/6-8-2022_10-57-50_PM-2c3cg1hb.jpg" data-mid="1378596" border="0" /&#62;&#60;img width="3790" height="2132" width_o="3790" height_o="2132" src_o="https://cortex.persona.co/t/original/i/3d38917dc71413f8162644b4950ccec89576eb6d98bc2fa182721f21c4d267d9/5-25-2022_4-56-03_PM-wlcz34c5.jpg" data-mid="1378587" border="0" /&#62;&#60;img width="3790" height="2132" width_o="3790" height_o="2132" src_o="https://cortex.persona.co/t/original/i/301e96dd234a75daa908bb5df3b1597b80c30e51ac4d97af77b993f327c5610b/5-25-2022_4-28-17_PM-incyhprc.jpg" data-mid="1378590" border="0" /&#62;&#60;img width="3790" height="2132" width_o="3790" height_o="2132" src_o="https://cortex.persona.co/t/original/i/f75fd08c149a8956869e3762ac17db6ab73c0d7aa64682b0a4c3825c7214b663/5-25-2022_5-15-09_PM-2xrnuctj.jpg" data-mid="1378591" border="0" /&#62;&#60;img width="3790" height="2132" width_o="3790" height_o="2132" src_o="https://cortex.persona.co/t/original/i/8a89022e65ff0f4f1362f3a2f1e923780a156fa2fe221e7560407a6dbb0ba960/5-25-2022_4-55-53_PM-hnhchtdx.jpg" data-mid="1378589" border="0" /&#62;&#60;img width="3790" height="2132" width_o="3790" height_o="2132" src_o="https://cortex.persona.co/t/original/i/6e400ff0da0683f2ccf57e1b2cd5d20297b1857c0e9aae9ccec48531ec2926b3/5-25-2022_5-17-11_PM-ecs3zon2.jpg" data-mid="1378585" border="0" /&#62;&#60;img width="3790" height="2132" width_o="3790" height_o="2132" src_o="https://cortex.persona.co/t/original/i/42aae256e11a405fcf77e797220327507c60c98ea2a07585b6c6547d5d5d78bf/6-8-2022_10-59-41_PM-voxxhz2v.jpg" data-mid="1378599" border="0" /&#62;&#60;img width="3790" height="2132" width_o="3790" height_o="2132" src_o="https://cortex.persona.co/t/original/i/0f36d690f37e51328e5e3605982f2a61584bbacbe776015ed8164413933af32a/5-25-2022_4-29-40_PM-ssqzjyo1.jpg" data-mid="1378584" border="0" /&#62;&#60;img width="3790" height="2132" width_o="3790" height_o="2132" src_o="https://cortex.persona.co/t/original/i/b220a29b118e5a4b4c63e6ed3115b927adbe9ea8c1a5e57885ac230b4a3f11e5/5-25-2022_5-18-47_PM-gksn4vdm.jpg" data-mid="1378588" border="0" /&#62;&#60;img width="3790" height="2132" width_o="3790" height_o="2132" src_o="https://cortex.persona.co/t/original/i/9ac7ac88341e8867bab4d9e5e888eb7dda1f76affdebb4747039979df2b03efa/5-25-2022_4-54-28_PM-l5ii33he.jpg" data-mid="1378592" border="0" /&#62;&#60;img width="3790" height="2132" width_o="3790" height_o="2132" src_o="https://cortex.persona.co/t/original/i/77d1504bcc161faed9968d9d4f3d414395a2dcb71efbb62476523d9a2545ae6e/5-25-2022_5-19-39_PM-qwwvyvi2.jpg" data-mid="1378597" border="0" /&#62;&#60;img width="3790" height="2132" width_o="3790" height_o="2132" src_o="https://cortex.persona.co/t/original/i/ce9a123e82a22cac967a48d8d1b0221d6fae5669cb045bb676c7eadebd90045d/6-8-2022_10-57-45_PM-s55e3xid.jpg" data-mid="1378593" border="0" /&#62;&#60;img width="3790" height="2132" width_o="3790" height_o="2132" src_o="https://cortex.persona.co/t/original/i/7b94575713b3a69490697cb507cf9e43322b631f8835dd2f303023a93eb93a91/6-8-2022_10-59-40_PM-3zemfn0h.jpg" data-mid="1378594" border="0" /&#62;&#60;img width="3790" height="2132" width_o="3790" height_o="2132" src_o="https://cortex.persona.co/t/original/i/8c20e8140d9459e75d88d0e2971507ad068ec2680e58c6e5c7457b267f91759f/5-25-2022_4-18-24_PM-b140jnn5.jpg" data-mid="1378583" border="0" /&#62;&#60;img width="3790" height="2132" width_o="3790" height_o="2132" src_o="https://cortex.persona.co/t/original/i/712a185aeb4d51d62f1a95d970fa6860b72c96cf0fca3516dd5fa1e734c3dd7a/5-25-2022_6-57-10_PM-y2s2a51t.jpg" data-mid="1378598" border="0" /&#62;&#60;img width="3790" height="2132" width_o="3790" height_o="2132" src_o="https://cortex.persona.co/t/original/i/3aee273d16f8fad714e1bbff50b44fc132a0be092ad1c8f0ebd3455f6b46cef6/5-25-2022_5-04-16_PM-cdqrwhnc.jpg" data-mid="1378586" border="0" /&#62;&#60;img width="3790" height="2132" width_o="3790" height_o="2132" src_o="https://cortex.persona.co/t/original/i/044a2782e1065313be4b15557d4dbadb606ec5a6f6fa07507777b9a2a89c7f9d/5-25-2022_5-19-19_PM-kpuiyk0f.jpg" data-mid="1378595" border="0" /&#62;
○ ● ○West Life

When a photographer is given a massive immersive world where everything is alive and explorable + an actual in-game camera = photos will be shot! Just like I shoot streetphotos now, I’m in the game just going down town with a camera, walk around and photograph whatever comes my way. Whatever the game throws my way really. It’s an exploration of game-details, how far the developers goes to make a world that feels alive. Every photo is taken with this old 4x5 in-game camera the player can take out of the bag when needed. Game: Red Dead Redemtion 2

© 2025 Kasper Vindeløv - All rights reserved.</description>
		
		<excerpt>WORK&#38;nbsp; &#38;nbsp; INFO 	APERÇU DE LA PHOTOGRAPHIE  ○ ● ○West Life  When a photographer is given a massive immersive world where everything is alive and...</excerpt>

		<!--<wfw:commentRss></wfw:commentRss>-->

	</item>
		
		
	<item>
		<title>this is my face</title>
				
		<link>http://kasper.photo/this-is-my-face</link>

		<comments></comments>

		<pubDate>Tue, 17 Sep 2024 08:26:47 +0000</pubDate>

		<dc:creator>Kasper Vindeløv</dc:creator>
		
		<category><![CDATA[]]></category>

		<guid isPermaLink="false">454295</guid>

		<description>WORK&#38;nbsp; &#38;nbsp; INFO
	APERÇU DE LA PHOTOGRAPHIE


	Left: before T


	Right: 24 months on T




This Is My Face
For two years, Malte and I took his portrait against this white background. We did this to document the physical changes in his face as he started testosterone. We felt there wasn’t much visual documentation out there, and we wanted to contribute.
Go to project site 



© 2025 Kasper Vindeløv - All rights reserved.
</description>
		
		<excerpt>WORK&#38;nbsp; &#38;nbsp; INFO 	APERÇU DE LA PHOTOGRAPHIE   	Left: before T   	Right: 24 months on T     This Is My Face For two years, Malte and I took his portrait...</excerpt>

		<!--<wfw:commentRss></wfw:commentRss>-->

	</item>
		
		
	<item>
		<title>almost coney island</title>
				
		<link>http://kasper.photo/almost-coney-island</link>

		<comments></comments>

		<pubDate>Tue, 28 May 2024 12:29:25 +0000</pubDate>

		<dc:creator>Kasper Vindeløv</dc:creator>
		
		<category><![CDATA[]]></category>

		<guid isPermaLink="false">453128</guid>

		<description>WORK&#38;nbsp; &#38;nbsp; INFO
	APERÇU DE LA PHOTOGRAPHIE
&#60;img width="3000" height="2000" width_o="3000" height_o="2000" src_o="https://cortex.persona.co/t/original/i/d83a265e6ed16617b8636d0f41c14968124beae7c80d878824c6a5e75ccffc47/Almost_Coney_Island_Kasper_Vindelv_-4061.jpg" data-mid="1365709" border="0" data-scale="100"/&#62;&#60;img width="3000" height="2000" width_o="3000" height_o="2000" src_o="https://cortex.persona.co/t/original/i/8289cde0ffc895438ae50d143617c2276fa0c6ffad9bf096fe09e1058b064322/Almost_Coney_Island_Kasper_Vindelv_-3954.jpg" data-mid="1365698" border="0" data-scale="100"/&#62;&#60;img width="3000" height="2000" width_o="3000" height_o="2000" src_o="https://cortex.persona.co/t/original/i/e5e40f6d4bd05cd16feb37d09be907d79298a565ee7ec4aa58ffceb000d95473/Almost_Coney_Island_Kasper_Vindelv_-4050.jpg" data-mid="1365704" border="0" data-scale="100"/&#62;&#60;img width="3000" height="2000" width_o="3000" height_o="2000" src_o="https://cortex.persona.co/t/original/i/3f3c58ab7f50ec740c9c1da7668bc2fb10afdd92b6a854600b87cc0cc07e15f3/Almost_Coney_Island_Kasper_Vindelv_-4008.jpg" data-mid="1365714" border="0" data-scale="100"/&#62;&#60;img width="3000" height="2000" width_o="3000" height_o="2000" src_o="https://cortex.persona.co/t/original/i/221cea4234393e2273f47a99ac4f96e07c2689019b07fd2e576d683ee368647b/Almost_Coney_Island_Kasper_Vindelv_-3998.jpg" data-mid="1365715" border="0" data-scale="100"/&#62;&#60;img width="3000" height="2000" width_o="3000" height_o="2000" src_o="https://cortex.persona.co/t/original/i/f2c66010421332675776a75ac3b2bf3b26c7c2da82ded46807237a51180d5a9e/Almost_Coney_Island_Kasper_Vindelv_-4063.jpg" data-mid="1365716" border="0" data-scale="100"/&#62;&#60;img width="3000" height="2000" width_o="3000" height_o="2000" src_o="https://cortex.persona.co/t/original/i/dfac7c736ea748bd7d2f12f8c5392dca2d668dc53d3bba27ac957924d51343f1/Almost_Coney_Island_Kasper_Vindelv_-3987.jpg" data-mid="1365703" border="0" data-scale="100"/&#62;&#60;img width="3000" height="2000" width_o="3000" height_o="2000" src_o="https://cortex.persona.co/t/original/i/60d614e2b23d49b249cf9b726003a3918866d1670dc9de89e54f4ee378b44362/Almost_Coney_Island_Kasper_Vindelv_-3956.jpg" data-mid="1365701" border="0" data-scale="100"/&#62;&#60;img width="3000" height="2000" width_o="3000" height_o="2000" src_o="https://cortex.persona.co/t/original/i/8ccf019a2f262b43df55fcff4e9cd32ada48e392b2b926c103c372b16ca2c601/Almost_Coney_Island_Kasper_Vindelv_-3934.jpg" data-mid="1365700" border="0" data-scale="100"/&#62;&#60;img width="3000" height="2000" width_o="3000" height_o="2000" src_o="https://cortex.persona.co/t/original/i/08d3530888002c7124023c15f7965aa21f31934bfae29bdceff44ebaed5804a9/Almost_Coney_Island_Kasper_Vindelv_-3989.jpg" data-mid="1365710" border="0" data-scale="100"/&#62;&#60;img width="3000" height="2000" width_o="3000" height_o="2000" src_o="https://cortex.persona.co/t/original/i/a133a52d97c1e00ffa72f69b69ec662e60d55c454c2acac0ce8bc62ff96800ff/Almost_Coney_Island_Kasper_Vindelv_-4059.jpg" data-mid="1365708" border="0" data-scale="100"/&#62;&#60;img width="3000" height="2000" width_o="3000" height_o="2000" src_o="https://cortex.persona.co/t/original/i/1a95aaa5767dd220411d239c0d8548b5c997ae7963c227dcb9e1b6f7989d2c68/Almost_Coney_Island_Kasper_Vindelv_-3973.jpg" data-mid="1365699" border="0" data-scale="100"/&#62;&#60;img width="3000" height="2000" width_o="3000" height_o="2000" src_o="https://cortex.persona.co/t/original/i/5e15d46e2c94f5856d6532be346bf0b3ba8aa150961257d8f998f9dfa56d85bb/Almost_Coney_Island_Kasper_Vindelv_-4082.jpg" data-mid="1365711" border="0" data-scale="100"/&#62;&#60;img width="3000" height="2000" width_o="3000" height_o="2000" src_o="https://cortex.persona.co/t/original/i/538dfa79c68ee135b7895f04b5ce694518493c45a0016781bff75c2ef79e0862/Almost_Coney_Island_Kasper_Vindelv_-4074.jpg" data-mid="1365705" border="0" data-scale="100"/&#62;
○ ● ○Almost Coney Island

In Brooklyn, New York there's a place called Coney Island. It's theme park down at the beach (you probably know it). A place filled with colors, sunlight (on sunny days), people of all kind and a really BIG Ferris wheel. It's quite and iconic place. In August 2019 Aarhus, Jutland (Denmark) hosted Tall Ship's Races. It transformed the whole harbor. Big white sails and colorful flags waving from the ships in the wind. The sound of distant live music. Foreign people speaking in foreign languages. The smell of street food. Sunshine. and a really BIG Ferris wheel. Almost like Coney Island.
YEAR: 2019 · THIS PROJECT IS SELF-PUBLISHED AS A ZINE

© 2025 Kasper Vindeløv - All rights reserved.
</description>
		
		<excerpt>WORK&#38;nbsp; &#38;nbsp; INFO 	APERÇU DE LA PHOTOGRAPHIE  ○ ● ○Almost Coney Island  In Brooklyn, New York there's a place called Coney Island. It's theme park down...</excerpt>

		<!--<wfw:commentRss></wfw:commentRss>-->

	</item>
		
	</channel>
</rss>