You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@clerezza.apache.org by "Reto Bachmann-Gmür (JIRA)" <ji...@apache.org> on 2009/12/17 15:19:18 UTC

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

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.


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

Posted by "Reto Bachmann-Gmür (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CLEREZZA-42?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Reto Bachmann-Gmür closed CLEREZZA-42.
--------------------------------------


nice

> 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.


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

Posted by "Reto Bachmann-Gmür (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CLEREZZA-42?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Reto Bachmann-Gmür reassigned CLEREZZA-42:
------------------------------------------

    Assignee: Manuel Innerhofer  (was: Reto Bachmann-Gmür)

accidentally assigned to me

> 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.


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

Posted by "Reto Bachmann-Gmür (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CLEREZZA-42?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Reto Bachmann-Gmür reassigned CLEREZZA-42:
------------------------------------------

    Assignee: Reto Bachmann-Gmür  (was: Manuel Innerhofer)

> 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: 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.


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

Posted by "Manuel Innerhofer (JIRA)" <ji...@apache.org>.
     [ 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.


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

Posted by "Reto Bachmann-Gmür (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CLEREZZA-42?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12792007#action_12792007 ] 

Reto Bachmann-Gmür commented on CLEREZZA-42:
--------------------------------------------

reviewing

> 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.


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

Posted by "Manuel Innerhofer (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CLEREZZA-42?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Manuel Innerhofer reassigned CLEREZZA-42:
-----------------------------------------

    Assignee: Manuel Innerhofer

> 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.