Index: translations/imagefield.pot
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/imagefield/translations/imagefield.pot,v
retrieving revision 1.3
diff -u -r1.3 imagefield.pot
--- translations/imagefield.pot	6 Jun 2009 21:18:50 -0000	1.3
+++ translations/imagefield.pot	1 May 2010 20:37:25 -0000
@@ -31,7 +31,11 @@
 msgstr ""
 
 #: imagefield_widget.inc:25
-msgid "The maximum allowed image size expressed as WIDTHxHEIGHT (e.g. 640x480). Set to 0 for no restriction. If a larger image is uploaded, it will be resized to reflect the given width and height. Resizing images on upload will cause the loss of <a href=\"http://en.wikipedia.org/wiki/Exchangeable_image_file_format\">EXIF data</a> in the image."
+msgid "The maximum allowed image size expressed as WIDTHxHEIGHT (e.g. 640x480). Set to 0 for no restriction. If a larger image is uploaded, it will be resized to reflect the given width and height."
+msgstr ""
+
+#: imagefield_widget.inc:28
+msgid "Resizing images on upload will cause the loss of <a href=\"http://en.wikipedia.org/wiki/Exchangeable_image_file_format\">EXIF data</a> in the image."
 msgstr ""
 
 #: imagefield_widget.inc:30
Index: translations/nl.po
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/imagefield/translations/nl.po,v
retrieving revision 1.1
diff -u -r1.1 nl.po
--- translations/nl.po	29 May 2009 22:51:52 -0000	1.1
+++ translations/nl.po	1 May 2010 20:37:26 -0000
@@ -30,8 +30,12 @@
 msgstr "Maximumresolutie voor foto's"
 
 #: imagefield_widget.inc:21
-msgid "The maximum allowed image size expressed as WIDTHxHEIGHT (e.g. 640x480). Set to 0 for no restriction. If a larger image is uploaded, it will be resized to reflect the given width and height. Resizing images on upload will cause the loss of <a href=\"http://en.wikipedia.org/wiki/Exchangeable_image_file_format\">EXIF data</a> in the image."
-msgstr "De maximum toegestande fotogrootte in het formaat BREEDTExHOOGTE, bijvoorbeeld 640x480. Vul 0 in voor geen restrictie. Als een foto met grotere waarde wordt geupload zal deze worden herschaald naar deze waardes. Het herschalen zal <a href=\"http://en.wikipedia.org/wiki/Exchangeable_image_file_format\">EXIF data</a> verwijderen."
+msgid "The maximum allowed image size expressed as WIDTHxHEIGHT (e.g. 640x480). Set to 0 for no restriction. If a larger image is uploaded, it will be resized to reflect the given width and height."
+msgstr "De maximum toegestande fotogrootte in het formaat BREEDTExHOOGTE, bijvoorbeeld 640x480. Vul 0 in voor geen restrictie. Als een foto met grotere waarde wordt geupload zal deze worden herschaald naar deze waardes."
+
+#: imagefield_widget.inc:24
+msgid "Resizing images on upload will cause the loss of <a href=\"http://en.wikipedia.org/wiki/Exchangeable_image_file_format\">EXIF data</a> in the image."
+msgstr "Het herschalen zal <a href=\"http://en.wikipedia.org/wiki/Exchangeable_image_file_format\">EXIF data</a> verwijderen."
 
 #: imagefield_widget.inc:26
 msgid "Minimum resolution for Images"
Index: translations/ja.po
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/imagefield/translations/ja.po,v
retrieving revision 1.2
diff -u -r1.2 ja.po
--- translations/ja.po	26 Jun 2009 09:35:00 -0000	1.2
+++ translations/ja.po	1 May 2010 20:37:26 -0000
@@ -30,8 +30,12 @@
 msgstr "画像の最大解像度"
 
 #: imagefield_widget.inc:25
