Commit b4f74bd9 authored by Davis King's avatar Davis King

updated docs

parent 01074177
...@@ -836,9 +836,9 @@ ...@@ -836,9 +836,9 @@
<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>, and <b>uint16</b>. All other pixel <b>rgb_alpha_pixel</b>, <b>uint8</b>, <b>uint16</b>, <b>float</b>, <b>double</b>,
types will be converted into one of these types as appropriate before being and <b>long double</b>. All other pixel types will be converted
saved to disk. into one of these types as appropriate before being saved to disk.
</p> </p>
</description> </description>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment