Skip to content

ablevm/forth-img

Folders and files

NameName
Last commit message
Last commit date

Latest commit

82028d4 · Apr 4, 2023

History

8 Commits
Jul 14, 2021
Apr 4, 2023
Jul 28, 2021
Jul 28, 2021
Jul 28, 2021

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

License

Stars

Watchers

Forks

Packages

No packages published