NAME
imgtype – command line to convert image to image(6) format

SYNOPSIS
imgtype [ –Bet ] ...

DESCRIPTION
Imgtype cycles through the given files or standard input and generates a command line for each to convert it to image(6) format. With the –e flag, the command is executed rather than printed. The –t flag forces truecolor images. If no files are given, stdin is read instead. The –B flag causes each read of stdin to start a new cycle.

SOURCE
/sys/src/cmd/imgtype.c

SEE ALSO
draw(2), image(6), imgtype(1), page(1), resample(1).

BUGS
The –B flag is wierd.