00001 00002 #include "pngdriver.h" 00003 00004 void PNG_Client_Close(void) 00005 { 00006 if (auto_write) 00007 write_image(); 00008 }