Commit ca9fd21a authored by Davis King's avatar Davis King

made spec more accurate

parent 1a957996
...@@ -92,7 +92,7 @@ namespace dlib ...@@ -92,7 +92,7 @@ namespace dlib
corner of the image. corner of the image.
- This routine can save images containing any type of pixel. However, the DNG - This routine can save images containing any type of pixel. However, the DNG
format can natively store only the following pixel types: rgb_pixel, 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 All other pixel types will be converted into one of these types as
appropriate before being saved to disk. appropriate before being saved to disk.
throws throws
......
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