OSSIM - Open Source Software Image Map  Version 1.9.0 (20180803)
ossimKakaduKeywords.h
Go to the documentation of this file.
1 //----------------------------------------------------------------------------
2 //
3 // License: LGPL
4 //
5 // See LICENSE.txt file in the top level directory for more details.
6 //
7 // Description: Header file for common keyword names.
8 //
9 //----------------------------------------------------------------------------
10 // $Id: ossimKakaduKeywords.h 19904 2011-08-05 17:50:32Z dburken $
11 
12 #ifndef ossimKakaduKeywords_HEADER
13 #define ossimKakaduKeywords_HEADER 1
14 
15 static const ossimString COMPRESSION_RATTIO_KW = "compression_ratio";
16 static const ossimString LEVELS_KW = "levels";
17 static const ossimString REVERSIBLE_KW = "reversible";
18 static const ossimString THREADS_KW = "threads";
19 static const ossimString ADD_ALPHA_CHANNEL_KW = "add_alpha_channel";
20 
21 #endif /* #ifndef ossimKakaduKeywords_HEADER */