Skip to content

SulaimanNiazi/Image-Gamma-Transformer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Image Gamma Transformer

A Python project that takes an image file path as input and performs gamma transformations.

Table of Contents

Features

  • 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.

Installation

  1. Clone the repository:
    git clone https://github.com/SulaimanNiazi/Image-Gamma-Transformer.git
  2. Navigate to the project directory:
    cd Image-Gamma-Transformer
  3. Install the required dependencies:
    py -m pip install -r requirements.txt

Usage

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.

Requirements

  • 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!