summaryrefslogtreecommitdiffstats
path: root/src/cmd/page/gfx.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/page/gfx.c')
-rw-r--r--src/cmd/page/gfx.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/cmd/page/gfx.c b/src/cmd/page/gfx.c
index 67935ec9..bd7e8d7c 100644
--- a/src/cmd/page/gfx.c
+++ b/src/cmd/page/gfx.c
@@ -30,15 +30,13 @@ struct GfxInfo {
Convert cvt[] = {
{ "plan9", "fb/3to1 rgbv %a |fb/pcp -tplan9" },
{ "tiff", "fb/tiff2pic %a | fb/3to1 rgbv | fb/pcp -tplan9" },
- { "plan9bm", nil },
{ "jpeg", "jpg -9 %a", "jpg -t9 %a" },
{ "gif", "gif -9 %a", "gif -t9 %a" },
{ "inferno", nil },
{ "fax", "aux/g3p9bit -g %a" },
{ "unknown", "fb/cvt2pic %a |fb/3to1 rgbv" },
+ { "plan9bm", nil },
{ "ppm", "ppm -9 %a", "ppm -t9 %a" },
-/* ``temporary'' hack for hobby */
- { "ccitt-g4", "cat %a|rx nslocum /usr/lib/ocr/bin/bcp -M|fb/pcp -tcompressed -l0" },
{ "png", "png -9 %a", "png -t9 %a" },
{ "yuv", "yuv -9 %a", "yuv -t9 %a" },
{ "bmp", "bmp -9 %a", "bmp -t9 %a" },