How to compress an bmp image to jpeg
Hai,
I am working on a server - client application in which i need to send tge windows on the client's desktop to the server. Thes images are stored as BMP's and are to be compressed into jpeg before they are to be transferred to the server.
I need a code or suggestion regarding how to compress an bmp into jpeg and that compression should be as fast as possible.
Re: How to compress an bmp image to jpeg
I'd try a search on Google like bmp2jpg.dll, bmptojpg.dll or something on these lines.
1 Attachment(s)
Re: How to compress an bmp image to jpeg
Use the Bmp2jpeg.dll. No need to register it, just put it in your Win\Sys folder. :)