Abstract interface for image file i/o. Reads and writes image files in a particular format.
GetCapabilities return a set of flags describing the general capabilities of the handler
GetSuffixListreturn the set of filename suffixes associated with files that can be manipulated by the handler. each suffix contains the leading period, and suffixes are separated by whitespace
ReadImageread an image from an open file
WriteImagewrite an image to an open file