mistakenelf / pikture

A Simple image viewer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pikture

A simple image viewer

screenshot

Features

  • View Images!
  • File details in sidebar (width, height, file size, name and date modified)
  • Rotate clockwise and counter-clockwise
  • Save an image
  • Delete an image

Installation

Arch

yay -S pikture-git

Local Development

Building

meson setup build --prefix=/usr
ninja -C build
./build/pikture

Build Flatpak

flatpak install flathub org.gnome.Platform//44
flatpak install flathub org.gnome.Sdk//44
flatpak-builder build com.github.mistakenelf.pikture.yml --user --install --force-clean

Updating translations

ninja com.github.mistakenelf.pikture-update-po

About

A Simple image viewer

License:MIT License


Languages

Language:Vala 80.0%Language:Meson 18.6%Language:Python 1.5%