Commit Graph

3051 Commits

Author SHA1 Message Date
homm
6078e6e1a7 this bug actually was in previous implementation too:
type switch default case was never achieved because special
images is in image8 pointers, not in image32
2014-11-19 03:15:24 +03:00
homm
24ed800fae merge imaging and imaging core resize tests 2014-11-19 03:06:26 +03:00
homm
513e2a12dd resize test rework 2014-11-19 03:03:49 +03:00
Hugo
e0b94d65be Merge pull request #1014 from hugovk/unused_var
Remove unused variable, and other minor flake8 warnings
2014-11-17 14:05:42 +02:00
Hugo
02476b7689 Remove unused variable, and other minor flake8 warnings 2014-11-17 10:33:31 +02:00
wiredfool
a40854499f Update CHANGES.rst [ci skip] 2014-11-15 21:33:21 -08:00
wiredfool
a32f797801 Merge pull request #1012 from wiredfool/libtiff-save-bytesio
Fix for saving TIFF image into an io.BytesIO buffer
2014-11-15 21:31:52 -08:00
wiredfool
9a2cc7df83 hoist import, move test to libtiff 2014-11-15 20:38:52 -08:00
Martin Fergie
8b0ecb6192 Added test for different compression types. 2014-11-14 14:37:03 +00:00
Martin Fergie
dd3a46520c Fix for saving to io.BytesIO() 2014-11-14 12:29:10 +00:00
Hugo
9da99dee8d Update CHANGES.rst [CI skip] 2014-11-14 08:42:41 +02:00
Hugo
c2cd52d3fe Merge pull request #1010 from wiredfool/antialias-debug
Fix Antialias compilation on debug versions of python
2014-11-14 08:41:37 +02:00
Hugo
ebbee834c9 Update CHANGES.rst [CI skip] 2014-11-14 08:40:06 +02:00
Hugo
b5b0b889d3 Merge pull request #1009 from wiredfool/putdata-1008
Fix for Image.putdata segfault
2014-11-14 08:37:50 +02:00
wiredfool
9d1fde0fff Use __NO_INLINE__ instead of Py_DEBUG 2014-11-13 21:35:06 -08:00
wiredfool
112a4815f0 Fix compilation on debug versions of python 2014-11-13 15:53:51 -08:00
wiredfool
f75c5562c7 Fix #1008, Correct argument to PySequence_Fast_GET_ITEM 2014-11-13 15:33:37 -08:00
wiredfool
a105cd7edb Test for issue #1008 2014-11-13 15:33:37 -08:00
Hugo
ccba6af498 Update CHANGES.rst [CI skip] 2014-11-13 10:10:42 +02:00
Hugo
5ae3c1c881 Merge pull request #1007 from wiredfool/ico_save
Ico save, additional tests
2014-11-13 10:09:14 +02:00
wiredfool
03d20d3b6a More tests for ico save 2014-11-12 22:45:35 -08:00
wiredfool
3065df66c3 Merge pull request #989 from thegeorgeous/patch-1
Update installation.rst [ci skip]
2014-11-12 22:30:30 -08:00
wiredfool
ad1b919342 Update CHANGES.rst [ci skip] 2014-11-12 22:15:26 -08:00
wiredfool
212f9d7d8b Merge pull request #1003 from AurelienBallier/master
Use PyQt4 if already imported
2014-11-12 22:12:46 -08:00
Aurélien Ballier
37252a67cc Fix bad importà 2014-11-11 19:39:05 +01:00
Aurélien Ballier
f3284e57a6 Merge remote-tracking branch 'upstream/master'
Conflicts:
	PIL/ImageQt.py
2014-11-11 18:00:00 +01:00
Hugo
35e3ccee1a Merge pull request #1000 from wiredfool/image-doc
Added ref to getpalette
2014-11-10 07:49:09 +02:00
wiredfool
ba178bef85 Added ref to getpalette 2014-11-09 20:51:20 -08:00
homm
aabf66a7a4 fix tests: use im.transform directly when result is compared
with other transform operations.
2014-11-10 02:11:12 +03:00
wiredfool
aff274011b Update CHANGES.rst [ci skip] 2014-11-09 11:42:39 -08:00
homm
f88878c20b reflect changes in documentation 2014-11-09 21:52:16 +03:00
homm
693aff7ee1 remove thumbnail fallback 2014-11-09 21:52:16 +03:00
homm
aba798af25 replace resize implementation 2014-11-09 21:52:16 +03:00
wiredfool
482f658704 Update CHANGES.rst [ci skip] 2014-11-09 10:50:38 -08:00
wiredfool
d781d56aa5 Merge pull request #977 from homm/fast-stretch
Imaging.stretch optimization
2014-11-09 10:47:46 -08:00
homm
90ee223305 Move ImagingTransposeToNew from Antialias.c to Geometry.c 2014-11-09 03:15:54 +03:00
homm
3894dbe754 fix typo 2014-11-09 03:08:26 +03:00
homm
7a64f7be80 Replace UINT32 assignment with per-channel UINT8 assignment 2014-11-09 03:08:25 +03:00
homm
abc5e11371 two bands case 2014-11-09 03:08:25 +03:00
homm
1a7c9b72ab generalize endianess test 2014-11-09 03:08:25 +03:00
Eric Soroos
af02f2b29e Fix for endianness issues in stretch 2014-11-09 03:07:19 +03:00
Eric Soroos
2657c0dec0 Test for endianness issues in stretch 2014-11-09 03:07:18 +03:00
homm
b8a2b5b907 typo. Free mem after ModeError. 2014-11-09 03:05:57 +03:00
homm
1cd6da4a49 fix performance regression on 64 bit GCC 4.8. 2014-11-09 03:05:57 +03:00
homm
42967dd1a6 speedup by unrolling loops 2014-11-09 03:05:57 +03:00
homm
c22af89ef0 optimize memory usage 2014-11-09 03:05:56 +03:00
homm
e9fc720709 faster float to 8bit convertion 2014-11-09 03:05:56 +03:00
homm
a484d28d1f make x indexes int 2014-11-09 03:05:56 +03:00
homm
e276e6a535 move ww into coefficients 2014-11-09 03:05:56 +03:00
homm
01b947c602 Iterate pixels in native order 2014-11-09 03:05:56 +03:00