Updated wiki
parent
cd6b5f7c9e
commit
b726b16f9c
1 changed files with 18 additions and 49 deletions
67
Home.md
67
Home.md
|
|
@ -19,6 +19,7 @@ While there is always room for additional features and optimizations, the core f
|
||||||
|
|
||||||
### **Image Processing**
|
### **Image Processing**
|
||||||
- Resize images (upscale or downscale)
|
- Resize images (upscale or downscale)
|
||||||
|
- Convert to different image file (jpg, png, webp)
|
||||||
- Convert images to grayscale
|
- Convert images to grayscale
|
||||||
- Adjust brightness and contrast
|
- Adjust brightness and contrast
|
||||||
- Add customizable text-based watermarks
|
- Add customizable text-based watermarks
|
||||||
|
|
@ -56,64 +57,32 @@ This is most likely because the program uses PySide6, which relies on CPython ex
|
||||||
---
|
---
|
||||||
|
|
||||||
## GUI Preview
|
## 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**
|
The layout remains consistent with **v1.0.0**, with minor improvements applied. The preview reflects **v1.7**.
|
||||||
|
The UI is **OS-dependent**, but a custom theme can be enabled in the settings. *(Minor visual differences may appear across different operating systems.)*
|
||||||
|
|
||||||
{width=40%}
|
|
||||||
{width=40%}
|
|
||||||
|
|
||||||
**Exif tab**
|
### **Main tab**
|
||||||
|
|
||||||
{width=40%}
|

|
||||||
{width=40%}
|

|
||||||
|
|
||||||
**Preview window**
|
### **Exif tab**
|
||||||
|
|
||||||
{width=40%}
|

|
||||||
{width=40%}
|

|
||||||
|
|
||||||
**Settings**
|
### **Preview window**
|
||||||
|
|
||||||
{width=40%}
|

|
||||||
{width=40%}
|

|
||||||
|
|
||||||
**Updater**
|
### **Settings**
|
||||||
|
|
||||||
{width=40%}
|

|
||||||
{width=40%}
|

|
||||||
|
|
||||||
---
|
### **Updater**
|
||||||
|
|
||||||
# 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.
|
|
||||||
|
|
||||||
### Areas of Assistance:
|
|
||||||
- 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.
|
|
||||||
|
|
||||||
**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
|
|
||||||
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)
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue