Index: image_resize_filter.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/image_resize_filter/image_resize_filter.module,v
retrieving revision 1.45.2.3
diff -u -r1.45.2.3 image_resize_filter.module
--- image_resize_filter.module	16 May 2010 22:13:30 -0000	1.45.2.3
+++ image_resize_filter.module	1 Dec 2010 23:41:00 -0000
@@ -312,7 +312,7 @@
 
     // Determine if this is a local or remote file.
     $location = 'unknown';
-    if (strpos($src, '/') === 0 || strpos($src, '.') === 0) {
+    if (strpos($src, '/') === 0) {
       $location = 'local';
     }
     elseif (preg_match('/http[s]?:\/\/' . preg_quote($_SERVER['HTTP_HOST'], '/') . '/', $src)) {
