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
wiredfool
d8c4ef349c
Updated Changes.rst [ci skip]
2016-05-26 10:05:45 +01:00
wiredfool
0cfcc9e6ed
Merge pull request #1881 from uploadcare/fpi-resample
...
Fixed point integer resample
2016-05-26 10:04:52 +01:00
homm
5ffd9e53bc
use calloc and INT_MAX
2016-05-26 02:28:35 +03:00
homm
1c3def1d5a
return malloc
2016-05-26 02:07:56 +03:00
homm
555d2ace49
add test for L
2016-05-26 02:07:56 +03:00
homm
eec17c0c7a
change xmax meaning to avoid substructions
2016-05-26 02:07:56 +03:00
homm
7722d00daf
simpler coefficients calculation in ImagingResampleHorizontal_8bpc
2016-05-26 02:07:56 +03:00
homm
d3749ccc7c
possible increase precision and avoid compiler warnings
2016-05-26 02:07:56 +03:00
homm
f44a7f8b11
implement round
...
fix windows build
2016-05-26 02:07:56 +03:00
homm
babaaf9bbe
raise on special cases even if imIn->image8
2016-05-26 02:07:56 +03:00
homm
d48324bd21
unroll 8bpc version
2016-05-26 02:07:56 +03:00
homm
126c3151b5
use ImagingPrecompute in ImagingResampleHorizontal_8bpc
2016-05-26 02:07:56 +03:00
homm
f3f03bcd67
unroll 32bpc version
2016-05-26 02:07:56 +03:00
homm
04552b015d
use ImagingPrecompute in ImagingResampleHorizontal_32bpc
2016-05-26 02:07:56 +03:00
homm
023f7adcf6
precompute function
2016-05-26 02:07:56 +03:00
homm
7693da9287
separate 8 and 32 bpc implementations
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
e13297b396
make coefficients ints
2016-05-26 02:07:03 +03:00
homm
342e6f213b
extra line
2016-05-26 02:07:03 +03:00
homm
3ee407e859
pass struct filter to ImagingResampleHorizontal
2016-05-26 02:07:03 +03:00
homm
0e2a8e4323
intermediate not normalized buffer for coefficients
2016-05-26 02:07:03 +03:00
homm
a5b99dd302
move checks before mallocs to prevent memory leaks
2016-05-26 02:07:03 +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
Hugo
32e118fd95
Merge pull request #1927 from wiredfool/appveyor-rdp
...
Appveyor Upgrades
2016-05-24 16:24:21 +03:00
wiredfool
710126e32c
Added wheel builds/artifact
2016-05-24 03:49:41 -07:00
wiredfool
19f7049950
Commented RDP for appveyor, Deploy to S3 only for master.
2016-05-24 03:49:41 -07:00
wiredfool
00158fc7a0
Updated Changes.rst [ci skip]
2016-05-24 09:52:50 +01: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
74607080e9
Updated Changes.rst [ci skip]
2016-05-24 09:39:46 +01:00
Hugo
9fdc061bcd
Add simple PR template
...
Just a simple one for now, let's add and change it however best suits.
https://github.com/blog/2111-issue-and-pull-request-templates
https://help.github.com/articles/creating-a-pull-request-template-for-your-repository/
2016-05-24 11:37:05 +03:00
wiredfool
0f7c219ce1
Merge pull request #1924 from radarhere/remove_buildme
...
Removed docs/BUILDME script
2016-05-24 09:30:15 +01:00
wiredfool
1c5bcec41b
Merge pull request #1926 from hugovk/docstring
...
Comments to docstrings (+flake8)
2016-05-24 09:30:04 +01:00
hugovk
934485269c
Comments to docstrings (+flake8)
2016-05-24 10:36:14 +03:00
Andrew Murray
5588692086
Removed docs/BUILDME script
2016-05-24 11:02:18 +10:00
wiredfool
477841b010
Update CHANGES.rst [ci skip]
2016-05-23 22:44:14 +01:00
wiredfool
f0fee4bec4
Merge pull request #1883 from wiredfool/pr_1768_alt
...
Added --disable-osx-tcltk-framework in setup.py
2016-05-23 22:40:27 +01:00
wiredfool
5d403ffdde
Merge pull request #1906 from hugovk/_GNU_SOURCE
...
Include Python.h before wchar.h so _GNU_SOURCE is set consistently
2016-05-23 22:35:26 +01:00
wiredfool
e23009b7b4
Merge pull request #1899 from radarhere/decoder
...
Updated example decoder
2016-05-23 22:33:31 +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
wiredfool
f7b714bbae
Merge pull request #1897 from radarhere/info
...
Removed support for list form of Image info
2016-05-23 22:30:53 +01:00
Stephen Arthur
0bc4423487
Move the declaration to the beginning of scope to make vs happy
2016-05-22 19:13:19 -07:00
Stephen Arthur
67a243d82d
Removing the one-line variable declare / assign to make appveyor happy
2016-05-22 18:50:42 -07:00
Stephen Arthur
8b572ade81
Found edge cases with custom qtables
...
And there was a lingering bug since the previous qtable unsigned char fix
(#1814 ) since the call to array.array was in another place, the roundtrip was no
longer equivalent.
That was a minor change, but the revised test wouldn't pass because saving an image
with one custom qtable automatically adds a second to it by the call to
jpeg_set_defaults.
With 1 or >2 custom tables, there is extra work we have to do due to that call.
2016-05-22 17:54:31 -07: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
rr-
0430a4a834
Fix libimagequant facade header
2016-05-21 21:11:54 +02:00
rr-
bc0e896b35
Change libimagequant facade signature
2016-05-21 21:01:57 +02:00