mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-24 00:46:16 +03:00
Add contributors ; rename Tiff.h, fixes #103
This commit is contained in:
parent
6c565e980f
commit
990f5ddd15
2
decode.c
2
decode.c
|
@ -394,7 +394,7 @@ PyImaging_TiffLzwDecoderNew(PyObject* self, PyObject* args)
|
|||
|
||||
#ifdef HAVE_LIBTIFF
|
||||
|
||||
#include "Tiff.h"
|
||||
#include "TiffDecode.h"
|
||||
|
||||
#include <string.h>
|
||||
#ifdef __WIN32__
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
|
2
encode.c
2
encode.c
|
@ -657,7 +657,7 @@ PyImaging_JpegEncoderNew(PyObject* self, PyObject* args)
|
|||
|
||||
#ifdef HAVE_LIBTIFF
|
||||
|
||||
#include "Tiff.h"
|
||||
#include "TiffDecode.h"
|
||||
|
||||
#include <string.h>
|
||||
#ifdef __WIN32__
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue
Block a user