Skip to content

yuvarajaug-ctrl/Image-Editing-App

Repository files navigation

Image Editing App

A simple image editing application built with Python and PyQt5.

🚀 Quick Start (One-Click)

If you don't have Python installed, you can just download and run the standalone Windows Executive ($ .exe $) file: 👉 Download ImageEditingApp.exe (Just click and run!)

Features

  • Rotate: 90 degrees Left or Right.
  • Mirror: Horizontal flip.
  • Filters: Black & White, Sharpness, Blur, Saturation, Contrast.
  • Save: Export edited images in various formats (PNG, JPG, JPEG).

Prerequisites

  • Python 3.x
  • PyQt5
  • Pillow (PIL)

Installation

  1. Clone the repository:

    git clone https://github.com/your-username/image-editing-app.git
    cd image-editing-app
  2. Install dependencies:

    pip install -r requirements.txt

Usage

Run the application using Python:

python ImageEditingApp.py

Demo

Check out the demo recording: Sample Screen Recording.mp4

Optimization Note

This version is optimized for efficiency:

  • Uses in-memory image processing to minimize disk I/O.
  • Lightweight UI using PyQt5 for low CPU and memory usage.
  • Standard libraries only to keep it clean.

About

A professional, high-performance image editing application built with Python and PyQt5. Optimized for low-power usage with in-memory image processing. Features rotation, mirroring, sharpness, contrast, and more.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages