搜索资源列表
wnghasdsf
- 用vc开发的实现图像解码,支持的格式包括 BMP、JPG、WMF、ICO、GIF、PNG、TIFF。 源代码是一个简单的图像浏览器例子,演示如何用 IImgCtx 接口解码、显示图像,及如何实现简单的翻页。其中翻页部分的源代码直接来自ComicsViewer,不过做了简化,如果各位有兴趣,可以试试看在此基础上,能不能做出自己的功能更丰富的图像浏览器。-with vc development of image decoding, support for the format, includin
gdiexample
- 用vc开发的实现图像解码,支持的格式包括 BMP、JPG、WMF、ICO、GIF、PNG、TIFF。 源代码是一个简单的图像浏览器例子,演示如何用 IImgCtx 接口解码、显示图像
图片浏览器
- 图片浏览器 VC 源代码
ImgViewer
- VC++编程,一个图象浏览器,可以浏览BMP,JPEG,GIF等文件格式-VC++ Programming, an image browser, can view BMP, JPEG, GIF and other file formats
Appendix23
- 图像浏览器,用于图像处理的小软件。基于Vc开发环境-Image viewer, a small software for image processing.
ShowGraphics
- 用VC++做的一个可以显示多种图片格式的图片浏览器。-The do with VC++ can display a variety of image formats, picture viewer.
imgview
- 用vs2005编写的图像浏览器,可浏览一个目录下的所有图像文件,通过鼠标右键点击可以浏览下一张,鼠标左键点击是上一张。代码简单,适合初学者阅读。-it s use vc++2005 design a img view program,use mouse right button can view the next img,use mouse left button can view the last img.