Go to the source code of this file.
Variable Documentation
| const ERRCODE BADBPP = "Only 1,2,4,5,6,8 bpp are supported" |
| const ERRCODE BADIMAGECOORDS = "Coordinates in image out of bounds" |
| const ERRCODE BADIMAGEFORMAT = "Illegal image format" |
| const ERRCODE BADIMAGESEEK = "Can't seek backwards in a buffered image!" |
| const ERRCODE BADIMAGESIZE = "Illegal image size" |
| const ERRCODE BADIMAGETYPE = "Unrecognized image type" |
| const ERRCODE BADWINDOW = "Convolution window must have odd dimensions" |
| const ERRCODE CANTREADIMAGETYPE = "Can't read this image type" |
| const ERRCODE CANTWRITEIMAGETYPE = "Can't write this image type" |
| const ERRCODE IMAGEUNDEFINED = "Attempt to operate on undefined image" |