feat: Moving some readme parts to new wiki. #7
4 changed files with 26 additions and 36 deletions
|
|
@ -1,5 +1,13 @@
|
|||
# Changelog
|
||||
|
||||
## 1.8.x
|
||||
### 1.8.0: Feature - Adding wiki and reform readme
|
||||
- Trimmed readme and moved some content to the wiki.
|
||||
- About now linkes to Forgejo not GitLab, and the new wiki.
|
||||
- pip readme also contains link to wiki.
|
||||
|
||||
---
|
||||
|
||||
## 1.7.x
|
||||
### 1.7.0: Feature - Automatically Add Missing EXIF Fields
|
||||
- Between versions 1.5 and 1.6, two new EXIF fields were introduced: `developer` and `time`.
|
||||
|
|
|
|||
47
README.md
47
README.md
|
|
@ -1,6 +1,17 @@
|
|||
# **OptimaLab35**
|
||||
Developed on my [forgejo instance](https://code.boxyfoxy.net/CodeByMrFinchum), [GitLab](https://gitlab.com/CodeByMrFinchum) is used as backup.
|
||||
|
||||
I've decided to move some sections to the [Forgejo wiki](https://code.boxyfoxy.net/CodeByMrFinchum/OptimaLab35/wiki/Home) to keep the README concise. This way, I can update the wiki continuously without requiring a version bump for the program.
|
||||
|
||||
The README will now contain:
|
||||
|
||||
* A quick overview of the project
|
||||
* Key features
|
||||
* Installation instructions
|
||||
* Disclaimer about GAI usage
|
||||
|
||||
For everything else — including images, detailed information, and performance notes — please refer to the [wiki](https://code.boxyfoxy.net/CodeByMrFinchum/OptimaLab35/wiki/Home).
|
||||
|
||||
## **Overview**
|
||||
|
||||
**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.
|
||||
|
|
@ -19,6 +30,7 @@ While there is always room for additional features and optimizations, the core f
|
|||
|
||||
### **Image Processing**
|
||||
- Resize images (upscale or downscale)
|
||||
- Convert to different image file (jpg, png, webp)
|
||||
- Convert images to grayscale
|
||||
- Adjust brightness and contrast
|
||||
- Add customizable text-based watermarks
|
||||
|
|
@ -47,45 +59,12 @@ Install via **pip** (dependencies are handled automatically):
|
|||
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.
|
||||
|
||||
**Main tab**
|
||||
|
||||
{width=40%}
|
||||
{width=40%}
|
||||
|
||||
**Exif tab**
|
||||
|
||||
{width=40%}
|
||||
{width=40%}
|
||||
|
||||
**Preview window**
|
||||
|
||||
{width=40%}
|
||||
{width=40%}
|
||||
|
||||
**Settings**
|
||||
|
||||
{width=40%}
|
||||
{width=40%}
|
||||
|
||||
**Updater**
|
||||
|
||||
{width=40%}
|
||||
{width=40%}
|
||||
|
||||
---
|
||||
|
||||
# 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 OpenAI’s ChatGPT and Ollama models (e.g., OpenCoder and Qwen2.5-coder), have been used to assist in this project.
|
||||
In the interest of transparency, I disclose that Generative AI (GAI) large language models (LLMs), including OpenAI's ChatGPT and Ollama models (e.g., OpenCoder and Qwen2.5-coder), have been used to assist in this project.
|
||||
|
||||
### Areas of Assistance:
|
||||
- Project discussions and planning
|
||||
|
|
|
|||
|
|
@ -9,3 +9,5 @@ Developed on my [forgejo instance](https://code.boxyfoxy.net/CodeByMrFinchum), [
|
|||
- Preview image adjustments in real time
|
||||
- Theme selection (light, dark, auto)
|
||||
- Automatic updates via PyPI
|
||||
|
||||
For more details, screenshots, and additional information, please see the [wiki](https://code.boxyfoxy.net/CodeByMrFinchum/OptimaLab35/wiki/Home).
|
||||
|
|
|
|||
|
|
@ -131,9 +131,10 @@ class OptimaLab35(QMainWindow, Ui_MainWindow):
|
|||
|
||||
<p>For more details, visit:</p>
|
||||
<ul>
|
||||
<li><a href="https://code.boxyfoxy.net/CodeByMrFinchum/OptimaLab35/wiki">Wiki</a></li>
|
||||
<li><a href="https://code.boxyfoxy.net/CodeByMrFinchum/OptimaLab35/src/branch/main/CHANGELOG.md">Changelog</a></li>
|
||||
<li><a href="https://gitlab.com/CodeByMrFinchum/OptimaLab35">OptimaLab35 GitLab</a></li>
|
||||
<li><a href="https://gitlab.com/CodeByMrFinchum/optima35">optima35 GitLab</a></li>
|
||||
<li><a href="https://code.boxyfoxy.net/CodeByMrFinchum/OptimaLab35">OptimaLab35 Forgejo</a></li>
|
||||
<li><a href="https://code.boxyfoxy.net/CodeByMrFinchum/optima35">optima35 Forgejo</a></li>
|
||||
</ul>
|
||||
"""
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue