summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert E. McGrath <mcgrath@ncsa.uiuc.edu>2001-02-09 17:39:16 (GMT)
committerRobert E. McGrath <mcgrath@ncsa.uiuc.edu>2001-02-09 17:39:16 (GMT)
commitf7cbdd1d33089a280fbc02803d45ed795fa8fdca (patch)
treee1a26ebe757c415cabd90169c23e3c58e3a00335
parent9461e6875024a5636fef274ea7704693e4d11bb9 (diff)
downloadhdf5-f7cbdd1d33089a280fbc02803d45ed795fa8fdca.zip
hdf5-f7cbdd1d33089a280fbc02803d45ed795fa8fdca.tar.gz
hdf5-f7cbdd1d33089a280fbc02803d45ed795fa8fdca.tar.bz2
[svn-r3385] Added description of known bug in h4toh5 images.
Purpose: [is this a bug fix? feature? ...] Description: [describe the bug, or describe the new feature, etc] Solution: [details about the changes, algorithm, etc...] [Please as detail as you can since your own explanation is better than others guessing it from the code.] Platforms tested: [machines you have tested the changed version. This is absolute important. Test it out on at least two or three different platforms such as Big-endian-32bit (SUN/IRIX), little-endian-32(LINUX) and 64-bit (IRIX64/UNICOS/DEC-ALPHA) would be good.]
-rw-r--r--RELEASE.txt18
1 files changed, 18 insertions, 0 deletions
diff --git a/RELEASE.txt b/RELEASE.txt
index 2a43095..70f4c91 100644
--- a/RELEASE.txt
+++ b/RELEASE.txt
@@ -74,6 +74,16 @@ h4toh5 Utility
HDF5 Objects":
http://hdf.ncsa.uiuc.edu/HDF5/papers/H4-H5MappingGuidelines.pdf
+ Known Bugs:
+
+ The h4toh5 utility produces images that do not correctly conform
+ to the HDF5 Image and Palette Specification.
+ http://hdf.ncsa.uiuc.edu/HDF5/doc/ImageSpec.html
+ Several required HDF5 attributes are omitted, and the dataspace
+ is reversed (i.e., the ht. and width of the image dataset is
+ incorrectly described.) For more information, please see:
+ http://hdf.ncsa.uiuc.edu/HDF5/H5Image/ImageDetails.htm
+
Known Limitations of the h4toh5 beta release
---------------------------------------------
@@ -441,3 +451,11 @@ Known Problems
in the top level directory with the Cray-specific files from the
ftp://hdf.ncsa.uiuc.edu/pub/ougoing/hdf5/hdf5-1.4.0-beta/F90_source_for_Crays
directory.
+
+* The h4toh5 utility produces images that do not correctly conform
+ to the HDF5 Image and Palette Specification.
+ http://hdf.ncsa.uiuc.edu/HDF5/doc/ImageSpec.html
+ Several required HDF5 attributes are omitted, and the dataspace
+ is reversed (i.e., the ht. and width of the image dataset is
+ incorrectly described.) For more information, please see:
+ http://hdf.ncsa.uiuc.edu/HDF5/H5Image/ImageDetails.htm