AppEasy Core SDK  1.5.0
Cross platform mobile and desktop app and game development SDK - The easy way to make apps
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines
CzLoaderJPEG.h
Go to the documentation of this file.
00001 // 
00002 //
00003 // AppEasy SDK - Cross Platform Multi-purpose Game and App Engine
00004 //
00005 // Developed by Matthew Hopwood of Pocketeers Limited - www.pocketeers.co.uk
00006 //
00007 // For updates, tutorials and more details check out www.appeasymobile.com
00008 //
00009 // This code is provided free of charge and without any warranty whatsoever. You must ensure that this whole notice is present in all files and derivatives, so the reader knows its origin.
00010 // If you use this SDK in your product then please ensure that you credit AppEasy's usage appropriately. Please see www.appeasymobile.com for licensing details and support
00011 //
00012 //
00013 
00014 #if !defined(_CCZ_LOADER_JPEG_H_)
00015 #define _CCZ_LOADER_JPEG_H_
00016 
00017 #include "CzLoaders.h"
00018 #include "CzImage.h"
00019 
00020 
00021 //
00022 //
00023 //
00024 //
00025 // CzLoaderPNG - Decodes a PNG file
00026 //
00027 //
00028 //
00029 //
00030 //
00031 class CzLoaderJPEG : public IzLoader
00032 {
00033 public:
00034     // Properties
00035 protected:
00036 public:
00037     // Properties End
00038 protected:
00039 
00040 public:
00041     CzLoaderJPEG() :    IzLoader() {}
00042     virtual ~CzLoaderJPEG()
00043     {
00044     }
00045 
00046 //  char*   Save(char* data, int width, int height, CzImage::eFormat, int compression);
00047 
00048 };
00049 
00050 
00051 #endif  // _CCZ_LOADER_JPEG_H_