Index: image_resize_filter.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/image_resize_filter/image_resize_filter.module,v
retrieving revision 1.27
diff -u -r1.27 image_resize_filter.module
--- image_resize_filter.module	7 Jul 2009 00:21:44 -0000	1.27
+++ image_resize_filter.module	7 Jul 2009 00:37:14 -0000
@@ -429,6 +429,7 @@
       else {
         image_resize($image['local_path'], $image['destination'], $image['expected_size']['width'], $image['expected_size']['height']);
       }
+      @chmod($image['destination'], 0664);
     }
 
     // Replace the existing image source with the resized image.
