Attributes with names prefixed by "HDF4_VGROUP_ATTR_".
These attributes should be written to the HDF4 Vgroup after stripping off the
prefix. (NOT IMPLEMENTED YET)
|
An image dataset may contain attributes with names prefixed by "HDF4_IMAGE_ATTR_".
These attributes should be written to the HDF4 GR Image by stripping off the prefix.
(NOT IMPLEMENTED YET)
|
Apart from this attribute (CLASS), all other standard attributes defined
by the Palette Specification should be written to the HDF4 GR Image as palette
attributes (Tag value: "DFTAG_LUT") with the attribute names prefixed with
"HDF5_". (NOT IMPLEMENTED YET)
|
If the HDF5 Image dataset to which the HDF5 Palette
dataset corresponds to, was created from an HDF4 GR Image (using h4toh5),
the dataset may contain attributes with names prefixed by "HDF4_PALETTE_ATTR_".
These attributes should be written to the HDF4 GR Image as palette attributes
(Tag value: "DFTAG_LUT") by stripping off the prefix. (NOT IMPLEMENTED YET)
|
The HDF5 Palette dataset may have additional non-standard attributes (not
defined in the Palette Specification & not prefixed by "HDF4_PALETTE_ATTR")
to describe the palette. These attributes should be written to the HDF4 GR Image
as palette attributes (Tag value: "DFTAG_LUT") without any change. (NOT IMLEMENTED
YET)
|
If the HDF5 dataset was converted from an HDF4 dataset
(using h4toh5), then it may contain attributes with names prefixed by "HDF_SDS_ATTR_".
These attributes should be written to the HDF4 SDS after stripping off the
prefix. (NOT IMPLEMENTED YET)
|