Add contributors ; rename Tiff.h, fixes #103

This commit is contained in:
Alex Clark 2013-03-13 21:37:42 -04:00
parent 6c565e980f
commit 990f5ddd15
6 changed files with 8 additions and 3 deletions

View File

@ -394,7 +394,7 @@ PyImaging_TiffLzwDecoderNew(PyObject* self, PyObject* args)
#ifdef HAVE_LIBTIFF
#include "Tiff.h"
#include "TiffDecode.h"
#include <string.h>
#ifdef __WIN32__

View File

@ -31,3 +31,5 @@ Contributors (Pillow)
- Tyler Garner <garnertb __at__ gmail.com>, developer
- etienne <etienne.desautels __at__ gmail.com>, developer
- tdesvenain <thomas.desvenain __at__ gmail.com>, developer
- Liu Qishuai <lqs __at__ lqs.me>, developer
- wiredfool <eric-github __at__ soroos.net>, developer

View File

@ -7,6 +7,9 @@ Changelog (Pillow)
- Add Python 3 support. (Pillow >= 2.0.0 supports Python 2.6, 2.7, 3.2, 3.3. Pillow < 2.0.0 supports Python 2.4, 2.5, 2.6, 2.7.)
[fluggo]
- Add WebP support
[lqs]
- Many other bug fixes and enhancements by many other people (see docs/CONTRIBUTORS.txt).
1.7.8 (2012-11-01)

View File

@ -657,7 +657,7 @@ PyImaging_JpegEncoderNew(PyObject* self, PyObject* args)
#ifdef HAVE_LIBTIFF
#include "Tiff.h"
#include "TiffDecode.h"
#include <string.h>
#ifdef __WIN32__

View File

@ -18,7 +18,7 @@
#define uint uint32
#endif
#include "Tiff.h"
#include "TiffDecode.h"
void dump_state(const TIFFSTATE *state){
TRACE(("State: Location %u size %d eof %d data: %p \n", (uint)state->loc,