Skip to content

imgman is an image manipulation website which provides options for converting an image to blur, black and white, grayscale, pdf

License

Notifications You must be signed in to change notification settings

pratyusha0710/imgman

 
 

Repository files navigation

imgman

imgman is an image manipulation website built with django, which provides options for converting an image to blur, black and white, grayscale, pdf.

Table Of Content

Screenshots

![Screenshot (1)]

![Screenshot (2)]

![Screenshot (3)]

Background

This project, imgman, is a project initiative founded by https://github.com/kailashchoudhary11. It is a platform that allows users to manipulate images.

Architecture

  • Django
  • img2pdf
  • Pillow
  • sqlite3
  • OpenCV

Project Folder Structure

├── 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

Objectives

  • Create a website that allows users to manipulate images
  • finish the homepage
  • finish the readme
  • other objectives

Technologies Used

  • HTML/CSS/Javascript (Frontend)
  • Django - Framework, Python(Backend)
  • GIT (Version Control)
  • sqlite3 (Database)

imgman Features

  • Upload an image
  • choose a filter
  • export the image
  • integrate with other image manipulation libraries

Key features and release dates

Landing page Upload Page User Dashboard

Project Status

Project is : Development

Contributing To The Project

In order to contribute to the project and setup the project locally refer to Contributing File.

License

This Project is Licensed Under MIT License

Code of Conduct

Please Follow Our Code Of Conduct.

Contributors

Big thanks to all the Contributors!

Happy Coding

forthebadge

About

imgman is an image manipulation website which provides options for converting an image to blur, black and white, grayscale, pdf

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 72.8%
  • HTML 17.3%
  • CSS 9.9%