Commit Graph

6141 Commits

Author SHA1 Message Date
Andrew Murray
3a67ef8bd9 Rearranged operating systems in Platform Support [ci skip] 2017-05-28 12:30:18 +10:00
hugovk
c70eb8a128 flake8 2017-05-27 23:55:14 +03:00
hugovk
c3ed7447cc Document deprecation removal 2017-05-27 23:52:24 +03:00
hugovk
e4d6223c94 Remove deprecated code due for removal in Pillow 4.2 (per PR #2010) 2017-05-27 23:20:03 +03:00
hugovk
4c3107c940 Remove docs about deprecated and already removed code 2017-05-27 22:16:40 +03:00
hugovk
e002207c5b Remove function deprecated and warning since 3.0 (1 Oct 2015) 2017-05-27 21:55:42 +03:00
hugovk
d85dffd150 Remove functions deprecated and warning since 2.0 (15 Mar 2013) and raising exceptions since 3.0 (1 Oct 2015) 2017-05-27 21:52:43 +03:00
Hugo
08c8a7a35e [CI skip] 2017-05-27 19:57:19 +03:00
Hugo
5658ce3c95 Merge pull request #2546 from wiredfool/freebsd-docs
Update install docs for FreeBSD
2017-05-27 19:55:18 +03:00
Hugo
4e1dacd984 Caps and hyphen
[CI skip]
2017-05-27 19:34:53 +03:00
hugovk
20b61b1050 Remove unused function 2017-05-27 19:29:03 +03:00
wiredfool
551e5205d5 Update ISSUE_TEMPLATE.md
Added notes about image hosting.
2017-05-27 17:10:52 +01:00
wiredfool
b076b55623 Merge pull request #2530 from hugovk/compress-level
Fix Image.show compress_level typo
2017-05-27 14:38:32 +01:00
wiredfool
f23c2b4263 Update CHANGES.rst [ci skip] 2017-05-27 14:34:28 +01:00
wiredfool
08fea6b881 Merge pull request #2544 from melvyn-sopacua/freebsd-compat
Ignore openjpeg 1.5 on FreeBSD
2017-05-27 14:32:10 +01:00
Eric Soroos
3d5370e1b2 Updated installation matrix for Freebsd 2017-05-27 13:25:07 +00:00
Melvyn Sopacua
5d7480a91b Add the FIXME and remove debug code 2017-05-26 13:48:38 +02:00
Melvyn Sopacua
092d97f829 Fix compilation on FreeBSD with 2 openjpegs
When openjpeg 1.5 is installed (Calligra 2.x, for example) and OpenJPEG
2.1 is installed, the subdirectory is added twice.

Since the 2nd time is ignored, it is ranked after the more general
/usr/local/include and openjpeg.h from the 1.5 version is picked up.

Fix this in a more general way:
- If a directory is added that already is in path
- But where is specified

Then remove the subdir from path and insert it at the spot requested.

A FIXME is added to the code bit explaining the real issue, but lack
investigative spirit / time to dive down the rabbit hole.
2017-05-26 13:44:26 +02:00
Andrew Murray
a8a499cce2 Fixed typo 2017-05-25 21:06:13 +10:00
Alexander
e6da335206 fee → free 2017-05-25 13:59:11 +03:00
Hugo
c37fa5ab21 [CI skip] 2017-05-24 17:00:33 +03:00
Hugo
2cf03b568a Merge pull request #2540 from radarhere/libimagequant
Update libimagequant to 2.9.1
2017-05-24 16:59:25 +03:00
Andrew Murray
c39fea8bff Updated libimagequant to 2.9.1 2017-05-24 19:53:23 +10:00
Alexander
8c69132579 fix another memory leak 2017-05-23 18:00:15 +03:00
Alexander
873d9ec089 fix memory leak if loading is failed 2017-05-23 18:00:15 +03:00
Alexander
a26a584812 Do not raise SyntaxError for wrong chunks (just ignore them) 2017-05-23 18:00:15 +03:00
wiredfool
497f0d319f Update CHANGES.rst [ci skip] 2017-05-23 10:57:44 +01:00
wiredfool
b742f281ee Merge pull request #2538 from hugovk/not-implemented
Remove code 'not yet implemented' since May 10, 2003
2017-05-23 10:56:29 +01:00
hugovk
f42cbe6e28 Remove code 'not yet implemented' since May 10, 2003 2017-05-22 23:02:08 +03:00
Hugo
59a3e47e4e [CI skip] 2017-05-22 15:08:11 +03:00
Hugo
e283573464 Merge pull request #2537 from radarhere/libtiff
Updated libtiff to 4.0.8
2017-05-22 15:06:58 +03:00
Andrew Murray
e40f32ab7d Updated libtiff to 4.0.8 2017-05-22 19:34:50 +10:00
Andrew Murray
3fa2fa5448 Update CHANGES.rst [ci skip] 2017-05-20 20:43:32 +10:00
Hugo
875d2039e9 [CI skip] 2017-05-18 14:06:19 +03:00
Hugo
fe613b710c Merge pull request #2535 from radarhere/freetype
Update FreeType to 2.8
2017-05-18 14:04:17 +03:00
Andrew Murray
13824d4d70 Updated freetype to 2.8 2017-05-18 19:08:20 +10:00
Hugo
79b251ab80 [CI skip] 2017-05-17 17:13:09 +03:00
Hugo
3bd86b9f51 Merge pull request #2525 from joshblum/fix-unboundlocalerror
Raise TypeError and not also UnboundLocalError in ImageFile.Parser()
2017-05-17 17:12:05 +03:00
Hugo
08c72a1720 flake8 2017-05-16 10:33:38 +03:00
hugovk
6e9e4c1027 Remove unexposed and unused code 2017-05-15 22:59:25 +03:00
hugovk
206e316c0e Test limits of arc/ellipse's start and end 2017-05-15 22:58:51 +03:00
hugovk
f1631e0d05 Test drawing a rectangle bigger than the image 2017-05-15 21:44:28 +03:00
hugovk
5871b7a5ba Test drawing a wide "line" from one point to another just draws a single point 2017-05-15 21:32:54 +03:00
hugovk
2968313bb6 Remove unrunnable code: ImagingDrawWideLine is only called (in _imaging.c) when (width <= 1) is false 2017-05-15 21:17:33 +03:00
Hugo
ae9181f0a4 Test polygons in RGB and L modes 2017-05-15 18:24:12 +03:00
Hugo
e77c3b3eb2 Test ellipse in RGB and L modes 2017-05-15 18:23:00 +03:00
Hugo
de1f156fcd Add test file 2017-05-15 18:13:36 +03:00
Hugo
d4a350cd79 Test chord in RGB and L modes 2017-05-15 18:04:33 +03:00
Hugo
3db1944762 Test drawing polygons with sloped and flat lines 2017-05-15 17:09:29 +03:00
Hugo
f60095f973 Ignore test_images downloaded for tests 2017-05-15 16:11:49 +03:00