首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > 其他 > 读写BMP文件BMP图书馆。

读写BMP文件BMP图书馆。

  • 资源大小:248.48 kB
  • 上传时间:2021-06-30
  • 下载次数:0次
  • 浏览次数:0次
  • 资源积分:1积分
  • 标      签: linux bmp Library

资 源 简 介

Introduction libbmp is a simple, cross-platform, open source (revised LGPL) C library designed for easily reading, writing, and modifying Windows bitmap (BMP) image files. The library is oriented towards the novice programmer with little formal experience, but it is sufficiently capable for anybody who desires to do I/O and pixel operations on uncompressed 1, 4, 8, 16, 24, and 32 bpp (bits per pixel) BMP files. libbmp is intended to be cross-platform on both little-endian (e.g., x86, x86-64) and big-endian (e.g., IBM PowerPC, Sun Sparc) architectures. So far, it has been tested on x86 with Linux (2.6.x kernels and gcc and MinGW/gcc) and Windows (XP Pro with msvc6). About BMP file format, please see also http://en.wikipedia.org/wiki/BMPfileformat. Example ``` #include #include int main(int argc, char **argv) { bmpfile_t *bmp; int i, j; rgbpixel

文 件 列 表

libbmp-0.1.3
m4
src
NEWS
test
depcomp
build
aclocal.m4
README
ltmain.sh
configure
configure.ac
config.guess
install-sh
autogen.sh
libbmp.pc.in
config.sub
missing
Makefile.am
Makefile.in
config.h.in
AUTHORS
INSTALL
ChangeLog
COPYING
VIP VIP
0.185805s