equal
deleted
inserted
replaced
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. |