Hello Everybody,
How to convert a bmp file to jpeg file from vb code?
is there a API call for this kind of thing?
Thank you all in advance,
ERAN
THERE IS REALLY A THREAD ON THE CODEBANK BY MARTINLISS
Hello Everybody,
How to convert a bmp file to jpeg file from vb code?
is there a API call for this kind of thing?
Thank you all in advance,
ERAN
THERE IS REALLY A THREAD ON THE CODEBANK BY MARTINLISS
It's possible, but you'll have to distribute an extra file with your application (exactly what file depends on the method you use).
In the past I have used "Intel Jpeg Library", which you can find in various places on the 'net. There are also a few posts in the "Codebank" on this forum which have other methods ;)