Find images with specific dimension

Hi,
I would like to find images which is NOT 800x800 dimension in a folder and subfolders. What kind of filter clause I can use?

This should do it:
image

You might want OR instead of AND.

(e.g. 1000x800 is not 800x800, even though the height is 800.)