搜索资源列表
jpeg的显示
- 用vc显示JPEG文件格式,希望有帮助对大家,-with vc display JPEG file format, with the hope of helping to everyone,
JPEG压缩编码
- 在vc环境下把位图文件压缩成jpeg格式文件的实现-in vc environment where bitmap file compression jpeg format into the realization
jpeg图形库
- 用来实现在VC中对JPEG图像的操作,可以当作一个库来直接使用,效果不错-used for the VC of JPEG images, the operation can be used as a database to direct use, good results
数字图像处理VC实现
- 配套源程序。子目录 Demo 中的内容为演示用的可执 行程序,子目录 JpegLib 中的内容为进行 JPEG 编码压 缩时供主程序使用的 Lib 库的实现源码。子目录 res 中 的内容为源程序所使用的资源。子目录 Debug 为程序的 调试内容。-matching source. Demo subdirectory of the contents of the demo executable, JpegLib subdirectory of the conte
在VC下显示JPEG、GIF格式图像的一种简便方法
- 在VC下显示JPEG、GIF格式图像的一种简便方法-in VC display JPEG and GIF format images of a simple method
jpeg-decode
- jpeg解码程序,采用VC++编辑,是自己的课题的一部分-jpeg decoder procedures, using VC editors, the issue is part of the
VC JPEG CODE
- 在WINDOWS下进行图象开发的源程序,用VC-under Windows in the development of the source image, with VC
Jpeg demo
- VC++下面的JPEG压缩编码例程,包括DCT,Z字变换等操作-below VC + + JPEG compression routines, including DCT, Z characters transform such an operation
jpeg-to-bmp
- 基于VC++6.0的程序,实现JPEG和BMP的格式的图像之间的互相转换 -VC++6.0 based on the procedures to achieve the format of JPEG and BMP images can be translated
jpeg读写源码
- 读写jpeg的源码,vc的,还可以-the source code to read and write jpeg, vc, can also
jpegsr6
- vc++jpeg图像压缩的源码 适合图像方面的人使用-vc++ jpeg image compression of the source code for the use of images
jpeg
- 利用Delphi的代码在VC中显示JPG图片,不使用动态连接库。 -Delphi code using VC displayed in the JPG picture, do not use dynamic link library.
VC
- 在VC环境下显示图像,如bmp,jpeg,gif格式的图像-VC environment in the display image, such as bmp, jpeg, gif image format
465124544
- VC界面显示图片(JPG JPEG GIF)-VC interface display images (JPG JPEG GIF)
JPEGtoBMP
- jpeg图像压缩算法 附简单介绍 VC环境下运行-jpeg image compression algorithm is attached to a brief run under VC
jpegcodec
- jpeg压缩与解码的小程序,vc下开发的-jpeg compression and decoding a small program, vc developed under the
Ex_Image
- 基于CImage类实现bmp、jpeg等图像的打开、显示、保存,VC++实现 简单、方便、易学-Based CImage class implements bmp, jpeg and other images to open, display, save, VC++ simple, convenient, easy to learn
JPEG
- jpeg编解码程序,c语言的,很好用,直接用vc++打开编译便可使用。很好移植-jpeg decoding process, c language, useful, open directly vc++ compiler can be used. Good transplant
vc-tuxiangchuli
- 本书介绍了各种数字图像处理的算法及编程实现技术。全书由13 章和一个附录组成。主要内容包括: 位图基础、图像的显示、图像的几何变换、图像灰度变换、图像的平滑处理、图像锐化处理及边缘检测、图像分 割及测量、图像的形态处理学、图像的变换域处理及应用、图像的合成、24 位彩色图像的处理、图像的小波变 换和JPEG 图像的压缩编码。-This book presents a variety of digital image processing algorithms and programm
Bmp vs jpeg
- VC++写的 BMP 和 JPEG文件格式之间转换的MFC 对话框程序,程序实现读取BMP文件 进行JPEG压缩编码存储为JPG文件 和JPG文件解压缩存储为BMP文件 已验证100%可用