il_jp2.h
上传用户:wmy0603
上传日期:2022-05-02
资源大小:1808k
文件大小:1k
源码类别:

压缩解压

开发平台:

Visual C++

  1. //-----------------------------------------------------------------------------
  2. //
  3. // ImageLib Sources
  4. // Copyright (C) 2000-2008 by Denton Woods
  5. // Last modified: 08/24/2008
  6. //
  7. // Filename: src-IL/src/il_jp2.h
  8. //
  9. // Description: Jpeg-2000 (.jp2) functions
  10. //
  11. //-----------------------------------------------------------------------------
  12. #ifndef JP2_H
  13. #define JP2_H
  14. #include "il_internal.h"
  15. ILboolean iLoadJp2Internal(jas_stream_t *Stream, ILimage *Image);
  16. ILboolean iSaveJp2Internal();
  17. jas_stream_t *iJp2ReadStream();
  18. #endif//JP2_H