
With this website you can emulate the infamous viral AI filter Sony announced along with the new Xperia 1 VIII flagship smartphone. You can find the original tweet by Sony here, and read more about the Xperia 1 VIII features here.



The short version: This tool runs entirely inside your web browser. Your photos are never uploaded to the internet, sent to a server, or stored anywhere. The editing and image generation happen right on your own device. As soon as you refresh or close this tab, the local memory is cleared.
This application utilizes pure client-side technology (HTML, CSS, and JavaScript) and requires zero backend infrastructure. When you select a photo, your browser uses an API called URL.createObjectURL() to generate a temporary, local-only memory link to the file on your hard drive. The visual "edits" you see instantly are applied using standard CSS rendering.
When you click "Download", a JavaScript creates an invisible HTML5 <canvas> element in your browser's active memory. It draws the original image, applies the CSS filters to the right side, renders the text and layout natively, and compiles a single high-resolution image file for you to save. Because no data is transmitted over a network, the process is instantaneous and completely private.
made by @erripis