Jake Archibald
|
9e5b66d5f4
|
Better resize methods (#498)
* Port resize to wasm
* Expose resize algorithms
* Lanczos3 working!
* lol copy paste
* Adding support for other resizers
* Don’t track generated README
* Cache wasm instance
|
2019-03-06 17:20:25 +00:00 |
|
Jake Archibald
|
43def798e1
|
Two workers & worker termination (#198)
* Refactoring codecs
* Plugging in new processor
* Fixing decorator
* MozJPEG free issue
* Better worker aborting, and terminate workers that aren't used for 10 seconds
* Better comment
* Ooops, half-typed comment
* Uncommenting problematic line
* Surma fixed it!
* Abstracting WASM initialisation
* Better comment
* Don't need this.
* Adding ticket
* noInitalRun
* Reverting MozJPEG issue demo
* Making a const for worker timeout
* Inline docs
* Bail early rather than nesting
* Addressing nits
|
2018-10-28 09:17:43 +00:00 |
|
Jake Archibald
|
c9fe5ffbcf
|
Creating fallbacks for all ImageBitmap usage & refactoring. (#175)
Fixes #173
|
2018-09-27 14:44:54 +01:00 |
|
Surma
|
df7e112d22
|
Nits by Jake
|
2018-07-20 10:58:07 +01:00 |
|
Surma
|
0f08121596
|
Implement mime type sniffing
|
2018-07-20 10:56:39 +01:00 |
|
Surma
|
b15545402a
|
Adressing smaller review comments
|
2018-07-20 10:56:39 +01:00 |
|
Surma
|
d22a343378
|
Actually move decoding to worker
|
2018-07-20 10:56:37 +01:00 |
|
Surma
|
790a5b580d
|
Set up decoder infrastructure
|
2018-07-20 10:56:36 +01:00 |
|