include/pngtile.h
changeset 25 a2d30ea44cbe
parent 19 ebcc49de97d0
child 34 a387bc77ad52
equal deleted inserted replaced
24:0d319520916e 25:a2d30ea44cbe
   114 
   114 
   115 /**
   115 /**
   116  * Load the image's cache in read-only mode without trying to update it.
   116  * Load the image's cache in read-only mode without trying to update it.
   117  */
   117  */
   118 // XXX: rename to pt_image_open?
   118 // XXX: rename to pt_image_open?
   119 // TODO: int pt_image_load (struct pt_image *image);
   119 int pt_image_load (struct pt_image *image);
   120 
   120 
   121 /**
   121 /**
   122  * Render a PNG tile to a FILE*.
   122  * Render a PNG tile to a FILE*.
   123  *
   123  *
   124  * The PNG data will be written to the given stream, which will be flushed, but not closed.
   124  * The PNG data will be written to the given stream, which will be flushed, but not closed.