aws / dcv-color-primitives

DCV Color Primitives Library
MIT No Attribution
30 stars 22 forks source link

Added bgra to rgb conversion #41

Closed Vendrik closed 3 years ago

Vendrik commented 3 years ago

Added bgra to rgb conversion and related tests and bench.

Modified rust test by removing hard coded rgb image and using a random image generated on the fly, with this we remove 300+ lines of code, regarding the performance of the test it runs in less than 0.4 seconds.