21 lines
543 B
C
21 lines
543 B
C
// Copyright (C) 2006 Davis E. King (davis@dlib.net)
|
|
// License: Boost Software License See LICENSE.txt for the full license.
|
|
|
|
#ifdef DLIB_ALL_SOURCE_END
|
|
#include "dlib_basic_cpp_build_tutorial.txt"
|
|
#endif
|
|
|
|
#ifndef DLIB_IMAGe_IO_
|
|
#define DLIB_IMAGe_IO_
|
|
|
|
#include "image_loader/image_loader.h"
|
|
#include "image_loader/png_loader.h"
|
|
#include "image_loader/jpeg_loader.h"
|
|
#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_
|
|
|