il_jp2.h
Upload User: wmy0603
Upload Date: 2022-05-02
Package Size: 1808k
Code Size: 1k
Development Platform:

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