Hello, i think, it should be possible to use the byte[] as is (+custom content type) with s:graphicImage.
I prepare the images with JAI and if use the s:graphicImage the quality decreases. If i comment the preparation of BufferedImage out and put the input array to output thru, i get an expected quality. | /* | byte[] b = (byte[]) input; | readImage(new ByteArrayInputStream(b)); | */ | // no transformation needed GB01072007 | output = (byte[]) input; | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4059475#4059475 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4059475 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
