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
747088ea
Commit
747088ea
authored
Sep 30, 2014
by
Davis King
Browse files
Added save_jpeg()
parent
3bef1e6b
Changes
25
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
562 additions
and
0 deletions
+562
-0
dlib/external/libjpeg/jfdctint.cpp
dlib/external/libjpeg/jfdctint.cpp
+283
-0
dlib/image_io.h
dlib/image_io.h
+1
-0
dlib/image_saver/save_jpeg.cpp
dlib/image_saver/save_jpeg.cpp
+147
-0
dlib/image_saver/save_jpeg.h
dlib/image_saver/save_jpeg.h
+82
-0
dlib/image_saver/save_jpeg_abstract.h
dlib/image_saver/save_jpeg_abstract.h
+49
-0
No files found.
dlib/external/libjpeg/jfdctint.cpp
0 → 100644
View file @
747088ea
This diff is collapsed.
Click to expand it.
dlib/image_io.h
View file @
747088ea
...
...
@@ -9,6 +9,7 @@
#include "image_loader/load_image.h"
#include "image_saver/image_saver.h"
#include "image_saver/save_png.h"
#include "image_saver/save_jpeg.h"
#endif // DLIB_IMAGe_IO_
dlib/image_saver/save_jpeg.cpp
0 → 100644
View file @
747088ea
This diff is collapsed.
Click to expand it.
dlib/image_saver/save_jpeg.h
0 → 100644
View file @
747088ea
This diff is collapsed.
Click to expand it.
dlib/image_saver/save_jpeg_abstract.h
0 → 100644
View file @
747088ea
This diff is collapsed.
Click to expand it.
Prev
1
2
Next
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