Seeing is believing! First of all, please enjoy the example of Bento framework that is running on our web site. It is the simple photo Blog where you can upload the image files by your web browser (multipart/form-data), or e-mail with file attachment. After you grasp how it works, please explore its source code. The source code of the example is included in the FREE trial version of Bento framework.
| [ Try and download example ... ] |
JpegScaler is the Java API to scale down JPEG images by JAI (Java Advanced Imaging API). The width/hight of the JPEG image can be reduced to fit within the specified rectangle. The ratio of width/height of the original JPEG image will be left unchanged. This Java API is useful to show the large JPEG image on the small screen of the WAP phone (mobile phone). For instance, Servlet can send the binary contents of the scaled JPEG image to the WAP device.
You can read the Java doc for this API online. Or it is included in the distribution of this API and you can download it at FREE.
| Java doc | README |
| Product License | |
| Download | |
Copyright © 1997-2008 OOP-Research CorporationTM, All Rights Reserved.