Skip to content

xiaoduo/xdImagePlayer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

xdImagePlayer

This is a small and fast image player, just play all images under give path. (will walk through all sub path.)

It might also be the player you're looking for.

UI part is PyQt5. Install it by conda install pyqt, or by any other package controler.

Features:

  1. Double click to launch full screen mode.
  2. Rigth click to for context menu: play, pause, previous, next.
  3. Mouse wheel to browser images, and stop the play.
  4. Auto do the best fit of image size to dialog.
  5. Preload images to maintain the speed when play fast. Also unload images from memory so it could keep playing with huge number of images.

Get Start

  1. Modify value of path and interval in xdImagePlayer.py
  2. python ./xdImagePlayer.py

TODO:

  1. Shuffle the sequence of image to play.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages