wiredfool
|
c50503a14d
|
API change/revert: Bytes should be returned as a single byte string, not a tuple of integers
|
2016-06-26 12:06:56 +01:00 |
|
wiredfool
|
a64c1674a1
|
Tests for issue #1462, #1834, #1831, #1910
|
2016-06-26 12:05:05 +01:00 |
|
wiredfool
|
1e2a27f00d
|
Fixed broken test re: https://github.com/python-pillow/Pillow/issues/1462#issuecomment-210487186
|
2016-06-26 12:02:45 +01:00 |
|
wiredfool
|
97dbb5cd33
|
Merge pull request #1977 from kkopachev/jpeg-junk-header
Skip extra 0xff00 in jpeg
|
2016-06-25 15:30:19 +01:00 |
|
wiredfool
|
c1d25d9062
|
Merge pull request #1985 from wiredfool/palette
Use bytearray for mutable palette storage
|
2016-06-25 15:14:07 +01:00 |
|
wiredfool
|
95874635e1
|
Merge pull request #1984 from wiredfool/pr_1824
Pr 1824 rebase
|
2016-06-25 15:01:34 +01:00 |
|
wiredfool
|
0bc06f7944
|
Fix filename on py2.6
|
2016-06-25 14:50:40 +01:00 |
|
wiredfool
|
9e1b4aba9a
|
These modes upconvert to 32bit I
|
2016-06-25 14:33:26 +01:00 |
|
Bryant Mairs
|
4f2836e218
|
Move constant to module level.
|
2016-06-25 12:20:37 +01:00 |
|
Bryant Mairs
|
7d5856bdf7
|
Corrects fromarray() datatype mapping for integer datatypes.
Currently failing for int16LE as of this commit.
|
2016-06-25 12:20:37 +01:00 |
|
Bryant Mairs
|
7fb24e8af0
|
Add test for reading and writing uint16 TIFFs.
|
2016-06-25 12:20:37 +01:00 |
|
Bryant Mairs
|
f51e90bf33
|
Create named constant for repeated values.
|
2016-06-25 12:19:12 +01:00 |
|
Bryant Mairs
|
51247fb7f0
|
Test all applicable numpy datatypes for Image.fromarray()
|
2016-06-25 12:19:12 +01:00 |
|
wiredfool
|
6a3acde001
|
Merge pull request #1909 from uploadcare/png-icc-profile
Get ICC profile from `encoderinfo` while PNG saving
|
2016-06-25 11:01:53 +01:00 |
|
Konstantin Kopachev
|
c8f93c979c
|
Skip extra 0xff00 in jpeg
|
2016-06-22 13:36:23 -07:00 |
|
Andrew Murray
|
3c2e374824
|
Added test
|
2016-06-09 22:28:29 +01:00 |
|
wiredfool
|
62551a8b49
|
Merge pull request #1933 from uploadcare/resample-vertical-pass
Resample horizontal + vertical pass
|
2016-06-08 14:14:41 +01:00 |
|
homm
|
f09067e45e
|
add La mode (2 bands) to the test
|
2016-05-28 10:47:14 +03:00 |
|
homm
|
a1b12f792a
|
improve CoreResampleAccuracy test. Use all bands configurations
|
2016-05-27 07:09:49 +03:00 |
|
homm
|
edc9880b61
|
accept RGBa and La modes for blur
|
2016-05-27 03:16:48 +03:00 |
|
wiredfool
|
3657bc10a6
|
Merge pull request #1889 from rr-/libpngquant
Add libimagequant support in quantize()
|
2016-05-26 21:12:25 +01:00 |
|
rr-
|
db989ad99b
|
Add perceptive comparisons to quantization tests
|
2016-05-26 17:23:43 +02:00 |
|
homm
|
c4b92d09b7
|
support for La mode
|
2016-05-26 15:15:08 +03:00 |
|
homm
|
1ed5c59f23
|
tests for LA modes
|
2016-05-26 15:15:08 +03:00 |
|
homm
|
8947485e71
|
test dirty pixels
|
2016-05-26 15:15:08 +03:00 |
|
homm
|
05d1022e99
|
test for levels
|
2016-05-26 15:15:08 +03:00 |
|
homm
|
5ffd9e53bc
|
use calloc and INT_MAX
|
2016-05-26 02:28:35 +03:00 |
|
homm
|
555d2ace49
|
add test for L
|
2016-05-26 02:07:56 +03:00 |
|
homm
|
f44a7f8b11
|
implement round
fix windows build
|
2016-05-26 02:07:56 +03:00 |
|
homm
|
e47002dec3
|
tests for 32bit modes
|
2016-05-26 02:07:56 +03:00 |
|
homm
|
9618ec98b8
|
test for consistency
|
2016-05-26 02:07:56 +03:00 |
|
Alexander Karpinsky
|
73c81404e6
|
Merge pull request #1920 from uploadcare/resampling-accuracy-tests
Tests for resampling accuracy
|
2016-05-26 02:05:15 +03:00 |
|
wiredfool
|
5839c3b9d1
|
Merge pull request #1921 from thebostik/decode_jpeg_qtable
More fixes related to custom jpeg qtables
|
2016-05-24 09:51:46 +01:00 |
|
wiredfool
|
1eedd2ef15
|
Merge pull request #1896 from radarhere/comment
Added support for GIF comment extension
|
2016-05-23 22:32:52 +01:00 |
|
Stephen Arthur
|
7872501c5b
|
Added test cases to exhibit issues with custom qtables
|
2016-05-22 17:54:03 -07:00 |
|
homm
|
39fcd80b2e
|
tests for resample accuracy
|
2016-05-21 23:58:54 +03:00 |
|
homm
|
1a6c6b1250
|
tests for icc profile in png
|
2016-05-12 20:31:54 +03:00 |
|
Andrew Murray
|
6de51536c4
|
Replaced mixed tabs and spaces with spaces
|
2016-05-10 22:23:23 +10:00 |
|
Andrew Murray
|
63ae7fbfe9
|
Removed unnecessary lambdas
|
2016-05-10 22:20:49 +10:00 |
|
Andrew Murray
|
8298fcce73
|
Added support for GIF comment extension
|
2016-05-07 13:57:40 +10:00 |
|
rr-
|
d471b35470
|
Fix typo
|
2016-05-06 23:29:53 +02:00 |
|
rr-
|
c5278000c5
|
Skip libimagequant's test if it's unavailable
|
2016-05-06 21:40:18 +02:00 |
|
wiredfool
|
9a4f6482b4
|
Merge pull request #1893 from wiredfool/tiff_check
Skip tests that require libtiff if it is not installed, fixes #1866
|
2016-05-06 17:19:54 +01:00 |
|
wiredfool
|
be2100be7b
|
Skip tests that require libtiff if it is not installed, fixes #1866
|
2016-05-06 09:07:00 -07:00 |
|
wiredfool
|
3926bfb747
|
Skip test when icc profile is not available, fixes #1887
|
2016-05-06 08:58:40 -07:00 |
|
rr-
|
eb354be7c4
|
Add method=Image.LIBIMAGEQUANT for quantize()
|
2016-05-05 21:39:16 +02:00 |
|
wiredfool
|
42f7a08ca4
|
Merge pull request #1856 from radarhere/eafp
Combined duplicate code in ImageTk
|
2016-05-03 21:02:08 +01:00 |
|
wiredfool
|
a0602fb68c
|
Merge pull request #1882 from wiredfool/pr_1840
Fix Transparency for PNG images
|
2016-05-03 19:51:04 +01:00 |
|
wiredfool
|
b2800b57a7
|
spelling typos
|
2016-05-03 19:46:22 +01:00 |
|
Andrew Murray
|
abdb848f08
|
Corrected filename [ci skip]
|
2016-05-03 19:23:51 +10:00 |
|