Historique des commits

Auteur SHA1 Message Date
  jst da95f74904 go fmt il y a 13 ans
  jst 852f4a47e7 Merge branch 'no-image-shift' of http://github.com/jsummers/nfnt.resize il y a 13 ans
  jst 84039c403b Test for correct canvas size. il y a 13 ans
  jst b6fef854bc Merge branch 'improve-canvas-size' of http://github.com/jsummers/nfnt.resize into fix-canvas-size-issue il y a 13 ans
  jst 82ab8b977c Make kernel the only dependency of convolution1d il y a 13 ans
  jst e512502b3c Use range for more idiomatic Go il y a 13 ans
  jst bf09bbe0a3 boolToUint: true -> 1 il y a 13 ans
  jst a32116ce4a Add documentation il y a 13 ans
  jst 0c69e0e0b7 Change order of fields in filterModel il y a 13 ans
  jst bf006ca38d Description added il y a 13 ans
  jst 2d6edc049a Change ordering il y a 13 ans
  jst cfcbeb4bb2 Use replicated border in genericConverter il y a 13 ans
  jst dc1fcd1d24 gofmt il y a 13 ans
  jst f6fa51fe2f Merge branch 'master' of https://github.com/nfnt/resize il y a 13 ans
  jst 378e366327 Replicate border instead of using a constant il y a 13 ans
  jst dd1c157427 Include kernel boundary check il y a 13 ans
  Jason Summers cdbd68f34f Improve the way the new canvas size is calculated il y a 13 ans
  Jason Summers 3d9094eb9e Center the resized image on the canvas, instead of shifting it slightly il y a 13 ans
  jst 1169a8bfc3 Include samples in README.md il y a 13 ans
  jst 3e06045c3f Speed up computation: Try to avoid Image.At() as much as possible -> specialized color access for some image types il y a 14 ans
  jst c9865dedd2 Update README.md il y a 14 ans
  jst 8d42efa983 Update README.md il y a 14 ans
  jst e548f52385 Blur input image during downscaling by scaling the filter kernel to prevent moires in the output image il y a 14 ans
  jst d0b2b9bc39 Added MitchellNetravali, changed Lanczos a bit il y a 14 ans
  jst c980eecff5 Small simplification il y a 14 ans
  jst c2daecb43a Update README.md il y a 14 ans
  jst e96bbe5547 Unify filters and their dependencies il y a 14 ans
  jst 3fc31c95cc Kernel simplified il y a 14 ans
  jst eaf9383af0 filters.go simplified il y a 14 ans
  jst 524fd851ea Casting float to int has the same properties as math.Floor il y a 14 ans