homm
|
f828416752
|
add roi argument to Image.resize() method
constraints check
|
2016-11-24 04:40:54 +03:00 |
|
homm
|
d4784bffb2
|
return copy of the image if size matches
|
2016-11-24 03:30:36 +03:00 |
|
homm
|
9947794ccd
|
fix spelling error
|
2016-11-24 03:09:34 +03:00 |
|
Jon Dufresne
|
dbe9f85c7d
|
Drop support for Python 2.6
* Drop unittest2 requirement
* Use set literals
* Use dict/set comprehension
* Use str.format() automatic numbering
|
2016-11-22 04:23:55 -08:00 |
|
Jon Dufresne
|
f041188050
|
Replace try/except/fail pattern with TestCase.assertRaises()
Replace pattern with the builtin support for asserting exceptions.
|
2016-11-06 13:43:09 -08:00 |
|
Alexander Karpinsky
|
5a359fbf28
|
Fix coefficients calculation (#2162)
Fix coefficients calculation
* test for regression
* detailed comments what is going on
prevent setting the `k[-1]` item
* more readable
|
2016-10-17 01:31:45 -07:00 |
|
Andrew Murray
|
72d5218080
|
Flake8 fixes
|
2016-09-03 12:17:22 +10:00 |
|
homm
|
5c0eb2c365
|
normalize coefficients in normalize_coeffs_8bpc
increase precision of negative filter lobes. Add test
|
2016-08-25 04:11:02 -07:00 |
|
homm
|
66715246c1
|
remove mitchell filter. Has no advantages over bicubic
|
2016-07-02 01:54:39 +03:00 |
|
homm
|
a67e5453d5
|
add tests, fix errors )
|
2016-07-02 01:54:39 +03:00 |
|
homm
|
78fad0f819
|
Do not make unnecessary passes on resizing
|
2016-06-15 01:04:02 +03: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
|
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 |
|
homm
|
39fcd80b2e
|
tests for resample accuracy
|
2016-05-21 23:58:54 +03:00 |
|
Andrew Murray
|
677b958a7f
|
Health fixes
|
2016-04-01 21:49:30 +11:00 |
|
wiredfool
|
95a25a0d82
|
input parameter filtering
|
2016-02-04 07:19:54 -08:00 |
|
wiredfool
|
ff7962c3be
|
test for #1711
|
2016-02-04 07:19:54 -08:00 |
|