30#ifndef _SILLYJPGImageContext_h_
31#define _SILLYJPGImageContext_h_
33#include "SILLYImageContext.h"
34#include "SILLYDataSource.h"
65 jpeg_source_mgr src_mgr;
66 jpeg_decompress_struct cinfo;
68 jpeg_error_mgr d_error_mgr;
69 jmp_buf setjmp_buffer;
77#ifdef SILLY_OPT_INLINE
78#include "SILLYJPGImageContext.icpp"
Simple Image Loading LibrarY namespace.
Image Context for JPG image loader.
This is an abstract class used to provide data to the loader.
Store the data needed by an ImageLoader object during the parsing of an image.