Skip to content

Faster pixel() and even faster image_fast()

Jeremy Soller requested to merge robbycerantola:master into master

Created by: robbycerantola

Using multiplexing technique calculate pixel alpha blending value for red/blue and alpha/green channels in one pass. Credits to https://stackoverflow.com/questions/1102692/how-to-alpha-blend-rgba-unsigned-byte-color-fast

Merge request reports