OptimaLab35/README.md

114 lines
4.2 KiB
Markdown
Raw Normal View History

2025-01-03 16:26:17 +00:00
# **OptimaLab35**
Last updated: 06 Mar 2025 (v.1.0.0)
2025-01-03 12:20:39 +01:00
2025-01-03 16:26:17 +00:00
## **Overview**
2024-12-10 15:39:10 +01:00
**OptimaLab35** enhances **OPTIMA35** (**Organizing, Processing, Tweaking Images, and Modifying scanned Analogs from 35mm Film**) by offering a user-friendly graphical interface for efficient image and metadata management.
2024-12-10 15:44:44 +01:00
It serves as a GUI for the [OPTIMA35 library](https://gitlab.com/CodeByMrFinchum/optima35), providing an intuitive way to interact with the core functionalities.
---
2024-12-30 20:19:49 +00:00
2025-01-03 16:26:17 +00:00
## **Current Status**
2025-03-06 21:33:26 +00:00
The program has reached a stable release. All functions have been tested, and there should be *no* bugs.
While there is always room for additional features and optimizations, the core functionality is complete and reliable.
---
## **Features**
### **Image Processing**
- Resize images (upscale or downscale)
- Convert images to grayscale
- Adjust brightness and contrast
- Add customizable text-based watermarks
2025-01-03 16:26:17 +00:00
2025-02-02 12:22:46 +00:00
### **Image Preview**
- Load a single image and see how changes in brightness and contrast affect the image
2025-01-03 16:26:17 +00:00
### **EXIF Management**
- Add EXIF data using a simple dictionary
- Copy EXIF data from the original image
- Remove EXIF metadata completely
- Add timestamps (e.g., original photo timestamp)
- Automatically adjust EXIF timestamps based on image file names
- Add GPS coordinates to images
### **Settings**
- Option to use `PyQtDarkTheme` and select Dark, Light, or auto theme
2025-02-02 12:22:46 +00:00
- Checks for updates on PyPI, automatically downloads and installs the latest version
---
2025-01-03 16:26:17 +00:00
## **Installation**
2025-01-03 16:26:17 +00:00
Install via **pip** (dependencies are handled automatically):
2025-01-03 16:26:17 +00:00
```bash
2025-01-03 12:20:39 +01:00
pip install OptimaLab35
```
---
## GUI Preview
The layout remains consistent with v1.0.0.
The UI is OS-dependent, but a custom theme can be enabled in the settings.
2025-01-03 19:20:10 +00:00
**Main tab**
![main](https://gitlab.com/CodeByMrFinchum/OptimaLab35/-/raw/main/media/mainwindow_light.png){width=40%}
![main](https://gitlab.com/CodeByMrFinchum/OptimaLab35/-/raw/main/media/mainwindow_dark.png){width=40%}
2025-01-13 14:53:43 +00:00
2025-01-03 19:20:10 +00:00
**Exif tab**
![main](https://gitlab.com/CodeByMrFinchum/OptimaLab35/-/raw/main/media/mainwindow_exif_light.png){width=40%}
![main](https://gitlab.com/CodeByMrFinchum/OptimaLab35/-/raw/main/media/mainwindow_exif_dark.png){width=40%}
2025-01-03 19:20:10 +00:00
2025-02-02 12:22:46 +00:00
**Preview window**
![main](https://gitlab.com/CodeByMrFinchum/OptimaLab35/-/raw/main/media/previewwindow_light.png){width=40%}
![main](https://gitlab.com/CodeByMrFinchum/OptimaLab35/-/raw/main/media/previewwindow_dark.png){width=40%}
2025-02-02 12:22:46 +00:00
**Settings**
2025-02-02 12:22:46 +00:00
![main](https://gitlab.com/CodeByMrFinchum/OptimaLab35/-/raw/main/media/settingswindow_light.png){width=40%}
![main](https://gitlab.com/CodeByMrFinchum/OptimaLab35/-/raw/main/media/settingswindow_dark.png){width=40%}
2025-02-02 12:22:46 +00:00
**Updater**
![main](https://gitlab.com/CodeByMrFinchum/OptimaLab35/-/raw/main/media/settingswindow_updater_light.png){width=40%}
![main](https://gitlab.com/CodeByMrFinchum/OptimaLab35/-/raw/main/media/settingswindow_updater_dark.png){width=40%}
2025-02-02 12:22:46 +00:00
---
2024-12-17 11:25:44 +00:00
# Contribution
Thanks to developer [Mr Finch](https://gitlab.com/MrFinchMkV) for contributing to this project.
## Use of LLMs
In the interest of transparency, I disclose that Generative AI (GAI) large language models (LLMs), including OpenAIs ChatGPT and Ollama models (e.g., OpenCoder and Qwen2.5-coder), have been used to assist in this project.
2024-12-10 15:39:10 +01:00
### Areas of Assistance:
2024-12-10 15:39:10 +01:00
- Project discussions and planning
- Spelling and grammar corrections
- Suggestions for suitable packages and libraries
- Guidance on code structure and organization
In cases where LLMs contribute directly to code or provide substantial optimizations, such contributions will be disclosed and documented in the relevant sections of the codebase.
2024-12-30 20:19:49 +00:00
**Ollama**
- mradermacher gguf Q4K-M Instruct version of infly/OpenCoder-1.5B
- unsloth gguf Q4K_M Instruct version of both Qwen/QWEN2 1.5B and 3B
#### References
2024-12-17 11:25:44 +00:00
1. **Huang, Siming, et al.**
*OpenCoder: The Open Cookbook for Top-Tier Code Large Language Models.*
2024. [PDF](https://arxiv.org/pdf/2411.04905)
2. **Hui, Binyuan, et al.**
*Qwen2.5-Coder Technical Report.*
*arXiv preprint arXiv:2409.12186*, 2024. [arXiv](https://arxiv.org/abs/2409.12186)
3. **Yang, An, et al.**
*Qwen2 Technical Report.*
*arXiv preprint arXiv:2407.10671*, 2024. [arXiv](https://arxiv.org/abs/2407.10671)