From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Wed, 10 Sep 1997 08:06:18 +0100 From: forsyth@caldo.demon.co.uk forsyth@caldo.demon.co.uk Subject: [9fans] XaoS - first useable version Topicbox-Message-UUID: 621b553e-eac8-11e9-9e20-41e7f4b1d025 Message-ID: <19970910070618.lhopx4mVDHCAZJPJTfJWvj6Jq_35WmtyeMK1LM6wRFc@z> >>(IMO). As I saw in doc, plan9 has its own image format (pic) so I should >>save it into it. But I din't found any library for that except tifflib, >>wich looks rather strange and non-plan9ish. Is there any way to handle there's a separate libfb (), which is the one that supports the pic file format. man 2 wrbitmapfile describes the libg primitive for writing Bitmaps to files. Plan 9's version of that routine doesn't write a compressed format, unlike (say) Inferno's equivalent. the pic file writer in libfb can write compressed pic files, though, and you can then fiddle directly with images using the fb commands, so on balance pic might be the best one to use.