Index: img_assist.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/img_assist/img_assist.module,v
retrieving revision 1.68.2.49
diff -u -r1.68.2.49 img_assist.module
--- img_assist.module	6 Apr 2008 17:46:15 -0000	1.68.2.49
+++ img_assist.module	17 Apr 2008 17:39:03 -0000
@@ -1218,6 +1218,8 @@
           drupal_set_message(t('Unable to create %label image', array('%label' => $size['label'])), 'error');
         }
         else {
+          // Set standard file permissions for webserver-generated files
+          @chmod(file_create_path($destination), 0664);
           $node->images[$key] = $destination;
           _image_insert($node, $key, file_create_path($destination));
         }
