搜索资源列表
位图BMP格式图像文件处理类源码VC版
- 该类集成了常用的BMP位图文件的一些经常用到的比如文件读写等操作-such integrated common bitmap BMP documents some of the frequently used documents such as literacy, etc
hjldwg
- 一个快速读写DWG的文件源代码,DWG是矢量开发中经常碰到的文件格式,DWG文件格式比较烦琐,此库为程序员读写DWG文件节省很多精力-a fast read and write DWG document source code, Vector DWG development is frequently encountered in the paper format, DWG file format, and more than that, for this to read and write D
The PhoXo Core Library (PCL) 图像处理库
- The PhoXo Core Library (PCL) 是一套强大的跨平台图像处理库。它的主要特性包括 :* 平台无关代码* 任意区域选取* 几十种图像特效* Undo/Redo支持* 多图层* 进度显示* 直方图* 图像文件读写* 文字渲染 (目前使用WIN32-GDI+, 以后会采用FreeType替代)-The Core Library (PCL) is a powerful, cross-platform image processing library. Its main featu
TiffTest
- 使用LibTiff库进行多通道Tif文件读写的程序,包括文件生成和读取两部分函数的使用方法。-Use LibTiff library Tif file read and write multi-channel program, including the file generated and read the two parts of the function to use.
pgm-file-read-awrite
- 一个用于读写PGM图像的小程序,展示了PGM文件的读写原理。 VC++ 6.0环境编译通过 -A PGM image to read and write small programs to demonstrate the principles of reading and writing PGM files. VC++ 6.0 compiler environment
BmpPack
- 一个BMP文件压缩打包工具源码. 在LIB目录中包括了一系列相关C++类源码. 其中有INI文件一读写类,字符串类(可计算表达式)图形类.-A BMP file compression tool for source code package. In the LIB directory, including a series of related C++ type source. Which one to read and write INI file type, string type
C++实现CIF转QCIF
- VS上实现。具体步骤:打开CIF文件,把文件的数据读到缓冲区,对缓冲区的内容进行下采样,存到QCIF的缓冲区里,把Qcif的缓冲区里的东西写出。