jst
|
62777ac833
Precalculate bicubic factors, save some cycles.
|
11 years ago |
jst
|
6448fff2ee
Generalize spline based filters
|
11 years ago |
jst
|
5290c4773b
Add Travis build status in README
|
11 years ago |
jst
|
09f4012229
Add Travis integration
|
11 years ago |
jst
|
da95f74904
go fmt
|
11 years ago |
jst
|
852f4a47e7
Merge branch 'no-image-shift' of http://github.com/jsummers/nfnt.resize
|
11 years ago |
jst
|
84039c403b
Test for correct canvas size.
|
11 years ago |
jst
|
b6fef854bc
Merge branch 'improve-canvas-size' of http://github.com/jsummers/nfnt.resize into fix-canvas-size-issue
|
11 years ago |
jst
|
82ab8b977c
Make kernel the only dependency of convolution1d
|
12 years ago |
jst
|
e512502b3c
Use range for more idiomatic Go
|
12 years ago |
jst
|
bf09bbe0a3
boolToUint: true -> 1
|
12 years ago |
jst
|
a32116ce4a
Add documentation
|
12 years ago |
jst
|
0c69e0e0b7
Change order of fields in filterModel
|
12 years ago |
jst
|
bf006ca38d
Description added
|
12 years ago |
jst
|
2d6edc049a
Change ordering
|
12 years ago |
jst
|
cfcbeb4bb2
Use replicated border in genericConverter
|
12 years ago |
jst
|
dc1fcd1d24
gofmt
|
12 years ago |
jst
|
f6fa51fe2f
Merge branch 'master' of https://github.com/nfnt/resize
|
12 years ago |
jst
|
378e366327
Replicate border instead of using a constant
|
12 years ago |
jst
|
dd1c157427
Include kernel boundary check
|
12 years ago |
Jason Summers
|
cdbd68f34f
Improve the way the new canvas size is calculated
|
12 years ago |
Jason Summers
|
3d9094eb9e
Center the resized image on the canvas, instead of shifting it slightly
|
12 years ago |
jst
|
1169a8bfc3
Include samples in README.md
|
12 years ago |
jst
|
3e06045c3f
Speed up computation: Try to avoid Image.At() as much as possible -> specialized color access for some image types
|
12 years ago |
jst
|
c9865dedd2
Update README.md
|
12 years ago |
jst
|
8d42efa983
Update README.md
|
12 years ago |
jst
|
e548f52385
Blur input image during downscaling by scaling the filter kernel to prevent moires in the output image
|
12 years ago |
jst
|
d0b2b9bc39
Added MitchellNetravali, changed Lanczos a bit
|
12 years ago |
jst
|
c980eecff5
Small simplification
|
12 years ago |
jst
|
c2daecb43a
Update README.md
|
12 years ago |