|
libcvd
|
Exceptions specific to image loading and saving More...
Classes | |
| struct | All |
| Base class for all Image_IO exceptions. More... | |
| struct | EofBeforeImage |
| The file ended before the image. More... | |
| struct | IfstreamNotOpen |
| The ifstream which the file is being read from is not open. More... | |
| struct | ImageSizeMismatch |
| The loaded image is not the right size. More... | |
| struct | InternalLibraryError |
| An error occurred in one of the helper libraries. More... | |
| struct | MalformedImage |
| The image was incorrect. More... | |
| struct | MissingImageType |
| This image type is not supported. More... | |
| struct | OpenError |
| Error in opening file. More... | |
| struct | ReadTypeMismatch |
| Type mismatch reading the image (image data is either 8- or 16-bit, and it must be the same in the file) More... | |
| struct | UnseekableIstream |
| Cannot seek in this stream. More... | |
| struct | UnsupportedImageSubType |
| This image subtype is not supported. More... | |
| struct | UnsupportedImageType |
| This image type is not supported. More... | |
| struct | WriteError |
| Error writing the image. More... | |
| struct | WriteTypeMismatch |
| Type mismatch reading the image (image data is either 8- or 16-bit, and it must be the same in the file) More... | |
Exceptions specific to image loading and saving
1.8.13