Commit 8a2963d7 authored by Paul Dreik's avatar Paul Dreik Committed by Davis E. King

fix mismatch between documentation and implementation (#1835)

parent 2704f3e2
......@@ -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.
......
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