Commit Graph

5200 Commits

Author SHA1 Message Date
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
homm
b77521bd6c Precompute coefficients for all x 2014-11-09 03:05:56 +03:00
homm
40f9f48680 two ImagingStretchHorizaontal pass with two transposes 2014-11-09 03:05:56 +03:00
homm
c8471bcbda Hide stretch implementation detail in Antialias.c 2014-11-09 03:05:56 +03:00
Herb
79c7c7a01a add tests and docs 2014-11-08 14:49:50 +08:00
Hugo
2d5b74f90a Merge pull request #996 from wiredfool/sane-manifest
Remove Sane from manifest, add .msp
2014-11-08 08:37:58 +02:00
wiredfool
612aa99962 Remove Sane from manifest, add .msp 2014-11-07 16:25:02 -08:00
wiredfool
fda52daa32 Update CHANGES.rst 2014-11-07 14:00:35 -08:00
wiredfool
cfbe49f124 Merge pull request #994 from homm/add-transpose
Add transpose and cache aware rotation
2014-11-07 13:58:18 -08:00
Herb
b38c8e0df2 add ico save support 2014-11-08 03:01:46 +08:00
homm
9e5ee5a5bf use not square image for test, fix tests 2014-11-07 13:15:51 +03:00
homm
4cf2f158b6 add test
update comment
2014-11-07 11:48:47 +03:00
wiredfool
8bb22793b3 Merge pull request #984 from hugovk/landscape-fixes
Fixed duplicate imports, naming variables after builtins
2014-11-06 21:50:00 -08:00
wiredfool
9dfa515637 Merge pull request #992 from hugovk/testimagingstretch
Make test_imaging_stretch.py runnable as a standalone script
2014-11-06 21:42:47 -08:00
homm
a51b176644 make ROTATE_CHUNK constant
add comment
2014-11-07 04:46:16 +03:00
homm
cfa20f1004 rotate 90 and 270 by chunks 2014-11-07 04:15:18 +03:00
homm
a960d440db less operations in loop 2014-11-07 03:57:00 +03:00