updated docs

This commit is contained in:
Davis King 2013-04-07 22:53:18 -04:00
parent ca9fd21a6f
commit 0c0e744d9c
1 changed files with 2 additions and 2 deletions

View File

@ -836,8 +836,8 @@
<p> <p>
This routine can save images containing any type of pixel. However, the DNG format This routine can save images containing any type of pixel. However, the DNG format
can natively store only the following pixel types: <b>rgb_pixel</b>, <b>hsi_pixel</b>, can natively store only the following pixel types: <b>rgb_pixel</b>, <b>hsi_pixel</b>,
<b>rgb_alpha_pixel</b>, <b>uint8</b>, <b>uint16</b>, <b>float</b>, <b>double</b>, <b>rgb_alpha_pixel</b>, <b>uint8</b>, <b>uint16</b>, <b>float</b>, and <b>double</b>.
and <b>long double</b>. All other pixel types will be converted All other pixel types will be converted
into one of these types as appropriate before being saved to disk. into one of these types as appropriate before being saved to disk.
</p> </p>