libiz.h
Go to the documentation of this file.
00001 #ifndef IZ_LIBIZ_H
00002 #define IZ_LIBIZ_H 1
00003 
00004 #include "image.h"
00005 
00006 namespace IZ {
00007 
00008 void initDecodeTable();
00009 void initEncodeTable();
00010 
00011 void decodeImageSize(Image<> &im, const unsigned char *src);
00012 
00013 const unsigned char *decodeImage(Image<> &im, const unsigned char *src);
00014 unsigned char *encodeImage(const Image<> &im, unsigned char *dest);
00015 
00016 } // namespace IZ
00017 
00018 #endif


imagezero
Author(s):
autogenerated on Thu Jun 6 2019 21:34:51