Commit Verlauf

Autor SHA1 Nachricht Datum
  jst ccddecd1bf Merge branch 'charlievieth-master' vor 11 Jahren
  Charlie Vieth a5a6a66088 Merge branch 'refactor' vor 11 Jahren
  Charlie Vieth eefd4737aa Optimize YCbCr image resize vor 11 Jahren
  Charlie Vieth ee540982e0 Merge branch 'refactor' vor 11 Jahren
  Charlie Vieth 427b8d133e Optimized Nearest-Neighbor function - 2x faster vor 11 Jahren
  Charlie Vieth 80b3fc2b3f Pre-calculate start offset, optimize bound check vor 11 Jahren
  jst be07665345 Update README.md vor 11 Jahren
  jst 299762ed77 Add unit tests for converter.go vor 11 Jahren
  jst 016a61cd31 Optimize data-locality for a huge increase in processing speed. vor 11 Jahren
  jst bdfbbead13 Merge branch 'anisus-master' vor 11 Jahren
  Accipiter Nisus f3cac2f865 Fix to resize correctly when source image.Bounds().Min is not (0,0) vor 11 Jahren
  jst 8aee0d995b Update README.md to mention resize.Thumbnail. vor 12 Jahren
  jst 079ed2e48a Merge branch 'master' of https://github.com/matrixik/resize into matrixik-master vor 12 Jahren
  jst a83cb40860 Remove some redundancies. vor 12 Jahren
  jst 446eea2f7b Remove LUT based filters. vor 12 Jahren
  jst 9884534579 Cache kernel weights for each row. vor 12 Jahren
  jst 8f586c4f06 Add benchmarks to compare execution times. vor 12 Jahren
  jst 45368ad0cd Multiply instead of dividing vor 12 Jahren
  jst 314cea6612 Avoid temporaries to save some cycles. vor 12 Jahren
  jst 7c5018c82b Extract method "resizeSlice" to reduce duplicate code. vor 12 Jahren
  Dobrosław Żybort b744503c5c Add: thumbnail helper function vor 12 Jahren
  jst f8ec710330 Fix wrong calculation of second adjust parameter. vor 12 Jahren
  jst d9287fbcb6 Use x,y as coordinates of the origin image. vor 12 Jahren
  jst d1bef9bdb6 Refactoring vor 12 Jahren
  jst 494d8de4e5 Speedup calculation by exploiting the separability of the resizing filter. vor 12 Jahren
  jst 4d25061069 Fixed yet another typo. vor 12 Jahren
  jst 252ccc84a2 Add benchmarks for Lanczos3Lut to compare it with Lanczos3 performance. vor 12 Jahren
  jst 098f882331 Fix a typo. vor 12 Jahren
  jst b272d51eaa Update README.md vor 12 Jahren
  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. vor 12 Jahren