Common Graphics : Image and icon file formats

Image and icon file formats
There are many file formats used for storing images and icons. Common Graphics provides several classes for reading and writing standard file formats. The following image file formats are supported:
Table 23. Supported image file formats
The following icon file formats are supported:
Table 24. Supported icon file formats
The following table shows the class hierarchy that implements the file format framework of Common Graphics. This framework provides methods to load and unload images and icons in these formats, to test whether a file has a given format, and to detect what the format of a given file is.
Table 25. File format class hierarchy
In addition to loading from files and unloading into files, Common Graphics provides methods to load from ByteArrays and unload into ByteArrays. Error handling methods are also provided. These methods are described in the following sections.