MrSID Decode SDK for Raster Reference Manual  9.5.1.4427
lti_writersStatus.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_WRITERSSTATUS_H
14 #define LTI_WRITERSSTATUS_H
15 
16 #include "lt_base.h"
17 
18 #define LTI_STS_Writers_Base 50400
19 LT_STATUSSTRING_ADD(LTI_STS_Writers_Base, "lt_lib_mrsid_imageWriters base")
20 
21 #define LTI_STS_Writers_CannotWriteFile 50401
22 LT_STATUSSTRING_ADD(LTI_STS_Writers_CannotWriteFile, "Cannot write to file %F")
23 
24 #define LTI_STS_Writers_UnsupColorSpace 50402
26 
27 #define LTI_STS_Writers_UnsupDataType 50403
29 
30 #define LTI_STS_Writers_AllocFailed 50404
31 LT_STATUSSTRING_ADD(LTI_STS_Writers_AllocFailed, "memory allocation failed")
32 
33 
34 #define LTI_STS_Writers_TIFFFieldInfoNotSet 50410
36 
37 #define LTI_STS_Writers_TIFFLibraryError 50411
38 LT_STATUSSTRING_ADD(LTI_STS_Writers_TIFFLibraryError, "TIFF: library error - %s")
39 
40 #define LTI_STS_Writers_TIFFLibraryWarning 50412
41 LT_STATUSSTRING_ADD(LTI_STS_Writers_TIFFLibraryWarning, "TIFF: library warning - %s")
42 
43 #define LTI_STS_Writers_TIFFUnsupOutputFormat 50413
44 LT_STATUSSTRING_ADD(LTI_STS_Writers_TIFFUnsupOutputFormat, "TIFF: unsupported output format")
45 
46 #define LTI_STS_Writers_TIFFWriteDataFailed 50414
48 
49 #define LTI_STS_Writers_TIFFUnsupClutType 50415
50 LT_STATUSSTRING_ADD(LTI_STS_Writers_TIFFUnsupClutType, "TIFF: unsupported CLUT type")
51 
52 #define LTI_STS_Writers_TIFFMetadataError 50416
54 
55 #define LTI_STS_Writers_TIFFToLarge 50417
56 LT_STATUSSTRING_ADD(LTI_STS_Writers_TIFFToLarge, "TIFF: Resulting tiff file is too large: > 4GB")
57 
58 
59 #define LTI_STS_Writers_GDALErrorMessage 50420
61 
62 
63 #define LTI_STS_Writers_GeoTIFFBadKeyDims 50430
64 LT_STATUSSTRING_ADD(LTI_STS_Writers_GeoTIFFBadKeyDims, "GeoTIFF: bad metadata key format")
65 
66 #define LTI_STS_Writers_GeoTIFFUnableToSetKey 504131
68 
69 #define LTI_STS_Writers_GeoTIFFOpenFileError 50432
70 LT_STATUSSTRING_ADD(LTI_STS_Writers_GeoTIFFUnableToSetKey, "GeoTIFF: error opening file")
71 
72 
73 #define LTI_STS_Writers_BBBCannotWriteFile 50440
74 LT_STATUSSTRING_ADD(LTI_STS_Writers_BBBCannotWriteFile, "BBB: cannot write to file")
75 
76 
77 #define LTI_STS_Writers_BMPCannotWriteFile 50450
78 LT_STATUSSTRING_ADD(LTI_STS_Writers_BMPCannotWriteFile, "BMP: cannot write to file")
79 
80 
81 #define LTI_STS_Writers_JPEGErrorMessage 50460
83 
84 #define LTI_STS_Writers_JPEGOpenFileError 50461
85 LT_STATUSSTRING_ADD(LTI_STS_Writers_JPEGOpenFileError, "JPEG: error opening file")
86 
87 
88 #define LTI_STS_Writers_GIFCannotWriteFile 50462
89 LT_STATUSSTRING_ADD(LTI_STS_Writers_GIFCannotWriteFile, "GIF: cannot write to file")
90 
91 #define LTI_STS_Writers_GIFImageFormattingError 50463
92 LT_STATUSSTRING_ADD(LTI_STS_Writers_GIFImageFormattingError, "GIF: error while composing file")
93 
94 #define LTI_STS_Writers_PNGOutOfMemory 50464
96 
97 #define LTI_STS_Writers_PNGLibraryError 50465
99 
100 #define LTI_STS_Writers_Max 50499
101 LT_STATUSSTRING_ADD(LTI_STS_Writers_Max, "lt_lib_mrsid_imageWriters max")
102 
103 
104 #endif // LTI_WRITERSSTATUS_H

LizardTech