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 |
|
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 |
|
Yifu Yu
|
14a9bba962
|
Make bitmap test runnable as a standalone.
|
2015-01-07 21:38:36 -08:00 |
|
Yifu Yu
|
20642d67cc
|
Remove unused StringIO.
StringIO does not exists on py3, which leads to failure of building.
|
2015-01-07 21:38:36 -08:00 |
|
Yifu Yu
|
152c8afcd3
|
Change bitmap test suite.
Strangely, the bitmap version of DejaVu Sans is always vertical
one pixer longer.
|
2015-01-07 21:38:36 -08:00 |
|
Yifu Yu
|
b2e10d25f6
|
Testcase added.
|
2015-01-07 21:38:35 -08:00 |
|
wiredfool
|
059a00eefa
|
Merge pull request #1064 from wiredfool/font-tests
Restrict tests to linux/osx
|
2014-12-31 20:14:14 -08:00 |
|
wiredfool
|
96c06de695
|
Restrict tests to linux/osx
|
2014-12-31 19:59:50 -08:00 |
|
wiredfool
|
ca4ec0cea2
|
Fixed array parameters to reflect new image resizing behavior
|
2014-12-31 17:17:42 -08:00 |
|
wiredfool
|
1aed192554
|
Merge pull request #1054 from charleslaw/master
Look for OSX and Linux fonts in common places (fixes #370)
|
2014-12-31 14:43:13 -08:00 |
|
Hugo
|
b3e09122e5
|
Merge pull request #1060 from wiredfool/png-dos
Fix potential PNG decompression DOS
|
2014-12-31 20:32:41 +02:00 |
|
wiredfool
|
6696b780e3
|
Test style cleanup
|
2014-12-30 16:57:24 -08:00 |
|
wiredfool
|
0b75526ffe
|
Limit total text chunk size to 64k
|
2014-12-29 17:10:27 -08:00 |
|
wiredfool
|
6ffe9e1689
|
Merge pull request #1058 from hugovk/anntzer-tiff-resolution2
Tests for PR #1044: Use underscores, not spaces, in TIFF tag kwargs
|
2014-12-29 15:23:20 -08:00 |
|
wiredfool
|
5390aa1692
|
Merge pull request #1055 from hugovk/test_psdraw
Update and test PSDraw
|
2014-12-29 15:17:23 -08:00 |
|
Charles Law
|
ee7b15c924
|
Add tests for finding fonts in linux and osx
|
2014-12-29 10:09:37 -08:00 |
|