diff options
Diffstat (limited to 'other')
-rw-r--r-- | other/pnmcolormap.c | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/other/pnmcolormap.c b/other/pnmcolormap.c index 7da3122b..591c04c3 100644 --- a/other/pnmcolormap.c +++ b/other/pnmcolormap.c @@ -1,7 +1,6 @@ -/****************************************************************************** - pnmcolormap.c -******************************************************************************* - +/*============================================================================= + pnmcolormap +=============================================================================== Create a colormap file (a PPM image containing one pixel of each of a set of colors). Base the set of colors on an input image. @@ -20,9 +19,7 @@ copyright notice and this permission notice appear in supporting documentation. This software is provided "as is" without express or implied warranty. - -******************************************************************************/ - +=============================================================================*/ #include <assert.h> #include <math.h> |