[jbossseam-issues] [JBoss JIRA] Commented: (JBSEAM-985) s:graphicImage

Shane Bryzak (JIRA) jira-events at lists.jboss.org
Mon Mar 5 06:59:10 EST 2007


    [ http://jira.jboss.com/jira/browse/JBSEAM-985?page=comments#action_12354959 ] 
            
Shane Bryzak commented on JBSEAM-985:
-------------------------------------

I like the idea of being able to apply one or more "transformations" to the image, i.e. something like this:

<s:graphicImage value="#{foo.image}">
  <s:imageTransformation type="scale">
    <f:param name="width" value="140"/>
    <f:param name="height" value="260"/>
  </s:imageTransformation>
  <s:imageTransformation type="blur">
    <f:param name="radius" value="3">
  </s:imageTransformation>
</s:graphicImage>

Although we probably shouldn't go crazy implementing a bunch of different transformations.

> s:graphicImage
> --------------
>
>                 Key: JBSEAM-985
>                 URL: http://jira.jboss.com/jira/browse/JBSEAM-985
>             Project: JBoss Seam
>          Issue Type: Feature Request
>          Components: JSF
>    Affects Versions: 1.2.0.GA
>            Reporter: Pete Muir
>         Assigned To: Pete Muir
>             Fix For: 1.2.1.GA
>
>
> JSF component that can take a byte[]/File/URL/InputStream as it's value, and display the image.  Also allows image to be manipulated (for now scaled)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the seam-issues mailing list