Matthew Brett
659e294676
RF: run-time loading of Tcl / Tk functions
...
Discover Tcl / Tk functions at run-time by looking in libs loaded by
Tkinter Python module.
Use header excerpts from Tcl / Tk so we don't need an installed Tcl / Tk
to build.
2016-05-27 16:51:08 -04:00
Hugo
2af16a7b58
Typos
...
[CI skip]
2016-05-27 08:52:46 +03:00
Hugo
034c5fe8cb
Merge pull request #1931 from wiredfool/pngquant-docs
...
Additional docs for libimagequant
2016-05-27 08:51:28 +03:00
wiredfool
241c54e5a0
more detailed docs for libimagequant
2016-05-26 21:55:36 +01:00
wiredfool
15586c5b59
Update CHANGES.rst [ci skip]
2016-05-26 21:13:09 +01:00
wiredfool
3657bc10a6
Merge pull request #1889 from rr-/libpngquant
...
Add libimagequant support in quantize()
2016-05-26 21:12:25 +01:00
wiredfool
4416873904
Update CHANGES.rst [ci skip]
2016-05-26 21:08:39 +01:00
wiredfool
761f470b92
Merge pull request #1912 from uploadcare/premultiplied-luminosity
...
Premultiplied luminosity
2016-05-26 21:03:26 +01:00
rr-
db989ad99b
Add perceptive comparisons to quantization tests
2016-05-26 17:23:43 +02:00
homm
b56d8f3f1f
speedup La -> LA conversion in most cases
2016-05-26 15:22:01 +03:00
homm
d1272b9b8a
speedup RGBa -> RGBA conversion in most cases
2016-05-26 15:15:08 +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
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