I'd like to do a blur on a buffered image pixel by pixel, but problem is that i need to do it pixel by pixel, not with that convolveOp stuff everywhere I see. Does anyone know of a good java resource for this as I found none? Some simple code, which would actually implement the kernel sliding over the image, not only talk about it and assume that's too obvious of a algorithm... my problem is that I seem to be missing how exactly I smere out one pixel to all the neighbouring pixels... probably 1 dimension blur would be in place times two, but HOW?

all help is greatly appreciated!