Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

9 Commits

Repository files navigation

img
A tool for working with Forth image files.
GETTING STARTED
Building and installing
$ make install
...
$ Examples
To create a 1M image file:
$ img -c 1M forth.img
$ To resize an image file:
$ img -r 192B forth.img
$ Process and input data into an image file:
When it appears with an input or output option the -s option operation specifies
an absolute position within the image file.
$ ... | img -s 256B -i 256B forth.img
$ Output and process data from an image file:
$ img -s 256B -o 128B forth.img | ...
$ LICENSE
ISC-style license

About

A tool for working with forth image files

Resources

Stars

4 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages