X-Git-Url: http://git.draconx.ca/gitweb/liblbx.git/blobdiff_plain/b0910e37f2dbf5b4e3dcd8bdfcef16d5d6b597cb..bdad20799885211ac4c76bdaef5b027552d6241d:/doc/man/lbximg.1 diff --git a/doc/man/lbximg.1 b/doc/man/lbximg.1 index 564655b..245826a 100644 --- a/doc/man/lbximg.1 +++ b/doc/man/lbximg.1 @@ -1,3 +1,8 @@ +.\" Copyright (C) 2009 Nick Bowler +.\" Copying and distribution of this file, with or without modification, +.\" are permitted in any medium without royalty provided the copyright +.\" notice and this notice are preserved. This file is offered as-is, +.\" without any warranty. .Dd January 4, 2008 .Os liblbx .Dt LBXIMG \&1 "2ooM Reference Manual" @@ -70,3 +75,18 @@ Decode frames 1 through 9, except for frame 5. Decode all frames except the first 3. .El .El +.Sh EXAMPLES +After extracting fonts.lbx, mainmenu.lbx, logo.lbx and ships.lbx with +.Xr lbxtool 1 : +.Bl -tag -width indent +.It Nm Li -ivf logo.lbx.000 +Print some information about the Simtex logo image. +.It Nm Li -dvf mainmenu.lbx.000 -p fonts.lbx.006 +Decodes all the frames of the main menu panel into a series of PNGs. +.It Nm Li -dvf logo.lbx.001 +Decodes all the frames of the Microprose logo into a series of PNGs. +.It Nm Li -dvf ships.lbx.042 -p fonts.lbx.012 -O ships.lbx.049 +Decodes an image of a red star fortress. +.El +.Sh SEE ALSO +.Xr lbxtool 1