A Python project that takes an image file path as input and performs gamma transformations.
- Image Input: The program accepts an image file path.
- Dynamic Processing: Transformations or operations can be applied to the input image.
- Interactive Prompt: The script prompts the user for the file path.
- Clone the repository:
git clone https://github.com/SulaimanNiazi/Image-Gamma-Transformer.git
- Navigate to the project directory:
cd Image-Gamma-Transformer
- Install the required dependencies:
py -m pip install -r requirements.txt
Run the Python script:
python '.\Gamma Transformer.py'
The program will prompt for the file path to an image:
Enter the image file path: path/to/image.jpg
Provide the path, and the script will process the image.
- Python 3.7 or higher
- Required Python libraries (install using
requirements.txt
)
Feel free to reach out for collaboration or if you have any questions!