modulepackage
0.3.0
Repository: https://github.com/lusingander/go-gif-viewer.git
Documentation: pkg.go.dev
# README
go-gif-viewer
Simple animated GIF viewer with Go and Fyne

Installation
$ go get github.com/lusingander/go-gif-viewer
Usage
$ go-gif-viewer sample.gif
or
$ go-gif-viewer
and select open file icon ().
Keybindings
Key | Description | Icon |
---|---|---|
← | Go to previous frame | |
→ | Go to next frame | |
↑ | Go to first frame | |
↓ | Go to last frame | |
Space | Play / Pause | |
+ | Zoom in | |
- | Zoom out | |
[ | Decrease playback speed | - |
] | Increase playback speed | - |
⌘O | Open image file | |
⌘W | Close image file |
Screenshot

Sample image: By Marvel - Based upon a NASA image, see [1]., CC BY-SA 3.0, Link
# Packages
No description provided by the author
# Functions
CreditsContainer returns a container displaying a list of licenses.
CreditsWindow returns a window displaying a list of licenses.