feat: ui improvments
This commit is contained in:
parent
92a9dccc00
commit
b1d9d3fa5e
14 changed files with 366 additions and 190 deletions
37
README.md
37
README.md
|
@ -1,5 +1,5 @@
|
|||
# **OptimaLab35**
|
||||
_Last updated: 28 Jan 2025_
|
||||
_Last updated: 02 Feb 2025 (v.0.9.0)_
|
||||
|
||||
## **Overview**
|
||||
|
||||
|
@ -10,13 +10,12 @@ It serves as a GUI for the [OPTIMA35 library](https://gitlab.com/CodeByMrFinchum
|
|||
---
|
||||
|
||||
## **Current Status**
|
||||
### **Alpha Stage**
|
||||
### **Early Development**
|
||||
OptimaLab35 is actively developed using **PySide6** and **Qt**, providing a modern interface for **OPTIMA35**.
|
||||
|
||||
OptimaLab35 is built using **PySide6** and **Qt**, offering a modern and flexible interface for **OPTIMA35**.
|
||||
The program is still in its early stages, and features may change drastically over time. Some features might be added but later removed if they don't prove useful. Expect significant changes to the UI and functionality between updates.
|
||||
|
||||
The program is under **active development**, and while versions released on PyPI should not contain major bugs, occasional issues may arise.
|
||||
|
||||
For the most accurate and detailed update information, please refer to the well-maintained [**CHANGELOG**](https://gitlab.com/CodeByMrFinchum/OptimaLab35/-/blob/main/CHANGELOG.md), as this README may occasionally lag behind the latest updates.
|
||||
For the most accurate and detailed update information, please refer to the [**CHANGELOG**](https://gitlab.com/CodeByMrFinchum/OptimaLab35/-/blob/main/CHANGELOG.md) as the readme might lack behind.
|
||||
|
||||
---
|
||||
|
||||
|
@ -28,8 +27,8 @@ For the most accurate and detailed update information, please refer to the well-
|
|||
- Adjust brightness and contrast
|
||||
- Add customizable text-based watermarks
|
||||
|
||||
### **Image preview**
|
||||
- Load a single image and see how change in brightness and contrast changes the image
|
||||
### **Image Preview**
|
||||
- Load a single image and see how changes in brightness and contrast affect the image
|
||||
|
||||
### **EXIF Management**
|
||||
- Add EXIF data using a simple dictionary
|
||||
|
@ -39,6 +38,10 @@ For the most accurate and detailed update information, please refer to the well-
|
|||
- Automatically adjust EXIF timestamps based on image file names
|
||||
- Add GPS coordinates to images
|
||||
|
||||
### **Updater**
|
||||
- Checks for updates on PyPI, automatically downloads and installs the latest version
|
||||
- Restarts the program after update
|
||||
|
||||
---
|
||||
|
||||
## **Installation**
|
||||
|
@ -50,17 +53,13 @@ pip install OptimaLab35
|
|||
|
||||
---
|
||||
|
||||
## Preview GUI
|
||||
## Preview GUI **0.9.0**
|
||||
**PREVIEW** might be out of date.
|
||||
|
||||
**Main tab**
|
||||
|
||||
{width=40%}
|
||||
|
||||
**Preview window**
|
||||
|
||||
{width=40%}
|
||||
|
||||
**Exif tab**
|
||||
|
||||
{width=40%}
|
||||
|
@ -69,6 +68,18 @@ pip install OptimaLab35
|
|||
|
||||
{width=40%}
|
||||
|
||||
**Preview window**
|
||||
|
||||
{width=40%}
|
||||
|
||||
**About**
|
||||
|
||||
{width=40%}
|
||||
|
||||
**Updater**
|
||||
|
||||
{width=40%}
|
||||
|
||||
---
|
||||
|
||||
# Use of LLMs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue