FreeImage supports: >> Loading and saving of as many bitmap types as possible >> Easy access to bitmap components, such as palettes and data bits >> Converting bitmap’s bit depths from one to another >> Accessing pages in a b
FreeImage是按GPL和FIPL发行的自由软件。目前支持26种图像格式,如bmp,jpeg,gif,png,tiff等等。可以在Windows, Linux or Mac OS X 平台上面使用。 FreeImage是插件驱动型的架构。主要分为三个模块:内核,IO接口,插件管理模块。 内核主要是维护FIBITMAP数据结构,这个结构保存图像的信息及数据。FIBITMAP的内部结构对于库的使用者是不可见的,它的结构是由reeImage_GetImageSize这个函数解释。 IO接口是4个