imgman is a unique web app which provides myriad of image manipulation options like blurring of image, black and white filters, converting to pdf, adding grayscale effect, resizing the image. It's built with django, a python web framework.
You can visit the website over here
In order to get you started, just make sure to check out our Contributing file.
There you will find the instructions to build your environment and run the app!
Uploaded base image:
Results:
This project, imgman, is an initiative by Kailash Choudhary. It is a platform that allows users to apply unique filters and manipulate images and export them.
├── imgman
│ ├── __init__.py
│ ├── asgi.py
│ ├── settings.py
│ ├── urls.py
│ └── wsgi.py
├── sinimg
│ ├── __init__.py
│ ├── admin.py
│ ├── apps.py
│ ├── migrations
│ │ ├── 0001_initial.py
│ │ ├── __init__.py
│ │ └── __pycache__
│ │ ├── 0001_initial.cpython-38.pyc
│ │ └── __init__.cpython-38.pyc
│ ├── templates
│ │ ├── sinimg
│ │ │ ├── process.html
│ │ │ ├── select_choice.html
│ │ │ └── upload.html
│ ├── forms.py
│ ├── models.py
│ ├── helpers.py
│ ├── tests.py
│ ├── urls.py
│ └── views.py
├── templates
│ ├── base.html
│ └── index.html
├── .gitignore
├── code_of_conduct.md
├── CONTRIBUTING.md
├── LICENSE
├── manage.py
├── README.md
└── requirements.txt
Landing page Upload Page User Dashboard
Project is under Development
In order to contribute to the project and setup the project locally refer to Contributing File.
Also Please Join our Discord Server For Discussion Related to the project!
This Project is Licensed Under MIT License
Big thanks to all the Contributors!