Skip to content

pedrohenriquerissato/ImageViewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contributors Forks Stargazers Issues GPL-3.0 License


Table of Contents
  1. About The Project
  2. Requirements
  3. Getting Started
  4. Usage
  5. Contributing
  6. License
  7. Contact
  8. Acknowledgments

About The Project

This is a really fast Image Viewer perfect for data cleaning.

(back to top)

Requirements

  • Qt5
  • ffmpeg (4.3.2+)
  • (Windows) Configure Xming and execute export DISPLAY=:0.0 on WSL

(back to top)

Getting Started

  1. Setup a Python 3+ environment (local or virtual)
  2. Clone the repo
    git clone https://github.com/pedrohenriquerissato/ImageViewer
  3. Install dependencies
    pip install -r requirements.txt
  4. Execute the app
    python ImageViewer.py INPUTDIR [START_FROM_INDEX]

(back to top)

Usage

python ImageViewer.py INPUTDIR [START_FROM_INDEX]

[INPUTDIR] mandatory. Relative or Full path for image files.
[START_FROM_INDEX] optional. Integer. Index to start from.

  • Use . for NEXT image
  • Use , for PREVIOUS image
  • Use / to go FORWARD 10 files
  • Use ; to go BACKWARD 10 files
  • Use d for delete current image
  • Use ESC for exit program

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the GPL-3.0 License. See LICENSE for more information.

(back to top)

Contact

Pedro Henrique Rissato - Letters I and N written in white in an blue background - pedro_giberti@hotmail.com

Project Link: ImageViewer

(back to top)

Acknowledgments

Use this space to list resources you find helpful and would like to give credit to. I've included a few of my favorites to kick things off!

(back to top)