ffviewer

command module
v0.0.0-...-d89a9f7 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 13, 2023 License: GPL-3.0 Imports: 4 Imported by: 0

README

ffviewer

ffviewer is a simple and easy-to-use cross-platform farbfeld viewer made with raylib and Go.

What is farbfeld?

Farbfeld is a lossless image format which is easy to parse, pipe and compress. It has the following format:

Bytes Description
8 "farbfeld" magic value
4 32-Bit BE unsigned integer (width)
4 32-Bit BE unsigned integer (height)
[2222] 4x16-Bit BE unsigned integers [RGBA] / pixel, row-major

Usage

Grab the latest release for your OS from GitHub Actions or build it with go build. Then run ffviewer filename, where ffviewer is the path to the ffviewer executable and filename is the path to your farbfeld file. On Windows, you can just drag and drop the image onto the executable.

Build requirements

Go

The raylib-go requirements for each OS are listed here

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL