00001 //----------------------------------------------------------------------------- 00002 // 00003 // ImageLib Sources 00004 // Copyright (C) 2000-2008 by Denton Woods 00005 // Last modified: 08/24/2008 00006 // 00007 // Filename: src-IL/src/il_jp2.h 00008 // 00009 // Description: Jpeg-2000 (.jp2) functions 00010 // 00011 //----------------------------------------------------------------------------- 00012 00013 #ifndef JP2_H 00014 #define JP2_H 00015 00016 #include "il_internal.h" 00017 00018 ILboolean iLoadJp2Internal(jas_stream_t *Stream, ILimage *Image); 00019 ILboolean iSaveJp2Internal(); 00020 jas_stream_t *iJp2ReadStream(); 00021 00022 #endif//JP2_H