classImageIO 03
Member Function Documentation¶
| 
 | 
| This function is called to check if a file with a given filename can be read by the plugin. The function should not just check the filename extension but should also attempt to open the file and read whatever data (that is usually the file header) to make sure it is in the proper format. Return TRUE if the file can be read by the plugin. Definition at line 73 of file ImageIO.h. References FALSE. | 
| 
 | 
| For file format that can store multiple frames in the same file, this function is called when the total number of files have been saved. Definition at line 121 of file ImageIO.h. References CloseWriteFrame(), FALSE, and m_isopened. Here is the call graph for this function: | 
| 
 | 
| This function is called to close a file after the total number of frames have been saved. Definition at line 79 of file ImageIO.h. Referenced by CloseWrite(). | 
| 
 | ||||||||||||||||
| Definition at line 74 of file ImageIO.h. | 
| 
 | 
| This function is called when the ImageIO are registered with Animation:Master. The function should fill the ImageIOInfo with the appropriate information. 
 Definition at line 76 of file ImageIO.h. References FALSE. | 
| 
 | 
| Should return TRUE if the file is currently open. Definition at line 81 of file ImageIO.h. References FALSE. | 
| 
 | ||||||||||||||||||||
| This function is called to read a frame from a file. 
 Definition at line 80 of file ImageIO.h. References HBitmapNode::LOAD_FAILED. | 
| 
 | ||||||||||||||||||||
| This function should open the file. This would also be the appropriate place to write the file header in the case of file format that allow saving multiple frames in the same file. Definition at line 77 of file ImageIO.h. Referenced by Write(). | 
| 
 |