10#ifndef GUIIMAGEDECODERJPG__H_
11#define GUIIMAGEDECODERJPG__H_
18#include "GUIImageDecoder.h"
22struct jpeg_decompress_struct;
49 jpeg_decompress_struct* m_psInfo;
50 jpeg_error_mgr* m_psJErr;
Contains information about an image loaded by CGUIImageLoader.
Definition: GUIImageData.h:29
Base class for the image decoders.
Definition: GUIImageDecoder.h:25
Loads an image and returns a pointer to a GUIImageData object.
Definition: GUIImageDecoderJPG.h:29
static eC_File * m_pFile
currently open file
Definition: GUIImageDecoderJPG.h:44
virtual eC_Bool LoadImg(CGUIImageData &rkImageData, eC_File *pkImageFile)
static eC_Bool m_bStartOfFile
true if beginning of file
Definition: GUIImageDecoderJPG.h:46
virtual ~CGUIImageDecoderJPG()
Destructor.
CGUIImageDecoderJPG()
Constructor.
static eC_UByte * m_pubBuffer
processing buffer
Definition: GUIImageDecoderJPG.h:45