Panics used in the Image Conversion Library
0
|
No source bitmap.
|
1
|
No destination bitmap.
|
2
|
Reset destination bitmap.
|
3
|
Convert called while busy.
|
4
|
No conversion currently in progress.
|
5
|
Different destination bitmap.
|
6
|
Different destination bitmap mask.
|
7
|
The destination has been illegally modified.
|
8
|
The bitmap has zero dimensions.
|
9
|
No bitmap mask specified.
|
10
|
Invalid frame number.
|
11
|
The source type is undefined.
|
12
|
Comment are not supported.
|
13
|
Header processing is not complete.
|
14
|
Comment number is out of range.
|
15
|
Bad display mode.
|
16
|
Unknown header state.
|
17
|
The descriptor that was passed is not NULL.
|
18
|
Undefined MIME type.
|
19
|
Illegal image sub-type.
|
20
|
Illegal image type.
|
21
|
Illegal encoder restart.
|
22
|
Attempt to change options while decoding in progress.
|
23
|
Decoder not created.
|
24
|
Feature is not yet implemented.
|
25
|
Relay sub thread panic timeout.
|
26
|
Invalid thread state.
|
27
|
Invalid function leave request.
|
28
|
An Image Decoder was found to be in an invalid state.
For example
CBufferedImageDecoder::ContinueConvert() was called when
there is no image data to convert.
|
29
|
Not used.
|
30
|
Illegal call to reserved function.
|
31
|
An index is invalid.
For example TFrameLayout::Length() will panic
if the value of the index parameter aIndex is not in the range
[0:TFrameLayout::Planes()] .
|
32
|
A parameter value is invalid.
For example TFrameLayout::SetLength() will
panic if the value of the length parameter aLength is negative.
|
|