Index: sites/default/modules/img_assist/img_assist.module
===================================================================
RCS file: /cvs/drupal/contributions/modules/img_assist/img_assist.module,v
retrieving revision 1.56.2.6
diff -u -r1.56.2.6 img_assist.module
--- sites/default/modules/img_assist/img_assist.module	16 Jun 2006 17:33:15 -0000	1.56.2.6
+++ sites/default/modules/img_assist/img_assist.module	12 Oct 2006 18:47:49 -0000
@@ -769,6 +769,11 @@
       }
     }
 
+     // Add a choice for 'original' if it's within the maximum size.
+    if ($properties_size['width'] <= $max_size[0] && $properties_size['height'] <= $max_size[1]) {
+      $derivatives[$properties_size['width'] . 'x' . $properties_size['height']] = t('original');
+    }
+
