Releases: PeculiarVentures/GammaCV
Releases · PeculiarVentures/GammaCV
v0.5.3
v0.5.2
[0.5.2] - 2021-05-13
Fixed
- Fix import-time crash on environments without Canvas and OffscreenCanvas support
v0.5.1
[0.5.1] - 2021-04-20
Fixed
- Typescript typings for VideoCapture.start return type
Changed
- Enhanced typings & some docs examples
v0.5.0
[0.5.0] - 2021-02-26
Added
- Add support for WebWorker environment via OffscreenCanvas
Changed
- Replace
eval
withnew Function
in tensor utilsgm.tensorInvert
andgm.flipTensor
- Change minifier, replace uglify with terser
Fixed
- Fixed error on try to run is uninitialized operation
- Fix dependencies with vulnerabilities
v0.4.1
v0.4.0
[0.4.0] - 2020-10-13
Added
- Resize operation
gm.resize
- Ability to use HTMLCanvasElement and HTMLVideoElement as operation input
- Experimental feature with output directly into canvas with context 2d
Changed
- Algorithms used in
gm.upsample
andgm.downsample
Fixed
v0.3.10
Fixed
- Typescript typings
- Cross Origin Issue for imageTensorFromURL (@adamelmore)
v0.3.8
[0.3.8] - 2019-06-23
Added
- Typescript support
v0.3.6
Added
- Shortcut for a library as UMD module:
gm
.
Changed
- Enhance performance when float polyfill is not needed
- KernelConstructor: make arguments of main glsl function optional for a check.
- Enhance errors messages