diff options
author | Frank Baker <fbaker@hdfgroup.org> | 2005-06-08 15:35:08 (GMT) |
---|---|---|
committer | Frank Baker <fbaker@hdfgroup.org> | 2005-06-08 15:35:08 (GMT) |
commit | c4864c7ebc9e6e1829fbdb72d38ebbda95047120 (patch) | |
tree | 8daf9cacfb3cd9bd4eeb2960ef23f98c7d5d8ece | |
parent | 56bb6109837df230839d4ce1ba0a67f7e658302b (diff) | |
download | hdf5-c4864c7ebc9e6e1829fbdb72d38ebbda95047120.zip hdf5-c4864c7ebc9e6e1829fbdb72d38ebbda95047120.tar.gz hdf5-c4864c7ebc9e6e1829fbdb72d38ebbda95047120.tar.bz2 |
[svn-r10877]
Purpose:
Remove statement that gray-scale image attribute must
be in the range of 0-255.
Remove datatype definition for the attribute IMAGE_ASPECTRATIO.
Fixes Bugzilla entry 347.
Platforms tested:
Firefox
-rwxr-xr-x | doc/html/ADGuide/ImageSpec.html | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/doc/html/ADGuide/ImageSpec.html b/doc/html/ADGuide/ImageSpec.html index acf391a..88fd1a2 100755 --- a/doc/html/ADGuide/ImageSpec.html +++ b/doc/html/ADGuide/ImageSpec.html @@ -161,7 +161,7 @@ are:</dd> "IMAGE_GRAYSCALE" (length 15)</dt> <dd> -A grayscale image, values 0-255 indicating brightness.</dd> +A grayscale image</dd> <dt> "IMAGE_BITMAP" (length 12)</dt> @@ -269,8 +269,7 @@ Attribute name="<b>IMAGE_ASPECTRATIO</b>"</dt> <dl> <dd> -If set, this attribute indicates the aspect ratio. This attribute -is HDF5 type H5T_NATIVE_UINT.</dd> +If set, this attribute indicates the aspect ratio.</dd> </dl> <dt> @@ -1277,7 +1276,7 @@ Describes HDF5 Release 1.6.4, March 2005 </address> <!-- #EndLibraryItem --><!-- Created: Spring 1999 --> <!-- hhmts start --> -Last modified: 3 July 2001 +Last modified: 8 June 2005 <!-- hhmts end --> </body> |