Menu

Tree [r9] /
 History

HTTPS access


File Date Author Commit
 bmptest 2012-08-21 laizhefeng [r2] Initial commit
 branches 2012-08-21 allura [r1] Initial commit
 tags 2012-08-21 allura [r1] Initial commit
 trunk 2012-08-21 allura [r1] Initial commit
 LICENSE 2013-01-16 laizhefeng [r5] 1.chang from GNU GENERAL PUBLIC LICENSE v3 to A...
 NOTICE 2014-05-03 laizhefeng [r7] 1. Add draw line function with bresenham's line...
 README 2012-09-08 laizhefeng [r3] 1.增加了开源协议文件
 bhline.c 2014-05-03 laizhefeng [r9] changed to apache license, v2
 bitmap.c 2014-05-03 laizhefeng [r7] 1. Add draw line function with bresenham's line...
 bitmap.h 2014-05-03 laizhefeng [r7] 1. Add draw line function with bresenham's line...
 bmpstream.dsp 2014-05-03 laizhefeng [r8] vc6 project file update
 bmpstream.dsw 2012-08-21 laizhefeng [r2] Initial commit
 bmptest.c 2014-05-03 laizhefeng [r7] 1. Add draw line function with bresenham's line...
 bpp1.c 2013-01-16 laizhefeng [r5] 1.chang from GNU GENERAL PUBLIC LICENSE v3 to A...
 bpp16.c 2013-01-16 laizhefeng [r5] 1.chang from GNU GENERAL PUBLIC LICENSE v3 to A...
 bpp24.c 2013-01-16 laizhefeng [r5] 1.chang from GNU GENERAL PUBLIC LICENSE v3 to A...
 bpp32.c 2013-01-16 laizhefeng [r5] 1.chang from GNU GENERAL PUBLIC LICENSE v3 to A...
 bpp4.c 2013-01-16 laizhefeng [r5] 1.chang from GNU GENERAL PUBLIC LICENSE v3 to A...
 bpp8.c 2013-01-16 laizhefeng [r5] 1.chang from GNU GENERAL PUBLIC LICENSE v3 to A...
 cache.c 2013-01-16 laizhefeng [r5] 1.chang from GNU GENERAL PUBLIC LICENSE v3 to A...
 common.c 2014-05-03 laizhefeng [r7] 1. Add draw line function with bresenham's line...
 main.c 2014-05-03 laizhefeng [r7] 1. Add draw line function with bresenham's line...

Read Me

Bitmap data manipulate, written in Ansi C. Support both bmp file or bmp format data in memory.
Bmp data(file) is take as a stream, you can open/close/create/read/write/seek/tell to the stream,
and some special functions are provided, e.g. get rectangle, get line, merge(alpha blending).

bmpstream.dsw and bmpstream.dsp is the example project build with Microsoft Visual C++ 6.0.
Just open bmpstream.dsw and run Build->Rebuild All, then everything will be done.

Any problem, please contact LaiZhefeng@gmail.com.
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.