How can I rewrite everything that does not match?

This rewrites all URLs that match:

RewriteEngine On
RewriteRule ^(\\d+)/(\\w+)/(\\d+)/(\\w+)/(\\d+)/(\\w+)/(\\d+)/(\\w+)\\.(jpg|jpeg|gif|png)$ image.png [L]

But I want to rewrite all URLs that do NOT match.

!

Regards,

DK