diff options
author | Frank Baker <fbaker@hdfgroup.org> | 2005-06-08 15:39:09 (GMT) |
---|---|---|
committer | Frank Baker <fbaker@hdfgroup.org> | 2005-06-08 15:39:09 (GMT) |
commit | d0145118bd9cb5204fc1ae03ab2ae1ea6a87d8b7 (patch) | |
tree | dd790c14dca62ae42ed7b9818810040e3fcc1ef5 | |
parent | 54188b4abb180273692d2bea0066c79dcbfb3cad (diff) | |
download | hdf5-d0145118bd9cb5204fc1ae03ab2ae1ea6a87d8b7.zip hdf5-d0145118bd9cb5204fc1ae03ab2ae1ea6a87d8b7.tar.gz hdf5-d0145118bd9cb5204fc1ae03ab2ae1ea6a87d8b7.tar.bz2 |
[svn-r10878]
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 066a5ab..f5bf217 100755 --- a/doc/html/ADGuide/ImageSpec.html +++ b/doc/html/ADGuide/ImageSpec.html @@ -160,7 +160,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> @@ -268,8 +268,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> @@ -1273,7 +1272,7 @@ it may or may not be correct for a given application.</p> Describes HDF5 Release 1.7, the unreleased development branch; working toward HDF5 Release 1.8.0 </address><!-- #EndLibraryItem --><!-- Created: Spring 1999 --> <!-- hhmts start --> -Last modified: 3 July 2001 +Last modified: 8 June 2005 <!-- hhmts end --> </body> |