add support of JPEG by using libjpeg

This commit is contained in:
Jinhao
2015-10-17 14:46:02 +08:00
parent 7f4cc3f6d9
commit 23ed986932
3 changed files with 106 additions and 0 deletions

View File

@@ -21,6 +21,9 @@
#include <nana/paint/detail/image_impl_interface.hpp>
#include <nana/paint/pixel_buffer.hpp>
#if defined(NANA_ENABLE_JPEG)
#include "detail/image_jpeg.hpp"
#endif
#if defined(NANA_ENABLE_PNG)
#include "detail/image_png.hpp"