|
1 <h1>ImageConversion</h1> |
|
2 <p> |
|
3 Panics used in the Image Conversion Library |
|
4 </p> |
|
5 <code>0</code> |
|
6 <p> |
|
7 No source bitmap. |
|
8 </p> |
|
9 <code>1</code> |
|
10 <p> |
|
11 No destination bitmap. |
|
12 </p> |
|
13 <code>2</code> |
|
14 <p> |
|
15 Reset destination bitmap. |
|
16 </p> |
|
17 <code>3</code> |
|
18 <p> |
|
19 Convert called while busy. |
|
20 </p> |
|
21 <code>4</code> |
|
22 <p> |
|
23 No conversion currently in progress. |
|
24 </p> |
|
25 <code>5</code> |
|
26 <p> |
|
27 Different destination bitmap. |
|
28 </p> |
|
29 <code>6</code> |
|
30 <p> |
|
31 Different destination bitmap mask. |
|
32 </p> |
|
33 <code>7</code> |
|
34 <p> |
|
35 The destination has been illegally modified. |
|
36 </p> |
|
37 <code>8</code> |
|
38 <p> |
|
39 The bitmap has zero dimensions. |
|
40 </p> |
|
41 <code>9</code> |
|
42 <p> |
|
43 No bitmap mask specified. |
|
44 </p> |
|
45 <code>10</code> |
|
46 <p> |
|
47 Invalid frame number. |
|
48 </p> |
|
49 <code>11</code> |
|
50 <p> |
|
51 The source type is undefined. |
|
52 </p> |
|
53 <code>12</code> |
|
54 <p> |
|
55 Comment are not supported. |
|
56 </p> |
|
57 <code>13</code> |
|
58 <p> |
|
59 Header processing is not complete. |
|
60 </p> |
|
61 <code>14</code> |
|
62 <p> |
|
63 Comment number is out of range. |
|
64 </p> |
|
65 <code>15</code> |
|
66 <p> |
|
67 Bad display mode. |
|
68 </p> |
|
69 <code>16</code> |
|
70 <p> |
|
71 Unknown header state. |
|
72 </p> |
|
73 <code>17</code> |
|
74 <p> |
|
75 The descriptor that was passed is not NULL. |
|
76 </p> |
|
77 <code>18</code> |
|
78 <p> |
|
79 Undefined MIME type. |
|
80 </p> |
|
81 <code>19</code> |
|
82 <p> |
|
83 Illegal image sub-type. |
|
84 </p> |
|
85 <code>20</code> |
|
86 <p> |
|
87 Illegal image type. |
|
88 </p> |
|
89 <code>21</code> |
|
90 <p> |
|
91 Illegal encoder restart. |
|
92 </p> |
|
93 <code>22</code> |
|
94 <p> |
|
95 Attempt to change options while decoding in progress. |
|
96 </p> |
|
97 <code>23</code> |
|
98 <p> |
|
99 Decoder not created. |
|
100 </p> |
|
101 <code>24</code> |
|
102 <p> |
|
103 Feature is not yet implemented. |
|
104 </p> |
|
105 <code>25</code> |
|
106 <p> |
|
107 Relay sub thread panic timeout. |
|
108 </p> |
|
109 <code>26</code> |
|
110 <p> |
|
111 Invalid thread state. |
|
112 </p> |
|
113 <code>27</code> |
|
114 <p> |
|
115 Invalid function leave request. |
|
116 </p> |
|
117 <code>28</code> |
|
118 <p> |
|
119 An Image Decoder was found to be in an invalid state. For example <a href="../reference-cpp/ICL/CBufferedImageDecoderClass.html#%3a%3aCBufferedImageDecoder%3a%3aContinueConvert%28%29" title="function CBufferedImageDecoder::ContinueConvert()"><code class="ApiItem">CBufferedImageDecoder::ContinueConvert()</code></a> was called when |
|
120 there is no image data to convert. |
|
121 </p> |
|
122 <code>29</code> |
|
123 <p> |
|
124 Not used. |
|
125 </p> |
|
126 <code>30</code> |
|
127 <p> |
|
128 Illegal call to reserved function. |
|
129 </p> |
|
130 <code>31</code> |
|
131 <p> |
|
132 An index is invalid. For example <a href="../reference-cpp/ICL/TFrameLayoutClass.html#%3a%3aTFrameLayout%3a%3aLength%28%29" title="function TFrameLayout::Length()"><code class="ApiItem">TFrameLayout::Length()</code></a> will panic |
|
133 if the value of the index parameter <code>aIndex</code>is not in the range<code>[0:TFrameLayout::Planes()]</code>. |
|
134 </p> |
|
135 <code>32</code> |
|
136 <p> |
|
137 A parameter value is invalid. For example <a href="../reference-cpp/ICL/TFrameLayoutClass.html#%3a%3aTFrameLayout%3a%3aSetLength%28%29" title="function TFrameLayout::SetLength()"><code class="ApiItem">TFrameLayout::SetLength()</code></a> will |
|
138 panic if the value of the length parameter <code>aLength</code> is negative. |
|
139 </p> |