HDF4 specification of Image dimensions #359
Labels
Component - Documentation
Doxygen, markdown, etc.
Priority - 2. Medium ⏹
It would be nice to have this in the next release
Type - Bug
Please report security issues to [email protected] instead of creating an issue on GitHub
https://support.hdfgroup.org/release4/doc/DS.pdf
p 9-125
DFTAG_LUT
Lookup table
xdim * ydim * elements * NTsize bytes (xdim, ydim, elements,
and NTsize are specified in the corresponding DFTAG_ID)
301 (0x012D)
Should probably say "... are specified in the corresponding DFTAG_LD". It would make no sense to have the lookup table be the same dimensions as the image.
I have at least one example file that has an LUT without LD, so all I can do is ignore. There is also an IP8 tag so I can use that.
p 9-124
DFTAG_RI
Raster image
xdim * ydim * elements * NTsize bytes (xdim, ydim, elements,
and NTsize are specified in the corresponding DFTAG_ID)
302 (0x012E)
This one is more speculative on my part, but it doesnt make sense for elements to be anything other than 1, so one could just leave that out.
The text was updated successfully, but these errors were encountered: