Skip to content

Handy image viewer - switch images with fixed zoomed ration and other features.

Notifications You must be signed in to change notification settings

devolfnn/HandyViewer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

😋 HandyViewer

I want to switch among images with a fixed zoomed ration to compare image details more conveniently, especially in super-resolution (SR).

However, most existing image viewers do not have this feature. Therefore, I want to develop an image viewer called Handy Viewer to meet my requirements.

This project is still under construction, advice, bug report and development are welcome 😃.

Current screenshot

Prerequisites

  • Ubuntu
  • Python3
  • PyQt5

How to use

  1. Clone this repo git clone git@github.com:xinntao/HandyViewer.git
  2. How to double clike to open an image
    1. modify the HandyViewer.desktop file - Exec & Icon
    2. copy the .desktop file to /usr/share/applications
  3. How to change the default image viewer
    1. Right clike an image
    2. Go to Properties -> Open With
    3. Choose HandyViewer

Features

View

  • When swith between different images, the zoom scale and postion can be maintained.
  • Show some info, e.g., image path, image width & height, color type(RGB, RGBA, L and etc), zoom ration.
  • Show cursor position (in image pixel, ignoring zoom ration) [for draw rectangular, crop later]
  • Given two directories, it can compare the corresponding images (image names in the two directories can be the same.)

Edit

  • Simple image edit: crop, resize, rgb_ycbcr convertion and etc.
  • Draw rectangular and enlarged this area.
  • make gif easily.

About

Handy image viewer - switch images with fixed zoomed ration and other features.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%