logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

lierolibre-extractgfx - script to extract images from LIERO.CHR files

Authors

       The script and this manual page was written by Martin Erik Werner <martinerikwerner@gmail.com>

Description

       This script extracts the three sprite canvases contained within LIERO.CHR, and dumps them as greyscale
       images in xpm format.  Use the lierolibre-packgfx(6) script to pack them back up again.

Name

       lierolibre-extractgfx - script to extract images from LIERO.CHR files

Options

inputfile.CHR
              This  file  must  be  a  valid  LIERO.CHR  file  containing  three  sprite canvases with the exact
              dimensions 16x1760, 7x910 and 4x120, respectively.

       outputdir
              The script will create the files gfx1.xpmgfx2.xpmgfx3.xpm in this directory.

See Also

lierolibre(6)
       lierolibre-packgfx(6)
       lierolibre-extractsounds(6) lierolibre-packsounds(6)
       lierolibre-extractlev(6) lierolibre-packlev(6)

lierolibre 0.5                                     2012-04-27                           LIEROLIBRE-EXTRACTGFX(6)

Synopsis

lierolibreinputfile.CHRoutputdir

See Also