Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
D
dlib
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
钟尚武
dlib
Commits
89b9dfa8
Commit
89b9dfa8
authored
Oct 01, 2014
by
Davis King
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated docs
parent
747088ea
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
26 additions
and
0 deletions
+26
-0
imaging.xml
docs/docs/imaging.xml
+25
-0
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