/Image_Transform_Web

This is a website that helps with image processing such as color transformation, geometric transformation, smoothing, edge detection

Primary LanguageHTML

Image Transformation Website

Description

Explore our Picture Magic website to make your photos look cool! You can change colors, make shapes different, smooth things out, and even find the edges of objects.

Getting Started

Dependencies

To orchestrate this symphony of transformation, ensure you have the required packages installed. Create a new Anaconda environment and install the packages using the following command:

  • Create new env and install pip:
conda create --name <your_env_name> pip
  • Activate your env:
conda activate <your_env_name>
  • Install packages
pip install -r requirements.txt

Installing

Download the project from GitHub either as a zip folder or by executing the following command:

git clone https://github.com/Trunkg0d/Image_Transform_Web.git

Executing program

To breathe life into the alchemy of pixels, navigate to the project directory and run the program:

cd Image_Transform_Web
python app.py

Authors

Contributors names and contact info

@Trunkg0d

Version History

  • 0.2
  • 0.1
    • Initial Release featuring Color Transformation
      • Brightness Transformation
      • Contrast Transformation
      • Brightness and Contrast Transformation
      • Histogram Equalization
      • Histogram Specification

License

Acknowledgments

Eternal gratitude to the wizards and sorceresses of open-source magic.