Automatically crops images by removing transparent areas and uniform backgrounds.
- Removes transparent areas (PNG, GIF, WEBP)
- Removes uniform/solid backgrounds (JPEG)
- Drag-and-drop upload
- In-memory processing — no files saved to disk
- Light and dark mode
- Python 3.13 + FastAPI
- Pillow + NumPy for image processing
- Docker support
docker run -p 5000:5000 ghcr.io/pianonic/croptransparent:latestOr with Docker Compose:
docker compose uppip install -r requirements.txt
python asgi.pyOpen http://localhost:5000.

