Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dlib
Commits
8a2963d7
Commit
8a2963d7
authored
Jul 19, 2019
by
Paul Dreik
Committed by
Davis E. King
Jul 19, 2019
Browse files
fix mismatch between documentation and implementation (#1835)
parent
2704f3e2
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
docs/docs/imaging.xml
docs/docs/imaging.xml
+2
-2
No files found.
docs/docs/imaging.xml
View file @
8a2963d7
...
...
@@ -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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment