Paris, France

Mazarine

Take a classical painting an add an extra edge to bring it to life. Together with Aurèce Vettier we added new layers and brought the paintings story to life. With our special techniques and comfy UI we are able to bring any painting to life.

204 no-content" and auréce vettier (FR) present "everything takes place as it did not exist (a transfiguration)", a breakthrough piece where the painting serves as the physical vessel for an imaginative mapping projection.A journey evoking an inflection point in one's life, the passage from one world to another, surrounded by an imaginary but reassuring nature, a four-eyed black cat, and formidable atmospheric phenomena.

Client

Aurèce Vettier

Media

related cases

get in touch

In need of expertise to develop your idea or just want to add an extra bit of magic to your space? We got you! Get in touch so that we can create together.

Get in touch

// Wait for the DOM to be ready document.addEventListener("DOMContentLoaded", function() { // Get the button element by its ID var button = document.getElementById('controlnetbutton-1'); // Check if the button element exists if(button) { // Add a click event listener to the button button.addEventListener('click', function() { // Trigger the click event of the button on the other page triggerButtonClickOnOtherPage(); }); } // Function to trigger the button click on the other page function triggerButtonClickOnOtherPage() { // You need to replace 'other-page-button-id' with the ID of the button on the other page var otherPageButton = document.getElementById('controlnetbutton'); // Check if the button on the other page exists if(otherPageButton) { // Trigger a click event on the button otherPageButton.click(); } else { console.error('Button on the other page not found!'); } } });