mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-31 17:10:47 +08:00
[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:
parent
365461a772
commit
22bc8c18e1
@ -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. */
|
||||
|
Loading…
x
Reference in New Issue
Block a user