1
0
mirror of git://projects.qi-hardware.com/imgv.git synced 2024-11-24 00:55:00 +02:00
Commit Graph

4 Commits

Author SHA1 Message Date
Xiangfu Liu
16ccc7f946 some improvements to imgv
- zooming the image keeps the center at the same place
- if the image is smaller than the screen it is centered
- zooming a rotated image keeps the rotation
- the current path and file name is displayed above the image (can be hidden
with "d")
- you can add more than one image file as parameter (run "imgv a.jpg b.jpg
*.png" and cycle through them by pressing "n" or "p")
- start / stop slideshow by pressing "s" (will load the next image after 5
seconds)

According to the TODO file, Niels would call this version 0.3.0.

If you want to use it on one of the newer OpenWrt images with uclibc-0.9.32
you have to link it against libpthread (so add "-lpthread" the the LIBS
variable in the Makefile).

Niels
2010-10-20 10:13:18 +08:00
Xiangfu Liu
8ebb970095 cleanup Makefile for openwrt-package.git
Signed-off-by: Xiangfu Liu <xiangfu@sharism.cc>
2010-05-31 01:07:02 +08:00
Xiangfu Liu
d63ca92d16 some cleanup of Makefile
Signed-off-by: Xiangfu Liu <xiangfu@sharism.cc>
2010-05-30 23:42:50 +08:00
Xiangfu Liu
3cf62be38d init, version: 0.2.0
Signed-off-by: Xiangfu Liu <xiangfu@sharism.cc>
2010-05-30 23:09:58 +08:00