Commit Graph

5916 Commits

Author SHA1 Message Date
hugovk
04f28b691e Test negate and fix a TypeError: list indices must be integers, not str 2017-05-30 18:02:20 +03:00
hugovk
761081b1e3 Test mirroring 2017-05-30 18:02:20 +03:00
Hugo
01b2d5b0ab [CI skip] 2017-05-30 17:55:13 +03:00
Hugo
f3cce369dd Merge pull request #2561 from dov/fix-lut-size
Fix wrong expected size of MRLs read from disk
2017-05-30 17:53:29 +03:00
Dov Grobgeld
4d75070223 Fixed wrong expected size of luts read from disk. 2017-05-30 16:34:41 +03:00
Hugo
241f437b60 Merge pull request #2557 from radarhere/docs
Minor documentation changes
2017-05-29 13:37:53 +03:00
Andrew Murray
1df8ac22fd Changed wording [ci skip] 2017-05-29 19:42:06 +10:00
Andrew Murray
5eabd731f0 Changed tutorial code to use with for opening files [ci skip] 2017-05-29 19:41:48 +10:00
Andrew Murray
cafc311943 Added import statements to make examples self-contained [ci skip] 2017-05-29 19:41:30 +10:00
Hugo
98de727575 Merge pull request #2550 from radarhere/support
Rearrange operating systems in Platform Support
2017-05-28 08:36:17 +03:00
Andrew Murray
3a67ef8bd9 Rearranged operating systems in Platform Support [ci skip] 2017-05-28 12:30:18 +10: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
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
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
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
b43a9ac3d4 Merge pull request #2531 from radarhere/url
Fixed Tox URL
2017-05-15 13:20:58 +03:00
Hugo
ddb40228fd Update CHANGES.rst 2017-05-15 13:08:52 +03:00
Hugo
99032c7660 Merge pull request #2528 from hugovk/codecov
Use Codecov for coverage
2017-05-15 13:01:33 +03:00
Andrew Murray
18dcc438c1 Fixed URL 2017-05-15 19:56:16 +10:00
Hugo
bb7596d8b6 Fix option typo 2017-05-14 12:14:29 +03:00
Joshua Blum
a6874f01ac Add test 2017-05-13 12:07:16 -04:00
Joshua Blum
e763c2281f Update ImageFile.py 2017-05-13 12:07:16 -04:00
Hugo
94ca4f2db2 Disable Codecov PR comment https://docs.codecov.io/v4.3.6/docs/pull-request-comments 2017-05-13 18:25:14 +03:00
Hugo
82c51e4df9 Update CHANGES.rst [CI skip] 2017-05-13 17:00:53 +03:00
Hugo
d1feaf8046 Merge pull request #2527 from wiredfool/pr_2509
Use PNG for Image.show()
2017-05-13 16:59:20 +03:00
wiredfool
7f3a9c43da Update CHANGES.rst [ci skip] 2017-05-13 14:28:48 +01:00
wiredfool
f3364de7b9 Merge pull request #2522 from wiredfool/WITH_DEBUG_flag
Remove WITH_DEBUG compilation flag
2017-05-13 14:28:10 +01:00
wiredfool
38613f72da Update CHANGES.rst [ci skip] 2017-05-13 14:26:25 +01:00
wiredfool
f6f30b1c13 Merge pull request #2521 from adw1n/master
Fix for issue #2514 - error handling mistake in _webp.c
2017-05-13 14:24:51 +01:00