An open API service indexing awesome lists of open source software.

https://github.com/lilsuperuser/edify-x

An open-source offline image manipulation software
https://github.com/lilsuperuser/edify-x

Last synced: 12 months ago
JSON representation

An open-source offline image manipulation software

Awesome Lists containing this project

README

          

# **Edify-X 🖌️ - An Open-Source Offline Image Manipulation Program**

## **So, what is Edify-X?**

**Edify-X** is a cross-platform image editing tool designed for those who prefer an offline, open-source alternative for manipulating images with precision. Whether you're adjusting colors, applying filters, etc., Edify-X provides a lightweight yet powerful environment to bring your creative ideas to life.

---

## **Features**

### 🎨 **Essential Editing Tools**
- Crop, resize, rotate, and adjust images with ease.

### 🔍 **Zoom & Pan**
- Navigate through high-resolution images effortlessly.

### 🖌️ Customizable Brush
- Use Customizable brush (size and color) to draw on the loaded image.

### 🖼️ **Format Support**
- Import and export images in multiple formats including **PNG, JPG, JPEG**

### ⚡ **Offline & Lightweight**
- No internet required—designed for fast performance even on low-end devices.

---

## **Installation & Usage**

### For Linux

#### With Virtual Environment
```bash
git clone https://github.com/LilSuperUser/Edify-X.git
python -m venv env
source ./env/bin/activate
pip install -r requirements.txt
python main.py
```

#### Without Virtual Environment
```bash
git clone https://github.com/LilSuperUser/Edify-X.git
pip install -r requirements.txt
python main.py
```

### For Windows

#### with Virtual Environment
```bash
git clone https://github.com/LilSuperUser/Edify-X.git
python3 -m venv env
env\scripts\activate
pip install -r requirements.txt
python main.py
```

#### Without Virtual Environment
```bash
git clone https://github.com/LilSuperUser/Edify-X.git
pip install -r requirements.txt
python main.py
```

---

## **License**

This project is licensed under the GPL v3 License. You are free to use, modify, and distribute this software under the terms of the [GPL v3 license](./LICENSE)