it is very slow when working with buffer's pixel directly in RAM.
Hi, All.
It is very slow when working with buffer's pixel directly in RAM.
for example:
It is fast when implementing Blur by FastBlur function.
But it is very slow when implementing Blur by buffer's pixel directly with Gaussian Algorithm4 http://blog.ivank.net/fastest-gaussian-blur.html .
1. Is there any way to improve the speed when I use buffer's pixel directly in RAM?
2. I created some functions that seems like "composite_rect" and "blend" by using buffer's pixel directly.
But it is very slow than when using default composite_rect or blend function.
I am not sure why it is very slow. do they use any different way to implement the effects or do they use GPU for calculation speed?
Regards,
Anthonie.
