Re: Users - Multiple images and thumbnail images

Posted by rohit on
URL: http://ofbiz.116.s1.nabble.com/Multiple-images-and-thumbnail-images-tp139304p139311.html



hi,

i got a bit of code that can create new images from existing images. I need some help in integrating this code with the ofbiz. The idea is to create smaller thumbnails from the larger images, if the thumbnail do not exist.

This code uses ImageIO API,
JPEGImageIO.java

This code uses Java Advanced Imaging API
JPEGJai.java

This code uses Java2D API
JPEGJ2d.java

I am not sure which can be the best for ofbiz, so i have included all three of them. I was not really able to get them work with Ofbiz due to my limited knowlegde of ofbiz. If anyone can integrate them or guide me how to do it, i will really appreciate it.

Thanks

rohit