Skip to content

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

Notifications You must be signed in to change notification settings

Trunkg0d/Image_Transform_Web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published