include/pngtile.h
Mon, 25 Jan 2010 05:14:00 +0200 Tero Marttila document pt_image_tile_* as semi-threadsafe, and nogil pypngtile.pyx (and get rid of trap_err, ugh). Also fix constness warning
Mon, 25 Jan 2010 04:33:38 +0200 Tero Marttila PT_ERR_TILE_DIM and PT_ERR_TILE_ZOOM
Mon, 25 Jan 2010 04:07:22 +0200 Tero Marttila add no-op PT_OPEN_READ flag
Mon, 25 Jan 2010 02:40:19 +0200 Tero Marttila pt_png_check, and fclose() pt_image_open_file
Mon, 25 Jan 2010 02:09:29 +0200 Tero Marttila document pt_ctx as optional
Mon, 25 Jan 2010 01:59:06 +0200 Tero Marttila pt_cache_close
Mon, 25 Jan 2010 01:41:25 +0200 Tero Marttila major refactoring of pt_cache, split off all PNG processing into pt_png
Sun, 24 Jan 2010 23:17:10 +0200 Tero Marttila add some additional pt_image_info fields for stat
Sun, 24 Jan 2010 23:04:55 +0200 Tero Marttila fix cache->size calculation to not include the header
Sun, 24 Jan 2010 23:03:12 +0200 Tero Marttila skip contiguous regions of some background color
Wed, 06 Jan 2010 16:23:35 +0200 Tero Marttila implement zoom
Thu, 31 Dec 2009 17:37:31 +0200 Tero Marttila pt_image_load
Thu, 31 Dec 2009 16:40:13 +0200 Tero Marttila implement pt_ctx threadpool and pt_image_tile_async
Thu, 31 Dec 2009 14:01:37 +0200 Tero Marttila add missing lib/tile.*
Tue, 29 Dec 2009 16:44:48 +0200 Tero Marttila add library error codes, and fix image fopen error handling
Tue, 29 Dec 2009 15:38:31 +0200 Tero Marttila move public headers to include/, python stuff to python/ sub-dir