Author: ts Date: Tue Feb 26 12:01:29 2008 New Revision: 7447 Log: - Fixed issue #12592: New thumbnail filter. Documentation about the scale() filter has been added to the thumbnail filters.
Modified: trunk/ImageConversion/ChangeLog trunk/ImageConversion/src/handlers/gd.php trunk/ImageConversion/src/handlers/imagemagick.php trunk/ImageConversion/src/interfaces/thumbnail.php Modified: trunk/ImageConversion/ChangeLog ============================================================================== --- trunk/ImageConversion/ChangeLog [iso-8859-1] (original) +++ trunk/ImageConversion/ChangeLog [iso-8859-1] Tue Feb 26 12:01:29 2008 @@ -1,3 +1,10 @@ +1.3.4 - [RELEASEDATE] +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +- Fixed issue #12592: New thumbnail filter. Documentation about the scale() + filter has been added to the thumbnail filters. + + 1.3.3 - Monday 17 December 2007 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Modified: trunk/ImageConversion/src/handlers/gd.php ============================================================================== --- trunk/ImageConversion/src/handlers/gd.php [iso-8859-1] (original) +++ trunk/ImageConversion/src/handlers/gd.php [iso-8859-1] Tue Feb 26 12:01:29 2008 @@ -567,6 +567,10 @@ * down, keeping the original ratio and keeping the image larger as the * given range, if necessary. Overhead for the target range is cropped from * both sides equally. + * + * If you are looking for a filter that just resizes your image to + * thumbnail size, you should consider the [EMAIL PROTECTED] + * ezcImageGdHandler::scale()} filter. * * @param int $width Width of the thumbnail. * @param int $height Height of the thumbnail. @@ -612,6 +616,10 @@ * 2 => <blue value>, * ); * </code> + * + * If you are looking for a filter that just resizes your image to + * thumbnail size, you should consider the [EMAIL PROTECTED] + * ezcImageGdHandler::scale()} filter. * * @param int $width Width of the thumbnail. * @param int $height Height of the thumbnail. Modified: trunk/ImageConversion/src/handlers/imagemagick.php ============================================================================== --- trunk/ImageConversion/src/handlers/imagemagick.php [iso-8859-1] (original) +++ trunk/ImageConversion/src/handlers/imagemagick.php [iso-8859-1] Tue Feb 26 12:01:29 2008 @@ -606,6 +606,10 @@ * down, keeping the original ratio and keeping the image larger as the * given range, if necessary. Overhead for the target range is cropped from * both sides equally. + * + * If you are looking for a filter that just resizes your image to + * thumbnail size, you should consider the [EMAIL PROTECTED] + * ezcImageImagemagickHandler::scale()} filter. * * @param int $width Width of the thumbnail. * @param int $height Height of the thumbnail. @@ -657,6 +661,10 @@ * 2 => <blue value>, * ); * </code> + * + * If you are looking for a filter that just resizes your image to + * thumbnail size, you should consider the [EMAIL PROTECTED] + * ezcImageImagemagickHandler::scale()} filter. * * @param int $width Width of the thumbnail. * @param int $height Height of the thumbnail. Modified: trunk/ImageConversion/src/interfaces/thumbnail.php ============================================================================== --- trunk/ImageConversion/src/interfaces/thumbnail.php [iso-8859-1] (original) +++ trunk/ImageConversion/src/interfaces/thumbnail.php [iso-8859-1] Tue Feb 26 12:01:29 2008 @@ -28,7 +28,11 @@ * down, keeping the original ratio and keeping the image larger as the * given range, if necessary. Overhead for the target range is cropped from * both sides equally. - * + * + * If you are looking for a filter that just resizes your image to + * thumbnail size, you should consider the [EMAIL PROTECTED] + * ezcImageGeometryFilters::scale()} filter. + * * @param int $width Width of the thumbnail. * @param int $height Height of the thumbnail. */ @@ -50,6 +54,10 @@ * 2 => <blue value>, * ); * </code> + * + * If you are looking for a filter that just resizes your image to + * thumbnail size, you should consider the [EMAIL PROTECTED] + * ezcImageGeometryFilters::scale()} filter. * * @param int $width Width of the thumbnail. * @param int $height Height of the thumbnail. -- svn-components mailing list svn-components@lists.ez.no http://lists.ez.no/mailman/listinfo/svn-components