mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-05-14 23:28:57 +00:00
1268b39ba introduced template specialization when reading/writing
to/from the bitmap that increased the speed of the filter.
To keep that while supporting more than one BitmapFormat, the
appropriate {get,set}_pixel<>() functions are detemined and stored in
Function<>s.