Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yyosifov authored Sep 27, 2017
1 parent fa21dfc commit 04d083b
Showing 1 changed file with 23 additions and 8 deletions.
31 changes: 23 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,29 @@

A cross-platform Image Viewer based on Electron. It runs on OS X, Windows and Linux. It provides an easy interface to browse a directory of images using the left and right keyboard buttons.

# Why use the Image Viewer?

- Blazingly fast
- Loads a directory of images in a second
- Let's you manipulate image with the keyboard - next,previous,rotate,copy,delete
- Eeasily extendable - new functionality can be added at any time
- Supports all image files a browser does
- Runs cross-platform. Mainly useful for OS X though.

# Features by version of Addition

- v1.1.0 - What's New?
- Improve UI to center the content of the images better
- Add rotate to clockwise/anti-clockwise with Up and Down arrows
- Add Full Screen in the View or CmdOrCtrl+F
- Exit Full Screen with ESC key
- v1.0.0
- Open a Directory and browse it's images
- Open an Image File and browse the images inside the same directory
- Fast navigation through the images via Left/Right keyboard buttons
- Rotate an image clockwise/anti-clockwise (Up-Arrow/Down-Arrow)
- Save/Move the image to a new location

# Preview

- OS X:
Expand All @@ -16,14 +39,6 @@ A cross-platform Image Viewer based on Electron. It runs on OS X, Windows and Li

![alt tag](http://i.imgur.com/KXlmv3o.png)

# Features

- Open a Directory and browse it's images
- Open an Image File and browse the images inside the same directory
- Fast navigation through the images via Left/Right keyboard buttons
- Rotate an image clockwise/anti-clockwise (Up-Arrow/Down-Arrow)
- Save/Move the image to a new location

# Installer

Download and install the Image Viewer with simple one-click installation. Choose from the platforms below:
Expand Down

0 comments on commit 04d083b

Please sign in to comment.