/pypicview

A image viewer with crop resize and photogrid feature written in pyqt5

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

pyPicView

A simple image viewer with some useful features (written in pyqt5).

Dependency = python3-pyqt5, libqt5-svg

Description

This program is aimed at ease of use, quick opening, and doing most necessary features.
This can ..

  • Resize
  • Crop in particular ratio
  • Rotate
  • Create photo grid for printing
  • Add Border

This image viewer is tested on Raspberry Pi (Raspbian).
N.B - You can use the c++ version of this program qmageview

Installation

To Install this program open terminal inside pypicview-master directory.
And then run following command..
sudo pip install .

To uninstall run..
sudo pip uninstall pypicview

Usage

To run after installing, type command..
pypicview
Or
pypicview image.jpg
If you want to run this program without/before installing, then
Open terminal and change directory to pypicview-master and run
./pyPicView
Or
./pyPicView image.jpg