converting .tiff / .tif image file to .gif image file
807589Oct 28 2008 — edited Oct 30 2008Hi,
how to convert .tiff / .tif image file to .gif image file.
I am able to upload .tiff / .tif image file, convert it into binary and store as blob in database, but unable to show in browser window. It doesn't get shown in browser page.
As an alternate approach, even if an .tiff / .tif image file is uploaded, i need to change it to .gif image file, convert it into binary and store as blob in database.
Is there any way to acheive this. I checked for JAI API but couldn't get any good stuff.
Pls suggest.