From 0c0e744d9c57bba3f9c4969cb16026f422339242 Mon Sep 17 00:00:00 2001 From: Davis King Date: Sun, 7 Apr 2013 22:53:18 -0400 Subject: [PATCH] updated docs --- docs/docs/imaging.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/imaging.xml b/docs/docs/imaging.xml index 5920ec60d..5516d01cf 100644 --- a/docs/docs/imaging.xml +++ b/docs/docs/imaging.xml @@ -836,8 +836,8 @@

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