Revīziju vēsture

Autors SHA1 Ziņojums Datums
  Charlie Vieth 427b8d133e Optimized Nearest-Neighbor function - 2x faster 11 gadi atpakaļ
  Charlie Vieth 80b3fc2b3f Pre-calculate start offset, optimize bound check 11 gadi atpakaļ
  jst 016a61cd31 Optimize data-locality for a huge increase in processing speed. 11 gadi atpakaļ
  jst a83cb40860 Remove some redundancies. 12 gadi atpakaļ
  jst 446eea2f7b Remove LUT based filters. 12 gadi atpakaļ
  jst 9884534579 Cache kernel weights for each row. 12 gadi atpakaļ
  jst 45368ad0cd Multiply instead of dividing 12 gadi atpakaļ
  jst 314cea6612 Avoid temporaries to save some cycles. 12 gadi atpakaļ
  jst 494d8de4e5 Speedup calculation by exploiting the separability of the resizing filter. 12 gadi atpakaļ
  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. 12 gadi atpakaļ
  jst 9e5ed35b85 Move splineKernel function nearer to Lanczos definitions. 12 gadi atpakaļ
  Geoff Adams c1b8c4986e Use a lookup table to speed up the Lanczos kernel 12 gadi atpakaļ
  jst c37f8f8470 gofmt 13 gadi atpakaļ
  jst 62777ac833 Precalculate bicubic factors, save some cycles. 13 gadi atpakaļ
  jst 6448fff2ee Generalize spline based filters 13 gadi atpakaļ
  jst 82ab8b977c Make kernel the only dependency of convolution1d 13 gadi atpakaļ
  jst e512502b3c Use range for more idiomatic Go 13 gadi atpakaļ
  jst bf09bbe0a3 boolToUint: true -> 1 13 gadi atpakaļ
  jst 0c69e0e0b7 Change order of fields in filterModel 13 gadi atpakaļ
  jst bf006ca38d Description added 13 gadi atpakaļ
  jst dd1c157427 Include kernel boundary check 13 gadi atpakaļ
  jst 3e06045c3f Speed up computation: Try to avoid Image.At() as much as possible -> specialized color access for some image types 13 gadi atpakaļ
  jst e548f52385 Blur input image during downscaling by scaling the filter kernel to prevent moires in the output image 13 gadi atpakaļ
  jst d0b2b9bc39 Added MitchellNetravali, changed Lanczos a bit 13 gadi atpakaļ
  jst c980eecff5 Small simplification 13 gadi atpakaļ
  jst e96bbe5547 Unify filters and their dependencies 13 gadi atpakaļ
  jst 3fc31c95cc Kernel simplified 13 gadi atpakaļ
  jst eaf9383af0 filters.go simplified 13 gadi atpakaļ
  jst 524fd851ea Casting float to int has the same properties as math.Floor 13 gadi atpakaļ
  jst d93161631c Use Kernel normalization for more accurate Lanczos resampling. Lanczos2 filter added 13 gadi atpakaļ