Convolve and PF_KernelFlag_REPLICATE_BORDERS
I was looking at the convole function in PF_WORLDTRANSFORMSUITE1, and it is *almost* exactly what I am looking for except for the small detail of it does not replicate borders, and the Kernal Flag of PF_KernelFlag_REPLICATE_BORDERS does not seem to be implemented.
Is anyone else able to use convolve with border pixels replicated, and if so how are you achieving that result (convolve or otherwise)? I have been messing around with manually accessing the pixel neighbors, but I would prefer to use the PF_WORLDTRANSFORMSUITE1's convolve if possible ... although my initial guess is that I will have to go about it another way ...
