mirror of
https://github.com/davisking/dlib.git
synced 2024-11-01 10:14:53 +08:00
fix mismatch between documentation and implementation (#1835)
This commit is contained in:
parent
2704f3e26d
commit
8a2963d758
@ -1175,8 +1175,8 @@
|
||||
<file>dlib/image_io.h</file>
|
||||
<spec_file link="true">dlib/image_loader/load_image_abstract.h</spec_file>
|
||||
<description>
|
||||
This global function takes a file name, looks at its extension, and
|
||||
then loads it into an <a href="containers.html#array2d">array2d</a> of
|
||||
This global function takes a file name and
|
||||
loads it into an <a href="containers.html#array2d">array2d</a> of
|
||||
<a href="dlib/pixel.h.html">pixels</a> using the appropriate image
|
||||
loading routine. The supported types are BMP, PNG, JPEG, GIF, and the dlib DNG file format.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user