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
89b9dfa8
Commit
89b9dfa8
authored
Sep 30, 2014
by
Davis King
Browse files
updated docs
parent
747088ea
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
26 additions
and
0 deletions
+26
-0
docs/docs/imaging.xml
docs/docs/imaging.xml
+25
-0
docs/docs/term_index.xml
docs/docs/term_index.xml
+1
-0
No files found.
docs/docs/imaging.xml
View file @
89b9dfa8
...
...
@@ -83,6 +83,7 @@
<item>
save_bmp
</item>
<item>
save_dng
</item>
<item>
save_png
</item>
<item>
save_jpeg
</item>
</section>
<section>
...
...
@@ -974,6 +975,30 @@
</component>
<!-- ************************************************************************* -->
<component>
<name>
save_jpeg
</name>
<file>
dlib/image_io.h
</file>
<spec_file
link=
"true"
>
dlib/image_saver/save_jpeg_abstract.h
</spec_file>
<description>
This global function writes an image to disk as a JPEG file.
<p>
Note that you must define DLIB_JPEG_SUPPORT if you want to use this function. You
must also set your build environment to link to the libjpeg library. However,
if you use CMake and dlib's default CMakeLists.txt file then it will get setup
automatically.
</p>
<p>
This routine can save images containing any type of pixel. However, save_jpeg() can
only natively store the following pixel types:
<b>
rgb_pixel
</b>
and
<b>
uint8
</b>
. All other pixel types will be converted into
one of these types as appropriate before being saved to disk.
</p>
</description>
</component>
<!-- ************************************************************************* -->
<component>
...
...
docs/docs/term_index.xml
View file @
89b9dfa8
...
...
@@ -1223,6 +1223,7 @@
<term
link=
"imaging.html#rgb_alpha_pixel"
name=
"alpha"
/>
<term
file=
"imaging.html"
name=
"save_bmp"
include=
"dlib/image_io.h"
/>
<term
file=
"imaging.html"
name=
"save_png"
include=
"dlib/image_io.h"
/>
<term
file=
"imaging.html"
name=
"save_jpeg"
include=
"dlib/image_io.h"
/>
<term
file=
"imaging.html"
name=
"load_image"
include=
"dlib/image_io.h"
/>
<term
file=
"imaging.html"
name=
"save_dng"
include=
"dlib/image_io.h"
/>
<term
file=
"dlib/image_transforms/spatial_filtering_abstract.h.html"
name=
"create_gaussian_filter"
include=
"dlib/image_transforms.h"
/>
...
...
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