You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@clerezza.apache.org by "Manuel Innerhofer (JIRA)" <ji...@apache.org> on 2009/12/17 17:39:18 UTC

[jira] Resolved: (CLEREZZA-42) ImageProcessor.makeAThumbnail changen not to crop images

     [ https://issues.apache.org/jira/browse/CLEREZZA-42?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Manuel Innerhofer resolved CLEREZZA-42.
---------------------------------------

    Resolution: Fixed

> ImageProcessor.makeAThumbnail changen not to crop images
> --------------------------------------------------------
>
>                 Key: CLEREZZA-42
>                 URL: https://issues.apache.org/jira/browse/CLEREZZA-42
>             Project: Clerezza
>          Issue Type: Improvement
>            Reporter: Reto Bachmann-Gmür
>            Assignee: Manuel Innerhofer
>
> the current definition is: 
> /**
> 	 * Create a thumbnail of the image. First the image will be resized and
> 	 * cropped if necessary to obtain the end size as specified in the parameter
> 	 * newWidth and newHeight.
> 	 * 
> 	 * @param image
> 	 * @param newWidth
> 	 * @param newHeight
> 	 */
> the new one should be 
> 	 * Create a thumbnail of the image. The image is scaled down so that height and width are smaller or equals to newHEight and newWidth respectively. If image is already smaller or equals newWidth x newHeight image is retunrned without transformation.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.