anyone know how to convert a BMP to JPG in code?
Printable View
anyone know how to convert a BMP to JPG in code?
You could try Intel's JPEG Library here
I don't think you can do this using a pure VB fucntion. You'd either have to hard code it yourself, or find a C++ or Delphi DLL somewhere in the net (e.g: www.planet-source-code.com, or some other coding site)