From e84569902e2e1cdcb9b04ef8fd508f053c0af7f0 Mon Sep 17 00:00:00 2001 From: "Michael J. Rubinsky" Date: Fri, 19 Feb 2010 11:02:56 -0500 Subject: [PATCH] ws --- ansel/lib/Image.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ansel/lib/Image.php b/ansel/lib/Image.php index 9f7b151e6..1db6750e7 100644 --- a/ansel/lib/Image.php +++ b/ansel/lib/Image.php @@ -43,7 +43,7 @@ class Ansel_Image Implements Iterator /** * The image's mime type - * + * * @var string */ public $type = 'image/jpeg'; @@ -635,7 +635,7 @@ class Ansel_Image Implements Iterator throw new Ansel_Exception($imageFile); } $exif = Horde_Image_Exif::factory($GLOBALS['conf']['exif']['driver'], !empty($GLOBALS['conf']['exif']['params']) ? $GLOBALS['conf']['exif']['params'] : array()); - + try { $exif_fields = $exif->getData($imageFile); } catch (Horde_Image_Exception $e) { @@ -917,7 +917,7 @@ class Ansel_Image Implements Iterator * view present in the Horde_Image object. * * @see Horde_Image_Base::crop for explanation of parameters - * + * * @param integer $x1 * @param integer $y1 * @param integer $x2 @@ -1109,7 +1109,7 @@ class Ansel_Image Implements Iterator * Returns this image's tags. * * @see Ansel_Tags::readTags() - * + * * @return array An array of tags * @throws Horde_Exception_PermissionDenied, Ansel_Exception */ -- 2.11.0