[svn-r4371]

Purpose:
    a bug fix
Description:
    change PIXEL_INTERLACE to INTERLACE_PIXEL and other interlace mode description
     to fit for the image specification.
Solution:
Platforms tested:
   eirene, sol2.7
This commit is contained in:
MuQun Yang 2001-08-17 15:36:25 -05:00
parent 365461a772
commit 22bc8c18e1

View File

@ -98,9 +98,9 @@ converter.*/
#define IM_CLASS "IMAGE"
/*7.5. define interlace mode. */
#define INTERLACE_MODE "INTERLACE_MODE"
#define PIXEL_INTERLACE "PIXEL_INTERLACE"
#define LINE_INTERLACE "LINE_INTERLACE"
#define PLANE_INTERLACE "PLANE_INTERLACE"
#define PIXEL_INTERLACE "INTERLACE_PIXEL"
#define LINE_INTERLACE "INTERLACE_LINE"
#define PLANE_INTERLACE "INTERLACE_PLANE"
/* 8. reserved group name for HDF4 dimensional scale and palette. */