Skip to content

Python web app that allows users to upload their own photos and create unique composite images. Built with FastAPI, Wand, and Canvas API.

License

Notifications You must be signed in to change notification settings

susieward/python-image-editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python-image-editor

Experimental, WIP web app for playing around with python's Wand library. Allows users to upload images and create their own unique composites out of them by leveraging Wand's Drawing API + composite operators. Built with FastAPI.

https://apparition.xfilesgenerator.com

Examples

alt text alt text alt text

Setup

  1. git clone
  2. python3 -m venv env
  3. source env/bin/activate
  4. pip install -r requirements.txt
  5. uvicorn main:app --reload

About

Python web app that allows users to upload their own photos and create unique composite images. Built with FastAPI, Wand, and Canvas API.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published