Skip to content

Releases: octu0/blurry

v1.18.2

17 Sep 11:48
Compare
Choose a tag to compare

#30

  • split jit and benchmark files from blurry_gen.cpp
  • improve performance: cloneimg, crop, convertFrom, rotate, scale, blend, erosion, dilation, grayscale
  • add benchmark crop, scale, convert
  • update latest benchmarks

v1.18.1

16 Sep 14:11
Compare
Choose a tag to compare

#29
same as v1.18.0, only the README has been updated.

v1.18.0

16 Sep 14:03
Compare
Choose a tag to compare

#28

  • benchmark directory is now excluded from build when go get (renamed to _benchmark)
  • AOT(go) benchmark now refers to relative go module
  • add Crop
  • add Scale

v1.17.1

03 Sep 11:25
Compare
Choose a tag to compare

#27

additional omissions in v1.17.1

v1.17.0

03 Sep 11:10
Compare
Choose a tag to compare

#26

  • Halide 12.0.1
  • convert from argb,abgr,gbra,rabg
  • convert from yuv444, yuv420
  • convert to yuv444
  • improve safety of memory space allocated by malloc

v1.16.2

22 Apr 14:59
Compare
Choose a tag to compare

v1.16.1

22 Apr 08:45
Compare
Choose a tag to compare

#23

  • improve perfomance: brightness/gammacorrection/contrast/boxblur/gaussianblur/blockmozaic/emboss
  • minor tune: rotate90/rotate270
  • minor tune: edgedetect
  • minor tune: match_template_ncc/prepared_match_template_zncc/match_template_zncc

v1.16.0

21 Apr 08:03
Compare
Choose a tag to compare
  • add Blend
  • improve perfomance: Grayscale, Invert
  • fix bug: type conversion failure for erosion/dilation size

v1.15.3

21 Apr 02:40
Compare
Choose a tag to compare
  • avoid drifting durding erode/dilate
  • morphology alpha channel to 255

v1.15.2

13 Apr 02:04
Compare
Choose a tag to compare

#20
tidy