Releases: julyskies/brille
Releases · julyskies/brille
v2.0.4
Changes in v2.0.3:
- optimized module performance with
sync.WaitGroup
;
- added optimized Gaussian blur;
- added
BRILLE_THREADS
environment variable.
v2.0.3
Changes in v2.0.3:
- fixed the issue with image rotation (90 & 270 degrees).
v2.0.2
Changes in v2.0.2:
- fixed image flipping;
- fixed image rotation;
- fixed Kuwahara filter.
v2.0.1
Changes in v2.0.1:
- fix versioning for v2.X.X;
- update module files with proper imports.
v2.0.0
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
Changes in v1.0.3:
- updated Laplacian filter kernel;
- fixed color calculation for Laplacian filter;
- fixed color calculation for Sobel filter.
v1.0.2
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
Changes in v1.0.1:
- fixed horizontal and vertical flipping;
- added a hue rotation filter.
v1.0.0
Release v1.0.0:
- added most of the filters;
- added a proper README.
v0.0.1
Release for module testing