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
|
c3d702538d
|
add BOX, HAMMING, MITCHELL filters to resample.c
|
2016-07-02 01:54:39 +03:00 |
|
homm
|
0e9beed76d
|
add constants for filters: BOX, HAMMING, MITCHELL
rearrange filters everywhere
|
2016-07-02 01:54:39 +03:00 |
|
wiredfool
|
2023c7cea1
|
Version 3.4.0.pre version bump
|
2016-07-01 07:20:31 -07:00 |
|
wiredfool
|
4f4c982229
|
3.3.0 Release Version Bump
|
2016-07-01 05:57:19 -07:00 |
|
Hugo
|
c915f251e3
|
Merge pull request #2004 from python-pillow/radarhere-patch-1
Fixed typo
|
2016-07-01 15:11:02 +03:00 |
|
Alexander Karpinsky
|
c212246b1e
|
Merge pull request #2002 from radarhere/whitespace
Removed trailing whitespace
|
2016-07-01 16:06:25 +04:00 |
|
Andrew Murray
|
ebf2121338
|
Removed trailing whitespace
|
2016-07-01 22:05:18 +10:00 |
|
Andrew Murray
|
80aa54df4f
|
Fixed typo
|
2016-07-01 21:53:44 +10:00 |
|
Andrew Murray
|
b69596a13d
|
Fixed typos [ci skip]
|
2016-07-01 21:49:44 +10:00 |
|
Andrew Murray
|
8274c878a4
|
Fixed typos [ci skip]
|
2016-07-01 21:42:36 +10:00 |
|
Andrew Murray
|
64d0bc8bb5
|
Fixed typo [ci skip]
|
2016-07-01 21:17:51 +10:00 |
|
wiredfool
|
c6aff1d320
|
Merge pull request #2001 from cgohlke/patch-1
Fix msvc9/10 compile error
|
2016-06-30 22:58:12 +01:00 |
|
Christoph Gohlke
|
525ba37722
|
Fix msvc9/10 compile error
|
2016-06-30 14:04:53 -07:00 |
|
wiredfool
|
54998fc7e8
|
Merge pull request #2000 from wiredfool/pr_1961
Removed trailing whitespace
|
2016-06-30 20:27:30 +01:00 |
|
wiredfool
|
d553a9d603
|
Merge pull request #1996 from uploadcare/test-for-1986
Improve test for #1986
|
2016-06-30 20:16:54 +01:00 |
|
Andrew Murray
|
5e5bda95e0
|
Removed trailing whitespace
|
2016-06-30 20:12:50 +01:00 |
|
wiredfool
|
1656b47d64
|
Updated Changes.rst [ci skip]
|
2016-06-30 17:11:38 +01:00 |
|
wiredfool
|
9ead78cf79
|
Merge pull request #1998 from wiredfool/tifftags
Fixed enums for Resolution Unit and Predictor
|
2016-06-30 17:10:47 +01:00 |
|
wiredfool
|
46a2440826
|
Fixed enums for Resolution Unit and Predictor
|
2016-06-30 08:31:36 -07:00 |
|
wiredfool
|
4c67545096
|
Updated Changes.rst [ci skip]
|
2016-06-30 15:38:25 +01:00 |
|
wiredfool
|
9143bba0de
|
Updated Changes.rst [ci skip]
|
2016-06-30 15:36:40 +01:00 |
|
wiredfool
|
6c5cf14596
|
Merge pull request #1995 from wiredfool/move_j2k_check
Move test_j2k_overflow to check_j2k_overflow
|
2016-06-30 15:35:42 +01:00 |
|
wiredfool
|
3cb13f99cf
|
rename large memory tests to remove test from name
|
2016-06-30 07:30:38 -07:00 |
|
wiredfool
|
2f0afed154
|
Updated Changes.rst [ci skip]
|
2016-06-30 15:25:51 +01:00 |
|
wiredfool
|
a678d2adc6
|
Updated Changes.rst [ci skip]
|
2016-06-30 15:25:29 +01:00 |
|
wiredfool
|
872fd0652e
|
Merge pull request #1846 from wiredfool/pr_1826
EPS + CMYK
|
2016-06-30 15:23:24 +01:00 |
|
wiredfool
|
da04d32a5b
|
Merge pull request #1997 from wiredfool/32bit_test_precision
Fix 2 more failing tests on 32 bit due to float precision
|
2016-06-30 15:06:04 +01:00 |
|
homm
|
9c3bd46b36
|
improve test: compare all pixels, do not take color into account
|
2016-06-30 16:59:04 +03:00 |
|
Alexander Karpinsky
|
92660a1a05
|
Merge pull request #1986 from didrix/fix-1979-p2la
Fix issue converting P mode to LA
|
2016-06-30 17:43:53 +04:00 |
|
wiredfool
|
c057c4238e
|
Fix 2 more failing tests on 32 bit due to float precision
|
2016-06-30 06:38:31 -07:00 |
|
wiredfool
|
5b13c38dd8
|
move overflow test to check, it is a DOS on 32bit machines
|
2016-06-30 06:28:29 -07:00 |
|
Alexander Karpinsky
|
639bdd3c02
|
Merge pull request #1991 from kkopachev/png-crc-error-ignore
Ability to skip crc checks for ancillary chunks
|
2016-06-30 17:25:04 +04:00 |
|
wiredfool
|
f54c60c162
|
Update CHANGES.rst
|
2016-06-30 13:46:04 +01:00 |
|
wiredfool
|
a47ca1b838
|
Merge pull request #1994 from wiredfool/osx_install
Clarified OSX build instructions, fixes #1980
|
2016-06-30 13:43:06 +01:00 |
|
wiredfool
|
8934581fac
|
Merge pull request #1993 from uploadcare/filters-comparison-table
Filters comparison table
|
2016-06-30 13:41:49 +01:00 |
|
wiredfool
|
d9699c4ba0
|
Clarified OSX build instructions, fixes #1980
|
2016-06-30 05:38:59 -07:00 |
|
homm
|
fc448ddbdf
|
Filters comparison table
|
2016-06-30 15:21:45 +03:00 |
|
wiredfool
|
4414d58334
|
Updated Changes.rst [ci skip]
|
2016-06-30 12:32:07 +01:00 |
|
wiredfool
|
a5dde79068
|
Merge pull request #1934 from wiredfool/incremental_removal
Rewrite of Jpeg2k data handling
|
2016-06-30 12:28:10 +01:00 |
|
wiredfool
|
bc57e08177
|
Merge pull request #1992 from uploadcare/resize-rotation-release-notes
Release notes for resize and rotation
|
2016-06-30 12:24:08 +01:00 |
|
wiredfool
|
291c00c58a
|
Merge pull request #1954 from uploadcare/skip-resampling-passes
Do not do unnecessary passes on resizing
|
2016-06-30 12:23:07 +01:00 |
|
homm
|
8a0c589c29
|
release notes for resize and rotation
|
2016-06-30 03:38:18 +03:00 |
|
Konstantin Kopachev
|
5f2fe6083c
|
CR feedback: don't use lambda
|
2016-06-29 17:29:55 -07:00 |
|
wiredfool
|
f6c85a1c19
|
Update CHANGES.rst [ci skip]
|
2016-06-29 23:08:34 +01:00 |
|
wiredfool
|
31521dc64f
|
Merge pull request #1832 from radarhere/imagepalette
Removed duplicate code in ImagePalette
|
2016-06-29 22:50:39 +01:00 |
|
wiredfool
|
a3166ded36
|
Update CHANGES.rst [ci skip]
|
2016-06-29 22:45:14 +01:00 |
|
Konstantin Kopachev
|
885297d21f
|
Fix python 3 bytes to string concat error
|
2016-06-29 14:44:29 -07:00 |
|
wiredfool
|
41a747300f
|
Merge pull request #1990 from AbdealiJK/ajk/test
test_imagecms: Reduce precision of extended info
|
2016-06-29 22:44:16 +01:00 |
|