Historial de Commits

Autor SHA1 Mensaje Fecha
  jst bdfbbead13 Merge branch 'anisus-master' hace 11 años
  Accipiter Nisus f3cac2f865 Fix to resize correctly when source image.Bounds().Min is not (0,0) hace 11 años
  jst 8aee0d995b Update README.md to mention resize.Thumbnail. hace 12 años
  jst 079ed2e48a Merge branch 'master' of https://github.com/matrixik/resize into matrixik-master hace 12 años
  jst a83cb40860 Remove some redundancies. hace 12 años
  jst 446eea2f7b Remove LUT based filters. hace 12 años
  jst 9884534579 Cache kernel weights for each row. hace 12 años
  jst 8f586c4f06 Add benchmarks to compare execution times. hace 12 años
  jst 45368ad0cd Multiply instead of dividing hace 12 años
  jst 314cea6612 Avoid temporaries to save some cycles. hace 12 años
  jst 7c5018c82b Extract method "resizeSlice" to reduce duplicate code. hace 12 años
  Dobrosław Żybort b744503c5c Add: thumbnail helper function hace 12 años
  jst f8ec710330 Fix wrong calculation of second adjust parameter. hace 12 años
  jst d9287fbcb6 Use x,y as coordinates of the origin image. hace 12 años
  jst d1bef9bdb6 Refactoring hace 12 años
  jst 494d8de4e5 Speedup calculation by exploiting the separability of the resizing filter. hace 12 años
  jst 4d25061069 Fixed yet another typo. hace 12 años
  jst 252ccc84a2 Add benchmarks for Lanczos3Lut to compare it with Lanczos3 performance. hace 12 años
  jst 098f882331 Fix a typo. hace 12 años
  jst b272d51eaa Update README.md hace 12 años
  jst a85ea9eaa8 Rename Lanczos functions using look-up tables to Lanczos2Lut, Lanczos3Lut and restore Lanczos2, Lanczos3 to give users the choice between higher speed or higher accuracy. hace 12 años
  jst 9e5ed35b85 Move splineKernel function nearer to Lanczos definitions. hace 12 años
  Geoff Adams c1b8c4986e Use a lookup table to speed up the Lanczos kernel hace 12 años
  jst 33204d8746 Update README.md hace 13 años
  jst c37f8f8470 gofmt hace 13 años
  jst 62777ac833 Precalculate bicubic factors, save some cycles. hace 13 años
  jst 6448fff2ee Generalize spline based filters hace 13 años
  jst 5290c4773b Add Travis build status in README hace 13 años
  jst 09f4012229 Add Travis integration hace 13 años
  jst da95f74904 go fmt hace 13 años