MST Image - C++ library for reading/writing raster images
June 10th, 2006 by cplus
MST Image is powerful C++ library for reading/writing raster images. It provides fast reading and writing most of popular image formats into Windows Bitmap structure and 1, 8, 24 and 32 bits memory representations. There is a support for alpha channel. The library is tested under Windows and UNIX; it may be compiled with almost any popular C++ compiler. Images can be read/written not only from file, but from other sources as well. Just provide your own I/O functions and you will be able manage images in the database or Internet. Even the library is written in C++ it has COM interface wrapper and may be used in applications written in other languages like Delphi which allows using COM objects.
