At A18 (or later A17?), splat3.png is completely transparent image. So we require to drop the alpha values of splat3.png on web browsers.
But the processing takes match time because the image is parsed with pure javascript.
We need to know about browser API (around File API? ImageBitmap? or Canvas?).
At A18 (or later A17?),
splat3.pngis completely transparent image. So we require to drop the alpha values ofsplat3.pngon web browsers.But the processing takes match time because the image is parsed with pure javascript.
We need to know about browser API (around File API? ImageBitmap? or Canvas?).