8000 GitHub - mgama1/Ogallery: OGallery is an open‑source gallery app with advanced search capabilities, image viewing, and editing functionalities that aims to revolutinze user experience with images on Desktop
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

OGallery is an open‑source gallery app with advanced search capabilities, image viewing, and editing functionalities that aims to revolutinze user experience with images on Desktop

License

Notifications You must be signed in to change notification settings

mgama1/Ogallery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ogallery

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.

image

Website

Visit the website from here

List of all the features

Viewer features:

  • Secure folder
  • Show containing folder
  • Full-screen mode
  • Copy to clipboard
  • Move to trash
  • QR-Code scan
  • Image properties
  • Zooming & Panning

Editing features:

  • Adjust (Contrast, Brightness, Saturation, Hue)
  • Grayscale
  • Rotation (clockwise and counterclockwise)
  • Cropping
  • Flipping (vertically and horizontally)
  • Portrait(blur background)
  • Compare
  • Revert
  • Undo

Gallery features:

  • Caching
  • Lazy loading
  • Back to top
  • Select and delete batch

search features:

  • Search on common classes
  • Search filenames
  • Misspelling handling
  • Autocomplete suggestion

installation

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

Beta Notice

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.

License

This project is licensed under GPL-3.0 license.

About

OGallery is an open‑source gallery app with advanced search capabilities, image viewing, and editing functionalities that aims to revolutinze user experience with images on Desktop

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0