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
841615f5
Commit
841615f5
authored
Sep 23, 2011
by
Davis King
Browse files
updated docs
parent
ac76165e
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
6 deletions
+11
-6
docs/docs/imaging.xml
docs/docs/imaging.xml
+5
-5
docs/docs/other.xml
docs/docs/other.xml
+6
-1
No files found.
docs/docs/imaging.xml
View file @
841615f5
...
...
@@ -535,7 +535,7 @@
Note that you must define DLIB_PNG_SUPPORT if you want to use this object. You
must also set your build environment to link to the libpng library. However,
if you use CMake and dlib's default CMakeLists.txt file then it will get setup
automatically.
automatically
(assuming libpng is properly installed on your system)
.
</p>
</description>
...
...
@@ -554,7 +554,7 @@
Note that you must define DLIB_JPEG_SUPPORT if you want to use this object. 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.
automatically
(assuming libjpeg is properly installed in your system)
.
</p>
</description>
...
...
@@ -573,7 +573,7 @@
Note that you must define DLIB_JPEG_SUPPORT if you want to use this object. 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.
automatically
(assuming libjpeg is properly installed in your system)
.
</p>
</description>
...
...
@@ -625,7 +625,7 @@
Note that you must define DLIB_PNG_SUPPORT if you want to use this function. You
must also set your build environment to link to the libpng library. However,
if you use CMake and dlib's default CMakeLists.txt file then it will get setup
automatically.
automatically
(assuming libpng is properly installed in your system)
.
</p>
<p>
This routine can save images containing any type of pixel. However, save_png() can
...
...
@@ -688,7 +688,7 @@
Note that you must define DLIB_PNG_SUPPORT if you want to use this object. You
must also set your build environment to link to the libpng library. However,
if you use CMake and dlib's default CMakeLists.txt file then it will get setup
automatically.
automatically
(assuming libpng is properly installed on your system)
.
</p>
</description>
...
...
docs/docs/other.xml
View file @
841615f5
...
...
@@ -925,7 +925,12 @@
<p>
Note that this wrapper is targeted at SQLite Version 3. To use it
you must make sure you link your application with SQLite.
you must make sure you link your application with SQLite. However,
if you use CMake and dlib's default CMakeLists.txt file then it will get setup
automatically. This is assuming sqlite3 is properly installed on your system.
On ubuntu you can get it by installing the libsqlite3-dev package. Or you can always
download the
<a
href=
"http://www.sqlite.org/download.html"
>
SQLite source
</a>
and compile it straight into your application (download the amalgamation).
</p>
</description>
...
...
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