BlurTest v1.0
I made a small program that tests the speed of the various Blur Bitmap commands and also a custom blur function I made.
The program shows you the blur on a bitmap and tests the avg runspeed of each setting.
There is also a Comparison function where you will see the Blur of some different functions, side-by-side.
Source code is included for the test program and the Custom Blur function. There are also some other image processing functions in the source (Noise, Brighten, Darken, Subtract Color, Add Color) but they are not used in the test program.
Finally there are some functions in the Source for easy benchmarking of any kind of function or routine.
BTW: There are some strange things going on with even numbered blur strengths on the DBPRo blur commands, which you will see when you run the program.
Download attached to this message.
This program requires the
matrix1utils addon to compile, but the executable is included.