PDA

Click to See Complete Forum and Search --> : Bmp -> Jpg


TheSarlacc
May 6th, 2001, 01:07 AM
anyone know how to convert a BMP to JPG in code?

sunnyl
May 6th, 2001, 02:07 AM
You could try Intel's JPEG Library here (http://developer.intel.com/software/products/perflib/ijl/index.htm)

Megatron
May 6th, 2001, 11:12 AM
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)