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


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.

Reply via email to