|
||
---|---|---|
optima35 | ||
.gitignore | ||
CHANGELOG.md | ||
LICENSE.md | ||
README.md | ||
requirements.txt |
OPTIMA-35
Very WIP... Splitting core (OPTIMA35 (this)) and ui (OptimaLab35)
Overview
OPTIMA-35 (Organizing, Processing, Tweaking Images, and Modifying scanned Analogs from 35mm Film) is a Python-based project designed to streamline the management and editing of metadata and images from analog photography. While it was created with analog photography in mind, it is versatile enough to handle any type of images.
This project replaces my earlier analogphotography bash script collection, which has now been archived in favor of OPTIMA-35.
Current Status
Development and Versioning Notes
OPTIMA-35 is currently in an alpha stage and under active development. As a result:
- The README may occasionally be outdated.
- Users are encouraged to check for new branches and read the CHANGELOG, which is consistently updated and well-documented.
- Bugs or unforeseen behavior may occur.
While the project follows a semantic versioning structure (major.minor.patch), breaking changes—typically reserved for major version increments—may also occur in minor version updates during this development phase. Please review the changelog carefully before updating.
Available Features:
Implemented Features:
- Image Processing:
- Resizing
- Renaming with order adjustment
- Grayscale conversion
- Brightness adjustment
- Contrast adjustment
- EXIF Management:
- Copy EXIF data
- Add custom EXIF information
- Add GPS data
- Add a date to EXIF
- Remove EXIF
- Watermarking
Dependencies
Required Dependencies:
- piexif: For reading, modifying, and writing EXIF metadata.
- pillow: For image processing.
Installing Dependencies
You can install the dependencies using the requirements.txt
Using pip
:
pip install -r requirements.txt
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