pulkitpareek18 / PixelShift

PixelShift is a simple Image Converting website created using Flask that can convert Images to PNG, JPG, JPEG, WEBP, BMP, TIF, TIFF, and Grayscale also.

Home Page:https://pixelshift.pythonanywhere.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PixelShift

PixelShift is a simple Image Editing website created using Flask that can convert the Image format to PNG, JPG, JPEG, WEBP, BMP, TIF, TIFF, and Grayscale also.

Requirements

Requires Python version 3.10 and packages included in requirements.txt.

Demo

https://pixelshift.pythonanywhere.com

Run Locally

Make sure to install Python 3.10 before proceeding further.

Clone the project

  git clone https://github.com/pulkitpareek18/PixelShift

Go to the project directory

  cd PixelShift

Install dependencies

  pip install -r requirements.txt

Start the server

  python main.py

Features

  • Can convert the Image format to PNG, JPG, JPEG, WEBP, BMP, TIF, TIFF
  • Can convert Images to GrayScale
  • Default Dark Mode

Acknowledgements

Authors

  • @pulkitpareek18
  • Currently, Pulkit Pareek is the only author fo this project. Contributions are always welcome!

Contributing

Contributions are always welcome!
If you have any new ideas or have found a bug, please don't hesitate to open a Pull Request.

License

MIT

Support

For support, email pulkitpareekofficial@gmail.com or ask any query on Twitter.

About

PixelShift is a simple Image Converting website created using Flask that can convert Images to PNG, JPG, JPEG, WEBP, BMP, TIF, TIFF, and Grayscale also.

https://pixelshift.pythonanywhere.com

License:MIT License


Languages

Language:HTML 53.7%Language:Python 25.6%Language:JavaScript 13.0%Language:CSS 7.6%