Releases: Safecast/bitstore.js
Releases · Safecast/bitstore.js
1.6
1.5
New parameter: img_unshd_threshold. Previously, RGB channel and alpha channel thresholds both worked off the alpha threshold value, which was limited because it only worked if the shadow pixel alpha values were equal to the actual data pixel's alpha values. This allows RGB and alpha thresholds to be set independently.
1.4
1.3
1.2
1.1
Most all GET ops and processing now can happen in a background web worker thread (if enabled), less blocking on main thread.
Inlining and better loop unrolls for faster bit ops. (main thread / normal use)
Improved logging.
Moved try/catch out of main functions so doesn't block V8 optimizations.
Added old cache detection and purging.
Bugfix for max idx z constraint not being enforced.