Ogallery is an open-source image gallery application designed to revolutionize the way users manage and interact with their images on desktop. With a focus on user experience, Ogallery combines advanced search capabilities, seamless image viewing and editing functionalities, and robust security features to ensure your photos are not only organized but also protected.
Visit the website from here
- Secure folder
- Show containing folder
- Full-screen mode
- Copy to clipboard
- Move to trash
- QR-Code scan
- Image properties
- Zooming & Panning
- Adjust (Contrast, Brightness, Saturation, Hue)
- Grayscale
- Rotation (clockwise and counterclockwise)
- Cropping
- Flipping (vertically and horizontally)
- Portrait(blur background)
- Compare
- Revert
- Undo
- Caching
- Lazy loading
- Back to top
- Select and delete batch
- Search on common classes
- Search filenames
- Misspelling handling
- Autocomplete suggestion
If you wish to run the app in a python virtual environment
1- Install venv (if not already installed)
sudo apt install python3-venv
2- Navigate to the project directory and create the environment
python3 -m venv ogalleryenv
3- Activate the virtual environment
source ogalleryenv/bin/activate
4- Install dependencies
pip install -r requirements.txt
5- Finally run the app
python3 ogallery.py
Note that AI search may take a while to work after the first use
Ogallery is currently in beta. While we've worked hard to ensure stability, you may encounter bugs or incomplete features. We appreciate your feedback and patience as we continue to improve the application.
This project is licensed under GPL-3.0 license.