hugovk
|
30bb31ef59
|
Fix test according to original: 689f28aae7 (diff-d48d995756d16b9d9b8151e27377a37dR25)
|
2015-05-05 19:38:10 +03:00 |
|
Hugo
|
e7d85432e4
|
Fix OS X build
PR https://github.com/python-pillow/Pillow/pull/1209 missed a `file` -> `test_file` change on line 28, which broke the Mac build. Let's also make the constant uppercase whilst we're at it.
|
2015-05-05 11:15:55 +03:00 |
|
Hugo
|
7e02582931
|
Merge pull request #1210 from toabctl/issue-1202
Fix test TestImageFont.test_textsize_equal for SLE11SP3
|
2015-04-29 15:39:50 +03:00 |
|
Thomas Bechtold
|
80a8463225
|
Fix test TestImageFont.test_textsize_equal
The current test failed on SLE11SP3 so use assert_image_similar() for
the test.
This fixes issue 1202.
|
2015-04-29 14:21:42 +02:00 |
|
Andrew Murray
|
ee34d6843b
|
Further health fixes
|
2015-04-24 18:24:52 +10:00 |
|
Andrew Murray
|
76fec69eda
|
Removed unnecessary lambdas
|
2015-04-24 16:02:39 +10:00 |
|
Andrew Murray
|
7f414057c9
|
Fixed redefinition of built-in
|
2015-04-24 16:02:39 +10:00 |
|
Andrew Murray
|
566153f59f
|
Fixed statements with no effect
|
2015-04-24 16:02:39 +10:00 |
|
Andrew Murray
|
540a225ea0
|
Removed unnecessary pass lines and commented debugging lines
|
2015-04-24 16:02:38 +10:00 |
|
Andrew Murray
|
9794aafc37
|
Removed or commented unused variables
|
2015-04-24 16:02:38 +10:00 |
|
Andrew Murray
|
e22e4239e5
|
Removed unused imports
|
2015-04-24 16:01:47 +10:00 |
|
Andrew Murray
|
d1c182cadc
|
Various Flake8 fixes
|
2015-04-24 09:26:52 +10:00 |
|
Hugo
|
5302acae37
|
Merge pull request #1185 from radarhere/icns
Added icns save for OS X
|
2015-04-23 10:47:58 +03:00 |
|
Benoit Pierre
|
a649757f03
|
tests: add missing "from __future__ import division"
|
2015-04-16 20:10:19 +02:00 |
|
Benoit Pierre
|
4f6c366e75
|
fix imaging leaks in putdata and getlist
|
2015-04-16 20:09:39 +02:00 |
|
Hugo
|
b7bf299dad
|
Merge pull request #1113 from bpedersen2/master
Tiff: allow writing floating point tag values
|
2015-04-14 11:50:07 +03:00 |
|
Andrew Murray
|
689f28aae7
|
Added icns save
|
2015-04-12 12:58:46 +10:00 |
|
Alex Clark
|
ea65087a20
|
Merge pull request #1125 from artscoop/patch-1
Fix 32-bit BMP loading (RGBA or RGBX)
|
2015-04-01 15:23:32 -04:00 |
|
hugovk
|
2879819ce7
|
Style/health fixes
|
2015-04-01 16:47:01 +03:00 |
|
Alex Clark
|
c91768f7bf
|
Merge pull request #1117 from radarhere/master
Allow truetype() to search for extensions other than .ttf
|
2015-04-01 06:01:19 -04:00 |
|
Andrew Murray
|
b75ee4c5b6
|
Added tests for font paths without extensions and for preferring ttf extensions
|
2015-04-01 15:26:00 +11:00 |
|
Alex Clark
|
9c37a29553
|
Merge pull request #982 from hugovk/cache
Re-enable test image caching
|
2015-03-31 21:36:24 -04:00 |
|
Alex Clark
|
0925c4adbb
|
Merge pull request #1152 from hugovk/1104
Fix: Cannot identify EPS images
|
2015-03-31 21:12:55 -04:00 |
|
Andrew Murray
|
444d9d5731
|
Changed variable name foo since it has been blacklisted in health
|
2015-04-01 10:29:26 +11:00 |
|
Andrew Murray
|
192fa39fb7
|
Fixed duplicate import in test_imagecms
|
2015-04-01 09:56:12 +11:00 |
|
Andrew Murray
|
128280e5b8
|
Fixed duplicate import in Tests helper
|
2015-04-01 09:56:04 +11:00 |
|
hugovk
|
883858151d
|
Simple test for 1104
|
2015-03-26 14:05:17 +02:00 |
|
Andrew Murray
|
84ec2af495
|
Allow truetype() to search for extensions other than .ttf
|
2015-03-21 21:13:15 +11:00 |
|
Hugo
|
cabbc5d599
|
Merge pull request #1123 from radarhere/font_variant
Added copy method font_variant() and accessible properties to truetype()
|
2015-03-21 10:15:57 +02:00 |
|
hugovk
|
9bd38bfa06
|
Run test_effect_noise() on non-Windows, don't be too strict
|
2015-03-05 23:21:42 +02:00 |
|
artscoop
|
514c55aa16
|
Test fix for supported 32bit RGBA .cur file
Some .cur file with alpha was loaded fully opaque with PIL. Fixed, and fixed the test to take that into account.
|
2015-03-05 10:55:32 +01:00 |
|
Andrew Murray
|
7a798f8724
|
Added copy method font_variant() and accessible properties to truetype()
|
2015-03-04 00:00:18 +11:00 |
|
Hugo
|
061c9f41d8
|
Merge pull request #1121 from radarhere/endian
Let Python do the endian stuff + tests
|
2015-03-02 10:43:27 +02:00 |
|
Andrew Murray
|
f644adbb05
|
Fixed binary conversion bug, and added corresponding tests
|
2015-03-02 09:56:47 +11:00 |
|
Andrew Murray
|
ef6f30b674
|
Fixed typo in Tests README.rst
|
2015-03-02 09:28:24 +11:00 |
|
Björn Pedersen
|
47f5c9e650
|
Fix float precission
|
2015-02-23 12:11:20 +01:00 |
|
Björn Pedersen
|
e8553e1dae
|
Tiff float tags: Use first val in tuple
|
2015-02-23 12:06:29 +01:00 |
|
Björn Pedersen
|
0238a80e24
|
Fix test failure on float
due to rounding, the values are just 'almost' equal.
|
2015-02-23 11:19:32 +01:00 |
|
Benoit Pierre
|
4af381c6ba
|
webp: add memory leak test
|
2015-02-23 11:10:37 +01:00 |
|
Björn Pedersen
|
1f11fc7be5
|
Fix typo in test
|
2015-02-23 11:09:01 +01:00 |
|
Björn Pedersen
|
31be9f12ad
|
Add tests for tiff float tag values
Add tests for writing of float/double values in tiff file tags.
|
2015-02-23 10:52:27 +01:00 |
|
Hans-Peter Jansen
|
be30160d57
|
early versions of webp are known to produce higher deviations: deal with it
|
2015-02-14 23:50:25 +11:00 |
|
hugovk
|
d12acfee84
|
Test as_dict() directly instead of as string. Fix for PyPy.
|
2015-02-08 19:09:39 +02:00 |
|
immerrr
|
d41fed6732
|
Enable basic support for 'RGBa' raw encoding/decoding
|
2015-02-02 13:06:56 +03:00 |
|
wiredfool
|
d80c27dc3f
|
Merge pull request #1095 from hugovk/pickle_L_mode
Fix pickling L mode images with no palette
|
2015-01-30 11:39:50 -08:00 |
|
hugovk
|
7823197fdd
|
Failing tests to pickle L mode images
|
2015-01-30 14:00:46 +02:00 |
|
wiredfool
|
8c2a7502a4
|
Correct the name
|
2015-01-28 10:02:04 -08:00 |
|
wiredfool
|
05fe86654c
|
Added _repr_png method for ipython display hooks
|
2015-01-28 09:35:31 -08:00 |
|
wiredfool
|
1e040feb1b
|
Adjust buffer size when quality=keep, fixes #148 (again)
|
2015-01-18 10:56:29 -08:00 |
|
wiredfool
|
8cb58bbd72
|
Fix bitmap tests to account for different metrics for bitmap and ttf fonts on some platforms
|
2015-01-07 21:38:36 -08:00 |
|