搜索资源列表
TypesImageView
- CImageObject 这个类库可以处理BMP、GIF、PCX、TGA、JPG、TIF格式的图像文件,而且具有图像点处理、图像区域处理的功能,你所要做的只是调用函数而已,不必清楚这些图像文件的内部格式。注意例子中并不包含类库的代码,请一起下载CImageObject代码。另外,在运行时请确保在系统目录或你的可执行文件目录下有ImageLoad.dll。(也在CImageObject中)-CImageObject the library can handle BMP, GIF, PCX, TGA
2JPG
- BMP到JPG的转换 Function int bmp2jpg(string f_in,string f_out,int c,int d) Library "2jpg.dll" Function int jpg2bmp(string f_in,string f_out) Library "2jpg.dll"-BMP to JPG conversion
20040607vcBMPJPGjpgdll.dll
- 用VC把BMP格式的文件转换成JPG格式的文件 完全可以运行-Using VC to BMP file format converted to JPG format in the documents can run
BmpToJpg
- BMP文件转换为JPG文件的源代码,调用了jpgdll.dll -BMP files to JPG files of the source code, call the jpgdll.dll
cximageLite_V600
- CxImage is a C++ class that can load, save, display, transform images in a very simple and fast way. CxImage is open source and licensed under the zlib license. In a nutshell, this means that you can use the code however you wish, as long as you
BMPJPG
- 转换bmp到jpg 使用jpgdll.dll 功能强大 图像质量好-Convert bmp to jpg images using the powerful quality jpgdll.dll
ImageView
- 这个类库可以处理BMP、GIF、PCX、TGA、JPG、TIF格式的图像文件,而且具有图像点处理、图像区域处理的功能,你所要做的只是调用函数而已,不必清楚这些图像文件的内部格式。注意例子中并不包含类库的代码,请一起下载CImageObject代码。另外,在运行时请确保在系统目录或你的可执行文件目录下有ImageLoad.dll。(也在CImageObject中)-This library can handle BMP, GIF, PCX, TGA, JPG, TIF format image f
JpgVSbmp
- bmp转jpg的dll程序源码,关键的傅里叶变换部分使用的是jpeg。h里的库函数-convert bmp files to jpg files