C++ Bitmap Library
C++ Bitmap Library 包含一些简单、可靠、优化以及可移植的操作 24位位图的 C++ 处理方法。
主要功能包括:
- 读写24位位图图像
 - 支持点、行级别的批编辑
 - 使用 byte 和浮点数的颜色转换
 - 高度优化的图像缩放
 - Various color maps (1000 levels - autumn, copper, gray, hot, hsv, jet, prism, vga, yarg)
 - Texture generation (checkered pattern, plasma)
 - Graphics drawing interface (line, line-segmentm rectangle, triangle, quadix, horizontal and vertical line-segments, ellipse, circle, plot pixel, pen width, pen color)
 - PSNR and Image comparisons
 
评论
