~ft/imgtools

Some random image-related tools, for Plan 9.
3347cbb1 — Sigrid Solveig Haflínudóttir 1 year, 8 months ago
update stb header
d758f742 — Sigrid Solveig Haflínudóttir 1 year, 10 months ago
resample: optional file path
cd326e72 — Sigrid Solveig Haflínudóttir 2 years ago
even more

refs

mustard
browse  log 

clone

read-only
https://git.sr.ht/~ft/imgtools
read/write
git@git.sr.ht:~ft/imgtools

You can also use your local clone with git send-email.

#imgtools

Some random image-related tools. Usually they are drop-in replacements where possible.

#iconv

Converts a Plan 9 image from one format to another. For example, iconv -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. rgb16, RGB16, r5g6b5 and R5G6B5 mean the same thing (case-insensitive).

#resample

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