shithub: imgtools

ref: 75872eff709f3d02bac21f1943f7432be7654ebb
dir: imgtools/README.md

View raw version
# imgtools

Some random image-related tools.

## convert

Converts a Plan 9 image from one format to another.  For example,
`convert -c rgb16 <a.img >b.img` will convert `a.img` to RGB16 and
save it as `b.img`.

"Channels" (`-c` argument) are defined at `/sys/include/draw.h:133`.

## resample

A faster drop-in replacement of `resample(1)` with some more features.