Marie Reintjes

Marie Reintjes seems able to analyse the landscape with razor-sharp precision and reduce it to a few swift brushstrokes. Her use of colour is certainly just as important in capturing the atmosphere of the moment and the landscape. Reintjes combines her choice of everyday subjects with her photographic framing in a way that—it must be magic—creates an almost cinematic setting.

Marie Reintjes (, 1990) works in Arnhem.

mariereintjes.com

Marie Reintjes
work

Marie Reintjes
archive

no_exhibitions

		SELECT
			cdg_2026__events.id,
			cdg_2026__events.name,
			cdg_2026__events.clean_name,
			cdg_2026__events.timestamp,
			cdg_2026__events.timestamp_end
			,cdg_2026__items.image_bank_id
			,cdg_2026__items.large_pic
		FROM cdg_2026__events, cdg_2026__meta_rel, cdg_2026__items
		WHERE 1
			AND cdg_2026__meta_rel.rel_type = 'artist'
			AND cdg_2026__meta_rel.rel_id = 93
			AND cdg_2026__meta_rel.item_type = 'event'
			AND cdg_2026__meta_rel.item_id = cdg_2026__events.id
			AND cdg_2026__events.visible = '100'
			AND cdg_2026__items.rel_id = cdg_2026__events.id
			AND cdg_2026__items.rel_type = 'event'
		ORDER BY cdg_2026__events.timestamp ASC
	
×