История коммитов

Автор SHA1 Сообщение Дата
  jst ebea2e66be Support image.NRGBA, image.NRGBA16 in resize.Resize function. 11 лет назад
  jst daa7cf45d3 Return NRGBA images. 11 лет назад
  Charlie Vieth 076a9ce3b9 Limit spawned goroutines to GOMAXPROCS(0). 11 лет назад
  jst 9485f5475a Return input image if output dimensions equal input dimensions. 11 лет назад
  jst 581d15cb53 Fix parallel computation. 11 лет назад
  jst e950449c49 Fix wrong boundary calculation (bug #17) 11 лет назад
  Charlie Vieth eefd4737aa Optimize YCbCr image resize 11 лет назад
  Charlie Vieth 427b8d133e Optimized Nearest-Neighbor function - 2x faster 11 лет назад
  Charlie Vieth 80b3fc2b3f Pre-calculate start offset, optimize bound check 11 лет назад
  jst 016a61cd31 Optimize data-locality for a huge increase in processing speed. 11 лет назад
  Accipiter Nisus f3cac2f865 Fix to resize correctly when source image.Bounds().Min is not (0,0) 11 лет назад
  jst 9884534579 Cache kernel weights for each row. 12 лет назад
  jst 7c5018c82b Extract method "resizeSlice" to reduce duplicate code. 12 лет назад
  jst f8ec710330 Fix wrong calculation of second adjust parameter. 12 лет назад
  jst d9287fbcb6 Use x,y as coordinates of the origin image. 12 лет назад
  jst d1bef9bdb6 Refactoring 12 лет назад
  jst 494d8de4e5 Speedup calculation by exploiting the separability of the resizing filter. 12 лет назад
  jst 852f4a47e7 Merge branch 'no-image-shift' of http://github.com/jsummers/nfnt.resize 13 лет назад
  jst b6fef854bc Merge branch 'improve-canvas-size' of http://github.com/jsummers/nfnt.resize into fix-canvas-size-issue 13 лет назад
  jst dd1c157427 Include kernel boundary check 13 лет назад
  Jason Summers cdbd68f34f Improve the way the new canvas size is calculated 13 лет назад
  Jason Summers 3d9094eb9e Center the resized image on the canvas, instead of shifting it slightly 13 лет назад
  jst 3e06045c3f Speed up computation: Try to avoid Image.At() as much as possible -> specialized color access for some image types 13 лет назад
  jst e548f52385 Blur input image during downscaling by scaling the filter kernel to prevent moires in the output image 13 лет назад
  jst e96bbe5547 Unify filters and their dependencies 13 лет назад
  jst eaf9383af0 filters.go simplified 13 лет назад
  jst 339b8fd43a Speed up calculation by avoiding dynamic casting 13 лет назад
  jst 294efa80bb Prevent resize from doing things multiple times if #CPUs > width 13 лет назад
  jst 9041d4db18 Function signature changed again, no need for multiple return value 13 лет назад
  jst 14d51db8b4 Changed function signature to include error handling. Filters simplified. 13 лет назад