aspose file tools
The moose likes Java in General and the fly likes BMP to GIF/JPEG Saver Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Java in General
Reply Bookmark "BMP to GIF/JPEG Saver" Watch "BMP to GIF/JPEG Saver" New topic
Author

BMP to GIF/JPEG Saver

Khalid Shafquat
Greenhorn

Joined: Aug 09, 2002
Posts: 6
Hi All,
Please Help me out in this matter , the problem is i have BMP data savedin a RDBMS in BLOB format , i want it read and convert it to GIF or JPEG fromat , since the files are too large in size . So it can reduce the size and i have to transfer the file over the SOCKET
IF ANY ONE CAN HELP ME OUT IN THIS MATTER I WILL BE GREATEFULL TO HIM.
REGARDS
Khalid
David O'Meara
Rancher

Joined: Mar 06, 2001
Posts: 13459

1) I hate images in databases
2) Can you do the conversion via an external tool (Photoshop etc) before you put it in the database?
Someone pointed out the Jimi API available at the Sun Java site. I'll go have a look...
David O'Meara
Rancher

Joined: Mar 06, 2001
Posts: 13459

Yup, here
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: BMP to GIF/JPEG Saver
 
Similar Threads
what types of image is suported in java
converting WMF(Windows Meta File) to JPEG
request.getHeader() return value ?
How to insert images in excel using jxl API
request.getHeader()