A simple web app to blur brand logotypes in images, simulate foveal vision, and apply attention-based blur. Upload an image, adjust settings, and download the result.
- Image upload — drag & drop or click to select (PNG, JPG, WebP)
- Region selection — draw rectangles over brand logos to blur
- Adjustable blur — slider from 1px to 50px
- Live preview — see the blur applied in real time
- Download — export the processed image as PNG
npm install
npm run devOpen http://localhost:5173 in your browser.
- Upload an image containing brand logotypes
- Click and drag on the image to draw a box around each logo
- Use the blur intensity slider to set how strong the blur should be
- Click Download result to save the processed image
npm run build
npm run previewPushes to main automatically deploy to Vercel.