MrSID Decode SDK for Raster Reference Manual  9.1.0.4045
lti_filtersStatus.h
Go to the documentation of this file.
1 /* $Id$ */
2 /* //////////////////////////////////////////////////////////////////////////
3 // //
4 // This code is Copyright (c) 2004 LizardTech, Inc, 1008 Western Avenue, //
5 // Suite 200, Seattle, WA 98104. Unauthorized use or distribution //
6 // prohibited. Access to and use of this code is permitted only under //
7 // license from LizardTech, Inc. Portions of the code are protected by //
8 // US and foreign patents and other filings. All Rights Reserved. //
9 // //
11 /* PUBLIC */
12 
13 #ifndef LTI_FILTERSSTATUS_H
14 #define LTI_FILTERSSTATUS_H
15 
16 #include "lt_base.h"
17 
18 #define LTI_STS_Filters_Base 50200
19 LT_STATUSSTRING_ADD(LTI_STS_Filters_Base, "lt_lib_mrsid_imageFilters base")
20 
21 #define LTI_STS_Filters_UnsupDataType 50201
23 
24 #define LTI_STS_Filters_UnsupColorTransform 50202
25 LT_STATUSSTRING_ADD(LTI_STS_Filters_UnsupColorTransform, "unsupported colorspace transform")
26 
27 #define LTI_STS_Filters_InvalidArgument 50203
29 
30 #define LTI_STS_Filters_UnsupDataTypeTransform 50204
31 LT_STATUSSTRING_ADD(LTI_STS_Filters_UnsupDataTypeTransform, "unsupported datatype transform")
32 
33 #define LTI_STS_Filters_MosaicIncompatPixelProps 50205
34 LT_STATUSSTRING_ADD(LTI_STS_Filters_MosaicIncompatPixelProps, "incompatible pixel properties - bit-depth, colorspace, etc")
35 
36 #define LTI_STS_Filters_MosaicIncompatXRes 50206
37 LT_STATUSSTRING_ADD(LTI_STS_Filters_MosaicIncompatXRes, "incompatible X resolutions")
38 
39 #define LTI_STS_Filters_MosaicIncompatYRes 50207
40 LT_STATUSSTRING_ADD(LTI_STS_Filters_MosaicIncompatYRes, "incompatible Y resolutions")
41 
42 #define LTI_STS_Filters_WatermarkTooBig 50208
44 
45 #define LTI_STS_Filters_InvalidSampleMap 50209
47 
48 #define LTI_STS_Filters_InvalidEmbedding 50210
50 
51 #define LTI_STS_Filters_InvalidComposition 50211
52 LT_STATUSSTRING_ADD(LTI_STS_Filters_InvalidComposition, "invalid composition inputs")
53 
54 #define LTI_STS_Filters_MosaicIncompatXResMulti 50212
55 LT_STATUSSTRING_ADD(LTI_STS_Filters_MosaicIncompatXResMulti, "incompatible X resolutions - not scalable")
56 
57 #define LTI_STS_Filters_MosaicIncompatYResMulti 50213
58 LT_STATUSSTRING_ADD(LTI_STS_Filters_MosaicIncompatYResMulti, "incompatible Y resolutions - not scalable")
59 
60 #define LTI_STS_Filters_MosaicIncompatXYResMulti 50214
61 LT_STATUSSTRING_ADD(LTI_STS_Filters_MosaicIncompatXYResMulti, "incompatible X/Y resolutions - not scalable")
62 
63 #define LTI_STS_Filters_UnsupColorSpace 50215
65 
66 #define LTI_STS_Filters_AllocFailed 50216
67 LT_STATUSSTRING_ADD(LTI_STS_Filters_AllocFailed, "memory allocation failed")
68 
69 #define LTI_STS_Filters_InvalidDynamicRange 50217
71 
72 #define LTI_STS_Filters_BandAidStringFormat 50230
73 LT_STATUSSTRING_ADD(LTI_STS_Filters_BandAidStringFormat, "bad format or syntax error of band string")
74 
75 #define LTI_STS_Filters_BandAidBandNum 50231
77 
78 #define LTI_STS_Filters_InvalidScene 50232
79 LT_STATUSSTRING_ADD(LTI_STS_Filters_InvalidScene, "invalid or empty scene specified")
80 
81 #define LTI_STS_Filters_FileCacheZeroFill 50233
82 LT_STATUSSTRING_ADD(LTI_STS_Filters_FileCacheZeroFill, "could not zero fill cache file (disc space)")
83 
84 #define LTI_STS_Filters_FileCacheWriteError 50234
86 
87 #define LTI_STS_Filters_FileCacheReadError 50235
89 
90 #define LTI_STS_Filters_MaskPixelMismatch 50236
92 
93 #define LTI_STS_Filters_UnsupBulkPropsVersion 50237
94 LT_STATUSSTRING_ADD(LTI_STS_Filters_UnsupBulkPropsVersion, "unsupported bulk properies version")
95 
96 #define LTI_STS_Filters_BulkPropsOpenErr 50238
97 LT_STATUSSTRING_ADD(LTI_STS_Filters_BulkPropsOpenErr, "could not open bulk properies file")
98 
99 #define LTI_STS_Filters_DuplicateBandsNotSupported 50239
100 LT_STATUSSTRING_ADD(LTI_STS_Filters_DuplicateBandsNotSupported, "filter does not support duplicate bands in the band selection")
101 
102 #define LTI_STS_Filters_Max 50299
103 LT_STATUSSTRING_ADD(LTI_STS_Filters_Max, "lt_lib_mrsid_imageFilters max")
104 
105 #endif // LTI_FILTERSSTATUS_H

LizardTech