mirror of https://github.com/davisking/dlib.git
updated docs
This commit is contained in:
parent
fa7745007f
commit
19426ea429
|
@ -535,7 +535,7 @@
|
||||||
<file>dlib/image_io.h</file>
|
<file>dlib/image_io.h</file>
|
||||||
<spec_file link="true">dlib/image_saver/image_saver_abstract.h</spec_file>
|
<spec_file link="true">dlib/image_saver/image_saver_abstract.h</spec_file>
|
||||||
<description>
|
<description>
|
||||||
This global function writes an image out to an ostream as a dlib DNG file (a lossless
|
This global function saves an image as a dlib DNG file (a lossless
|
||||||
compressed image format).
|
compressed image format).
|
||||||
<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
|
||||||
|
@ -637,7 +637,7 @@
|
||||||
<file>dlib/image_io.h</file>
|
<file>dlib/image_io.h</file>
|
||||||
<spec_file link="true">dlib/image_saver/image_saver_abstract.h</spec_file>
|
<spec_file link="true">dlib/image_saver/image_saver_abstract.h</spec_file>
|
||||||
<description>
|
<description>
|
||||||
This global function writes an image out to an ostream as a MS Windows BMP file.
|
This global function saves an image as a MS Windows BMP file.
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
This routine can save images containing any type of pixel. However, it will
|
This routine can save images containing any type of pixel. However, it will
|
||||||
|
|
Loading…
Reference in New Issue