Aarni Koskela
42032b3286
Fix ImageStat.mean
docs
...
The docs referred to `ImageStat.pixel`, which isn't a thing at all.
In addition, make it absolutely clear that all of the attributes return per-band data.
2014-07-15 00:44:12 +03:00
wiredfool
f0fa458ca8
Updated Changes.rst [ci skip]
2014-07-12 09:57:38 -07:00
wiredfool
527c150eff
Merge pull request #795 from wiredfool/exif_docs
...
More Docs [ci skip]
2014-07-12 09:54:10 -07:00
wiredfool
b6b36543ce
Autodoc formatting
2014-07-12 09:52:04 -07:00
wiredfool
5d3f834385
including ImageMorph autodoc
2014-07-12 09:41:34 -07:00
wiredfool
8edab8b939
Removed autodoc for ExifTag
2014-07-12 09:37:27 -07:00
wiredfool
c9fccf8ba8
Reducing priority of exiftags docs
2014-07-12 09:35:38 -07:00
Michael Nagy
0b278f3376
Added docs for previously-undocumented ExifTags module.
2014-07-12 10:44:27 -05:00
wiredfool
ee29b0812b
Updated Changes.rst [ci skip]
2014-07-10 10:15:10 -07:00
wiredfool
7bea6764e9
Merge pull request #773 from hugovk/ImageMath
...
More tests for ImageMath.py
2014-07-10 10:14:20 -07:00
wiredfool
b12c8b5045
Update CHANGES.rst [ci skip]
2014-07-09 13:15:53 -07:00
hugovk
e3911facbc
Test ImageMath's mod, imagemath_equal and imagemath_notequal
2014-07-09 21:53:13 +03:00
Alex Clark ☺
878a4e194a
Merge pull request #791 from wiredfool/multiprocessing_fail
...
Disable mp_compile when Multiprocess.Pool fails
2014-07-09 13:29:50 -04:00
Eric Soroos
919315eb9d
More agressive make clean
2014-07-09 10:13:02 -07:00
Eric Soroos
1f0d3e9b00
Don't install mp_compile if multiprocessing.Pool() fails, or if 1 process is going to be used
2014-07-09 10:12:43 -07:00
wiredfool
33e8480c8f
Updated Changes.rst [ci skip]
2014-07-08 10:55:56 -07:00
wiredfool
98ebc16bc0
Merge pull request #789 from wiredfool/hugovk_pr_772
...
Merge of #772 and master
2014-07-08 10:53:24 -07:00
wiredfool
b5c3eb5830
ucase(font_path,font_size)
2014-07-08 10:37:27 -07:00
wiredfool
552effb90d
Merge #772 and master
2014-07-08 10:29:53 -07:00
wiredfool
65357e1722
Merge pull request #783 from hugovk/_util
...
Tests for _util.py
2014-07-08 09:16:52 -07:00
wiredfool
aab065ebec
Merge pull request #788 from hugovk/retry_pyroma
...
travis_retry to avoid spurious pyroma installation failure
2014-07-08 09:16:34 -07:00
Alex Clark
37e6a57351
Update
2014-07-08 05:16:12 -04:00
Alex Clark ☺
962f1b46af
Merge pull request #784 from tk0miya/master
...
Fix return value of FreeTypeFont.textsize() does not include font offsets
2014-07-08 05:14:01 -04:00
hugovk
3d71e3fdb2
Remove unused tearDownModule
2014-07-08 07:59:17 +03:00
hugovk
c2cf0b4edd
Merge remote-tracking branch 'upstream/master' into _util
2014-07-07 23:48:19 +03:00
hugovk
73223fcb23
Test isStringType and isPath in similar way to production code
2014-07-07 23:40:37 +03:00
Hugo
ef3ba5bfaf
Update CHANGES.rst [CI skip]
2014-07-07 23:06:33 +03:00
Hugo
cb5ed5973a
Merge pull request #765 from larsjsol/master
...
Fix dispose calculations for animated GIFs
2014-07-07 23:04:38 +03:00
Lars Jørgen Solberg
9e5f2f9249
use assertEqual for test cases
2014-07-07 21:49:45 +02:00
hugovk
e24cd3652c
Try travis_retry to avoid spurious pyroma installation failure
2014-07-07 22:34:34 +03:00
hugovk
add45b494a
Extract __main__ section of PIL/ImageFont.py into Scripts/createfontdatachunk.py
2014-07-07 22:31:20 +03:00
wiredfool
cf763ea036
Merge pull request #787 from wiredfool/32bit_segfault_test
...
Make 32bit sefrault test safer
2014-07-07 11:49:01 -07:00
Lars Jørgen Solberg
5fa2794386
Tests dispose and transparency for animated gifs
2014-07-07 20:47:18 +02:00
Lars Jørgen Solberg
925277cbfc
ensure that the prevous frame was loaded when seek()ing
2014-07-07 20:46:54 +02:00
wiredfool
e23d3ab779
Merge pull request #780 from hugovk/kill_save2
...
Remove unused WIP save2() from pre-fork days
2014-07-07 11:28:40 -07:00
wiredfool
356e4a8a89
Merge pull request #785 from hugovk/remove_tearDownModule
...
Remove unused tearDownModule()
2014-07-07 11:26:58 -07:00
wiredfool
0a160e44d8
Guard to prevent 64 bit machines from crashing
2014-07-07 11:22:11 -07:00
wiredfool
8d5a1c2a19
Renamed to avoid test runner
2014-07-07 11:21:46 -07:00
hugovk
cf04a9a0d2
Remove unused tearDownModule
2014-07-07 20:03:50 +03:00
Hugo
7dc2975cea
Update CHANGES.rst [CI skip]
2014-07-07 19:27:29 +03:00
Hugo
3ad62fa7fc
Merge pull request #782 from wiredfool/32bit_decompression
...
32bit mult overflow fix
2014-07-07 19:25:39 +03:00
Hugo
487bf172fb
Update CHANGES.rst [CI skip]
2014-07-07 19:24:26 +03:00
Hugo
737c7440d7
Merge pull request #775 from radarhere/master
...
Added class checking to Image __eq__ function
2014-07-07 19:23:06 +03:00
Takeshi KOMIYA
60628c77b3
Fix return value of FreeTypeFont.textsize() does not include font offsets
2014-07-07 14:42:46 +09:00
hugovk
302978e464
flake8
2014-07-06 01:50:24 +03:00
hugovk
691671624c
Test _util.py
2014-07-06 01:47:30 +03:00
wiredfool
e5d07eff05
remove extra import
2014-07-05 15:23:38 -07:00
wiredfool
f5931e8231
Test for #771 , hangs in nose
2014-07-05 15:08:11 -07:00
wiredfool
1008d6a993
Windows compatibility
2014-07-05 15:06:17 -07:00
wiredfool
b7f56409eb
Multiplication needs to be 64bit, to handle overflow regardless of the bittedness of the machine, fixes #771#
2014-07-05 14:30:34 -07:00