Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/blissd/fotema
Photo gallery for Linux
https://github.com/blissd/fotema
flatpak gnome linux photo-gallery rust
Last synced: 18 days ago
JSON representation
Photo gallery for Linux
- Host: GitHub
- URL: https://github.com/blissd/fotema
- Owner: blissd
- Created: 2024-03-14T13:07:35.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-05-22T16:34:55.000Z (8 months ago)
- Last Synced: 2024-05-22T17:47:58.658Z (8 months ago)
- Topics: flatpak, gnome, linux, photo-gallery, rust
- Language: Rust
- Homepage:
- Size: 8.55 MB
- Stars: 15
- Watchers: 1
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSES/CC-BY-2.0.txt
Awesome Lists containing this project
- awesome-gtk - Fotema - Photo gallery with support for iOS Live Photos and Android motion photos `#rust` `#gtk4` `#libadwaita` `#relm4`. (Graphics / Image Viewers)
README
[![Available on Flathub](https://img.shields.io/flathub/downloads/app.fotema.Fotema?logo=flathub&labelColor=77767b&color=4a90d9)](https://flathub.org/apps/app.fotema.Fotema)
[![Translation status](https://hosted.weblate.org/widget/fotema/app/svg-badge.svg)](https://hosted.weblate.org/engage/fotema/)
[![Please do not theme this app](https://stopthemingmy.app/badge.svg)](https://stopthemingmy.app)# Fotema
__fotema__ (___adj. Esperanto___) "fond of taking photos"
A photo gallery for Linux.
![All Photos View](/data/resources/screenshots/all-photos.png?raw=true "All Photos View")
## Installation
Fotema is available on Flathub.## Building the project
Install `flatpak`, `flatpak-builder`, and [just](https://github.com/casey/just).
To build a local development release, run:
```shell
just devel
```To build a local release, run:
```shell
just release
```## Roadmap
Aspirationally, this is what I want to add to Fotema.* Machine learning.
* Face detection and person recognition, supporting features such as naming a face and then generating an album of all faces that are similar. Preferably in pure Rust, but needs be as needs must.
* Object and animal recognition.
* Text recognition, supporting such features as copying text out of a photo or searching for photos containing particular text.
* Search by recognized items, such as "all photos of Sven with a dog".
* A dashboard page showcasing people, places, and events.
* Swipe and keyboard support for the photo/video viewer.
* Fewer (preferably zero) Flatpak permissions.