Skip to content

sbinet/iview

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

iview

A minimalistic image viewer written in Go.

The list of image formats supported is currently at the mercy of whatever is supported by the Go standard library.

Currently, those formats are:

  • image/gif
  • image/jpeg
  • image/png
  • golang.org/x/image/bmp
  • golang.org/x/image/tiff

Please see iview -help for more options.

Quick Usage

$> go get github.com/sbinet/iview
$> iview image.png image.gif image.jpg

Installation

$> go get github.com/sbinet/iview

Acknowledgements

The original code base has been reaped off github.com/BurntSushi/imgv

About

A minimalistic image viewer written in Go.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages