搜索资源列表
BMP与JPG格式转变的源代码
- BMP与JPG文件格式转变的源代码 一个把BMP压缩成JPG的源代码。 大小:16.4K 附: 1. 编译说明 1) 在VC IDE 选择setting->link> 加jpeg.lib 2) 编译程序 2. 原理 程序首先读BITMAP 文件的各像素点的RGB值, library 做压缩 RGB 缓冲区成JPEG文件或缓冲区。-BMP and JPG file format changes in the source code BMP
数字图像处理VC实现
- 配套源程序。子目录 Demo 中的内容为演示用的可执 行程序,子目录 JpegLib 中的内容为进行 JPEG 编码压 缩时供主程序使用的 Lib 库的实现源码。子目录 res 中 的内容为源程序所使用的资源。子目录 Debug 为程序的 调试内容。-matching source. Demo subdirectory of the contents of the demo executable, JpegLib subdirectory of the conte
vtkcube(mfc)
- 这个是我在vc6下弄得vtk程序。程序很简单,不过很适合初学者研究。注意在vc下设定vtk得编译环境,除了田间vtk得lib等目录外,还要在工程->设定->link 选项卡, 在Object/library modules 中添加:vtkCommon.lib vtkFiltering.lib vtkGraphics.lib vtkHybrid.lib vtkImaging.lib vtkIO.lib vtkpng.lib vtkjpeg.lib vtkParallel.lib vtk
ImageCompress
- 行程编码,JPEG压缩编码(基本系统) 命令行编译过程如下 vcvars32 rc bmp.rc cl compress.c bmp.res user32.lib gdi32.lib 注意事项: 运行时,文件c:\\test.pcx;c:\\test.jpg必须存在 -itinerary coding, JPEG compression coding (basic system) command line compiler process followin
CYesMMs
- 一个GdiPlus.lib的应用示例,可以转换不同的格式的图片和动态生成图片-GdiPlus.lib an example of the application. can be converted to the format of different pictures and dynamically generated images
vtkExample
- 这个是我在vc6下的vtk程序。程序很简单,适合初学者研究。注意在vc下设定vtk得编译环境,除了添加vtk得lib等目录外,还要在工程->设定->link 选项卡, 在object/library modules 中添加:vtkCommon.lib vtkFiltering.lib vtkGraphics.lib vtkHybrid.lib vtkImaging.lib vtkIO.lib vtkpng.lib vtkjpeg.lib vtkParallel.lib vtkRend
haoln-jpeg
- 图象的几何变换 打开一幅位图,实现几何变换 命令行编译过程如下 vcvars32 rc bmp.rc cl geotrans.c bmp.res user32.lib gdi32.lib 注意事项: 运行时,文件c:\\test.bmp必须存在-images of geometric transformation open a bitmap, Geometric Transform command line compiler process followi
readBitmap
- 功能是打开一幅位图,并显示在屏幕上。 命令行编译过程如下 vcvars32 rc bmp.rc cl bmp.c bmp.res user32.lib gdi32.lib 注意事项:运行时,文件c:\\test.bmp必须存在
CImageObject
- 我从网上经过搜索和整理得到了大家想要的图像处理类:CImageObject,这个类库中包含了两个完整类:CImageObject类和ImageLoad类,包中也包含有*.h,*.lib,*.dll等相应的文件。相信你一定用得着!它们可以处理BMP、GIF、PCX、TGA、JPG、TIF格式的图像文件。
ShowImage
- winCE下通过c++免费voimage类库调用imgdecmp.lib实现的jpe,gif,png等图片格式的浏览。特包含了imgdecmp.lib的下载。
Sample1
- vc++ display jpeg ,代码包含sh x86 lib
2102122521420076281526527101184
- evc++ 通过imgdecmp.lib 和VOimage class 显示 JPG GIF BMP
ijl151
- IJL1.51。Intel Jpeg Lib。速度非常快的一个库,支持Jpeg2
test
- C++,OPENCV,LIB,H 謝謝大家~多多包含
jpeglib
- 一个自己书写的可以把BMP数据转化为 JPEG的LIB
CMyTest.rar
- GDIPLUS 动态画图 并有动画效果!,use gdiplus lib to draw image
LibGIF.rar
- 一个Gif图片格式的操作库,In order to make life a little bit easier when using the GIF file format,this library was written, and which does all the dirty work... , "Gif-Lib"- Yet another gif librar
ThumbViewer
- 贵站所提供的几个ThumbViewer都不能编译通过,总是出现这样的一句话:fatal error LNK1181: cannot open input file "./lib/cximagecrtu.lib"。而缺少的库函数又找不到。此外,贵站的下载文件里面所包含的应用有病毒,每次执行,瑞星都报警。 现在我把这个问题解决了,可以放心轻松地编译译使用。-Solution the problem of fatal error LNK1181: cannot open input file
libmp-draw
- linux下打开FRAMEBUFFER可以显示24位,8位,16位的lib -under linux open FRAMEBUFFER can display 24, 8, 16 in the lib
jpg
- jpeg图象解码C语言库源码,带一C++Builder范例 -C lib for jpeg decode, with a C++ Builder example