made spec more accurate

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

View File

@ -92,7 +92,7 @@ namespace dlib
corner of the image.
- 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.
hsi_pixel, 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.
throws