colorgram.py icon indicating copy to clipboard operation
colorgram.py copied to clipboard

Reduce memory footprint

Open darosh opened this issue 5 years ago • 0 comments

Original library dropped the buggy RGB stuff and reduced samples to just: const cubes: number = Math.pow(sides, 3); packed to 0b00YYhhll

https://github.com/darosh/colorgram-js/blob/4302c3d1e3116ecc70c2557533674322b5d95b82/src/colorgram.ts#L45

darosh avatar Sep 03 '19 22:09 darosh