The sample code that comes with the Filter SDK uses tiles in its examples, but it isn't necessary. Just set your inRect and outRect to the full filterRect size (or use imageSize.h and imageSize.v to find the image size). All of those are members of the filterRecord structure.
-John
... View more