The first one is bmp2jpeg. As the name suggests, it's a library which converts a bmp image to a jpeg image. The dll only has one function, BmpToJpeg.
The second one is FoxCBmp3. This is a GDI-based graphics manipulation library designed for use primarily with VB, although the conversion should work with FB as well. It requires the use of device contexts (hDC's), so if this is a foreign concept to you, avoid this thing.

You can snag both of these new conversions on my webpage.








Author




Logged