imgly / background-removal-js

Remove backgrounds from images directly in the browser environment with ease and no additional costs or privacy concerns. Explore an interactive demo.
https://img.ly/showcases/cesdk/web/background-removal/web
GNU Affero General Public License v3.0
5.49k stars 339 forks source link

Added chunking for better cache performance and resumable downloads #84

Closed DanielHauschildt closed 6 months ago

DanielHauschildt commented 6 months ago

Rewrote resource packaging logic to chunk data into peace. This should allow better cashing and also better download resumability. Chunks are 4MB in side for now and chunks are hashed with sha256 to ensure uniqueness