# HandyView
**Repository Path**: bigarice/HandyView
## Basic Information
- **Project Name**: HandyView
- **Description**: HandyView 是一款基于 PyQt5 开发的图像查看器. 它能够方便地用来查看和比较, 专门针对研究中的需求设计 :-)
- **Primary Language**: C++
- **License**: MIT
- **Default Branch**: master
- **Homepage**: https://xinntao.gitee.io/
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 9
- **Created**: 2022-02-28
- **Last Updated**: 2022-02-28
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
#  HandyView
[English](README.md) **|** [简体中文](README_CN.md) [GitHub](https://github.com/xinntao/HandyView) **|** [Gitee码云](https://gitee.com/xinntao/HandyView)
```Handy``` *Series*:
[HandyView](https://gitee.com/xinntao/HandyView)
[HandyFigure](https://gitee.com/xinntao/HandyFigure)
[HandyCrawler](https://gitee.com/xinntao/HandyCrawler)
[HandyWriting](https://gitee.com/xinntao/HandyWriting)
---
HandyView 是一款基于 PyQt5 开发的方便的图像查看和比对工具.
## :sparkles: 特性
- **固定放大比率**下, 图像切换对比. 能够看出不同方法(不同参数)下复原图像的细微差异
- 显示图像基本信息: 长宽, 尺寸大小; 特别是**鼠标所在位置**的坐标和RGB颜色
- 更丰富实用的**对比模式**. 比如:
- 我们做实验, 往往会把得到的验证集结果放在**两个文件夹**里面, 比如 Exp_results_1 和 Exp_results_2, 这两个文件夹里面的图像往往是对应的. 那么, 我们希望能够方便快捷地对比这两个文件夹里图像的质量
- 除了上面提到的**切换图像**来*动态地*对比, 我们也希望能够**双栏/多栏***肩并肩地*对比
- 更加便捷地筛选需要对比的图像. 在实际实验中, 往往会把很多结果放在同一个文件夹里面. 这些图像仅仅是后缀名称不同. 那么我们希望根据后缀的字符来**包含或者剔除**一些对比图像
- 能够在图中画框, 方便地知道所画框的**起始位置**和长宽信息
## :eyes: 展示
- HandyView截图
- **固定放大比率**下, 图像切换对比
- 多视图比较, 双栏、三栏*肩并肩*比较
- 当移动鼠标, 右侧会显示当前鼠标所在坐标及像素颜色值
- 拖动鼠标画框时, 右边会显示框的起始位置和长宽信息
## :wrench: 使用
HandyView 目前实在Windows上测试的. 应该也可以在 Ubuntu 上使用, 可能需要做些改动.
###
#### Option 1: Pre-compiled executable zip file
I have zipped an exe zip file with pyinstaller in the release page ([Github](https://github.com/xinntao/HandyView/releases) | [Gitee](https://gitee.com/xinntao/HandyView/releases)). You can first have a try on it.
1. Unzip the file
2. Set HandyView as the default image viewer, so that you can **double-click the image to open** HandyView.
#### Option 2: Python environment
- Anaconda (Python >= 3.5)
1. Clone repo
```bash
git clone https://github.com/xinntao/HandyView.git
```
1. Install dependent packages
```bash
cd HandyView
pip install -r requirements.txt
```
In the command line, run:
> python handyview/handyviewer.py [image_path]
#### Option 3: Python environment + Compile to executable program
Use `pyinstaller` to compile to executable program, so that you can **double-click the image to open** the HandyView.
1. > pyinstaller -D handyview/handyview.py -i icon.ico --windowed
1. You will see a `dist` folder containing the outputs (dll, exe, etc)
1. Copy necessary files to the `dist` folder
> cp -r icons dist/handyviewer/
> cp icon.png dist/handyviewer/
> cp icon.ico dist/handyviewer/
1. Choose the `dist/handyview/handyviewer.exe` as the default image viewer.
###
I used the early version of HandyView on Ubuntu. The current version is not tested on Ubuntu and may be out-of-date.
1. Clone this repo `git clone git@github.com:xinntao/HandyView.git`
1. How to double click to open an image
1. Modify the HandyView.desktop file - *Exec & Icon*
1. Copy the .desktop file to `/usr/share/applications`
1. How to change the default image viewer
1. Right click an image
1. Go to `Properties` -> `Open With`
1. Choose *HandyView*
## :book: 文档 (还在路上...)
基本的操作可以通过 工具栏的 *Help* 按钮来查看
## :hourglass_flowing_sand: TODO list
- [ ] preview mode
- [ ] show zoom info for each folder (store in database)
- [ ] drag together in the multi-view comparison mode
### Editing operation
- [ ] Simple image edit: crop, resize, color conversion, etc
- [ ] Draw rectangular and enlarged the area
- [ ] Make GIF easily
## :books: References
- [Qt5 doc](https://doc.qt.io/qt-5/)
- [PyQt5 doc](https://doc.qt.io/qtforpython/api.html)
- [Qt Key](https://doc.qt.io/archives/qtjambi-4.5.2_01/com/trolltech/qt/core/Qt.Key.html)
## :scroll: 许可和致谢
本项目使用 [MIT license](./LICENSE).
### 图标
I have used the icons from [flaticon](www.flaticon.com). The following are the source links.
| Icon | Link | Icon | Link | Icon |Link|
| :--- | :---: | :--- | :---: | :--- | :---: |
|
| [Open](https://www.flaticon.com/free-icon/open_3143203?term=file%20open&page=1&position=1) |
|[History](https://www.flaticon.com/free-icon/timer_2921268) |
|[Refresh](https://www.flaticon.com/free-icon/reuse_3299869?term=refresh&page=1&position=16) |
|
| [Index](https://www.flaticon.com/free-icon/index_2807595?term=index&page=1&position=8) |
|[Include](https://www.flaticon.com/free-icon/add_2921226) |
|[Exclude](https://www.flaticon.com/free-icon/remove_2921203) |
|
| [Compare](https://www.flaticon.com/free-icon/file_748614?term=compare&page=1&position=17) |
|[Clear comparison](https://www.flaticon.com/free-icon/eraser_3277337?term=clear&page=1&position=5) |
|[Help](https://www.flaticon.com/free-icon/information-point_4231321?term=help&page=1&position=87&page=1&position=87)|
|
| [Main canvas](https://www.flaticon.com/free-icon/image_3603103) |
|[Compare canvas](https://www.flaticon.com/free-icon/portraits_3603402) |
|[Preview canvas](https://www.flaticon.com/free-icon/pieces_3603403)|
|
| [Fingerprint](https://www.flaticon.com/free-icon/fingerprint_2313448?term=fingerprint&page=1&position=7) | | | | |
## :e-mail: 联系
若有任何问题, 请提 issue 或者电邮 `xintao.wang@outlook.com`.