cxpm (1)
Leading comments
Copyright (C) 1998 Arnaud LE HORS Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice a...
NAME
cxpm - Check an XPM (X PixMap) file, versions XPM 1, 2, or 3.SYNOPSIS
cxpm [filename]DESCRIPTION
The cxpm program can be used to check the format of any XPM (version 1, 2, or 3) file. On error, unlike sxpm, cxpm prints out an error message indicating where the parser choked. This should help finding out what's wrong with an XPM file but do not expect too much from it though. This is not even close from being some kind of lint program for XPM. First, it stops at the first error it encounters - so several fix and retry cycles may be necessary to get your file to parse successfully. Second, cxpm only cares about the format. If, for instance, your pixmap uses too many colors for your system you still may experience difficulties displaying it. Be warned.
When no filename is given cxpm reads from the standard input.
AUTHOR
Arnaud Le Hors (lehors@sophia.inria.fr)Copyright (C) 1998 by Arnaud LE HORS.