I see this in the documentation and was hoping someone could elaborate. I want to use the s:transformImageSize within a method of my SEAM component. Basically when a user uploads a photo, resize the image to a specific size. Thanks.
| It's easy to create your own transform - create a UIComponent which implements | org.jboss.seam.ui.graphicImage.ImageTransform. Inside the applyTrans- | form()method use image.getBufferedImage() to get the original image and im- | age.setBufferedImage() to set your transformed image. Transforms are applied | in the order specified in the view. | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4087654#4087654 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4087654 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
