Two major improvements in this release:
- Reduce a large amount of I/Os by introducing frame caching and combining
fmt.Print
calls. - Reduce CPU usage by using linear formula (YIQ/RGB) when computing color distance.
Two major improvements in this release:
fmt.Print
calls.