Skip to content

Releases: julyskies/brille

v2.0.4

21 Mar 14:03
d986d36
Compare
Choose a tag to compare

Changes in v2.0.3:

  • optimized module performance with sync.WaitGroup;
  • added optimized Gaussian blur;
  • added BRILLE_THREADS environment variable.

v2.0.3

11 Feb 20:25
6a8bbc2
Compare
Choose a tag to compare

Changes in v2.0.3:

  • fixed the issue with image rotation (90 & 270 degrees).

v2.0.2

10 Feb 19:09
d6bcf5d
Compare
Choose a tag to compare

Changes in v2.0.2:

  • fixed image flipping;
  • fixed image rotation;
  • fixed Kuwahara filter.

v2.0.1

08 Feb 17:48
148d4fb
Compare
Choose a tag to compare

Changes in v2.0.1:

  • fix versioning for v2.X.X;
  • update module files with proper imports.

v2.0.0

08 Feb 17:15
7b8b4f0
Compare
Choose a tag to compare

This release contains breaking changes. See Available filters section for more information.

Changes in v2.0.0:

  • optimized performance for all of the available filters;
  • renamed some of the constants;
  • renamed some of the filters;
  • grouped some of the filters in a single function;
  • removed some of the filters.

v1.0.3

03 Feb 18:51
d730b95
Compare
Choose a tag to compare

Changes in v1.0.3:

  • updated Laplacian filter kernel;
  • fixed color calculation for Laplacian filter;
  • fixed color calculation for Sobel filter.

v1.0.2

01 Feb 17:58
5169081
Compare
Choose a tag to compare

Changes in v1.0.2:

  • added Kuwahara filter;
  • added Sharpen filter;
  • improved default saved JPEG quality to 100%;
  • added an environment variable BRILLE_JPEG_QUALITY that sets a quality for saved JPEG files (should range from 0 to 100).

v1.0.1

14 Jan 20:53
a866638
Compare
Choose a tag to compare

Changes in v1.0.1:

  • fixed horizontal and vertical flipping;
  • added a hue rotation filter.

v1.0.0

07 Jan 18:12
Compare
Choose a tag to compare

Release v1.0.0:

  • added most of the filters;
  • added a proper README.

v0.0.1

03 Jan 18:25
Compare
Choose a tag to compare

Release for module testing