-msgid "The maximum allowed image size expressed as WIDTHxHEIGHT (e.g. 640x480). Set to 0 for no restriction. If a larger image is uploaded, it will be resized to reflect the given width and height. Resizing images on upload will cause the loss of <a href=\"http://en.wikipedia.org/wiki/Exchangeable_image_file_format\">EXIF data</a> in the image."
-msgstr "許可する最大の画像サイズを横x縦 (例: 640x480) の書式で表します。0を入力すると無制限となります。このサイズより大きな画像がアップロードされると、最大サイズに収まるように画像をリサイズします。アップロード時に画像をリサイズすると、画像の<a href=\"http://ja.wikipedia.org/wiki/Exif\">EXIFデータ</a>は失われます。"
+msgid "The maximum allowed image size expressed as WIDTHxHEIGHT (e.g. 640x480). Set to 0 for no restriction. If a larger image is uploaded, it will be resized to reflect the given width and height."
+msgstr "許可する最大の画像サイズを横x縦 (例: 640x480) の書式で表します。0を入力すると無制限となります。このサイズより大きな画像がアップロードされると、最大サイズに収まるように画像をリサイズします。"
+
+#: imagefield_widget.inc:28
+msgid "Resizing images on upload will cause the loss of <a href=\"http://en.wikipedia.org/wiki/Exchangeable_image_file_format\">EXIF data</a> in the image."
+msgstr "アップロード時に画像をリサイズすると、画像の<a href=\"http://ja.wikipedia.org/wiki/Exif\">EXIFデータ</a>は失われます。"
 
 #: imagefield_widget.inc:30
 msgid "Minimum resolution for Images"
Index: imagefield_widget.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/imagefield/imagefield_widget.inc,v
retrieving revision 1.42
diff -u -r1.42 imagefield_widget.inc
--- imagefield_widget.inc	28 Apr 2010 19:56:49 -0000	1.42
+++ imagefield_widget.inc	1 May 2010 20:37:25 -0000
@@ -22,7 +22,7 @@
     '#default_value' => !empty($widget['max_resolution']) ? $widget['max_resolution'] : 0,
     '#size' => 15,
     '#maxlength' => 10,
-    '#description' => t('The maximum allowed image size expressed as WIDTHxHEIGHT (e.g. 640x480). Set to 0 for no restriction. If a larger image is uploaded, it will be resized to reflect the given width and height. Resizing images on upload will cause the loss of <a href="http://en.wikipedia.org/wiki/Exchangeable_image_file_format">EXIF data</a> in the image.'),
+    '#description' => t('The maximum allowed image size expressed as WIDTHxHEIGHT (e.g. 640x480). Set to 0 for no restriction. If a larger image is uploaded, it will be resized to reflect the given width and height.'),
     '#weight' => 2.1,
   );
   $form['min_resolution'] = array(
@@ -31,11 +31,14 @@
     '#default_value' => !empty($widget['min_resolution']) ? $widget['min_resolution'] : 0,
     '#size' => 15,
     '#maxlength' => 10,
-    '#description' =>
-    t('The minimum allowed image size expressed as WIDTHxHEIGHT (e.g. 640x480). Set to 0 for no restriction. If an image that is smaller than these dimensions is uploaded it will be rejected.'),
+    '#description' => t('The minimum allowed image size expressed as WIDTHxHEIGHT (e.g. 640x480). Set to 0 for no restriction. If an image that is smaller than these dimensions is uploaded it will be rejected.'),
     '#weight' => 2.2,
   );
 
+  if (!module_exists('imageapi') || imageapi_default_toolkit() == 'imageapi_gd') {
+    $form['max_resolution']['#description'] .= ' ' . t('Resizing images on upload will cause the loss of <a href="http://en.wikipedia.org/wiki/Exchangeable_image_file_format">EXIF data</a> in the image.');
+  }
+
   $form['alt_settings'] = array(
     '#type' => 'fieldset',
     '#title' => t('ALT text settings'),
