Skip to content

Latest commit

 

History

History
46 lines (29 loc) · 958 Bytes

README.md

File metadata and controls

46 lines (29 loc) · 958 Bytes

PiMageKit

PiMageKit is a compact web tool built with Flask for quick image adjustments. Easily remove backgrounds, strip metadata, resize, and crop images. It serves as a Python proof of concept for image processing.

Getting Started

Prerequisites

Ensure you have Python and pip installed on your system.

Installation

Clone the repository:

git clone https://example.com/pimagekit.git

Navigate into the project directory:

cd pimagekit

Install the required dependencies:

pip install -r requirements.txt

Running PiMageKit

Launch the application:

python app.py

Access PiMageKit in your browser at http://127.0.0.1:5000.

Usage

Upload an Image: Select an image file to upload. Choose an Action: Pick from removing backgrounds, stripping metadata, resizing, or cropping. Process: Click "Process" to apply the selected action to your image. Enjoy tweaking your images with PiMageKit!