image.h 254 Bytes
Newer Older
1
2
#pragma once

Nicolas Hug's avatar
Nicolas Hug committed
3
#include "cpu/decode_gif.h"
4
5
6
7
8
9
#include "cpu/decode_image.h"
#include "cpu/decode_jpeg.h"
#include "cpu/decode_png.h"
#include "cpu/encode_jpeg.h"
#include "cpu/encode_png.h"
#include "cpu/read_write_file.h"
10
#include "cuda/decode_jpeg_cuda.h"