Skip to content

BurntSushi/imgv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 png, jpg and 
gif.

Please see `imgv --help` for more options.

Quick Usage
===========
go get github.com/BurntSushi/imgv
imgv image.png image.gif image.jpg

Installation
============
go get github.com/BurntSushi/imgv

Dependencies
============
Go
XGB
xgbutil

About

An image viewer for Linux written in Go.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages