Skip to content

UIImage: re-write averagecolor function

Felix Paul Kühne requested to merge fkuehne/vlc-ios:rewrite-averagecolor into master

This new replacement in C is 13x faster than the previous work in swift using CIImage.

The color results are not the same, but close. In the screenshot above, the top row is the original implementation and the second row is the replacement.

Screenshot_2023-09-06_at_16.31.29

Merge request reports