文件名称:PictView
介绍说明--下载内容均来自于网络,请自行研究使用
在VC++6.0环境下实现的一个图片浏览器。
可以打开BMP、PCX、JPEG及GIF图像。不论打开的是上述图像中的哪一种,用户均能以其中的任意一种格式将其保存。
可以进行全屏幕浏览,并在全屏幕浏览时提供“幻灯片播放”的功能。
在查看一幅图片时,可以选择从当前目录中删除该图片,并将其放入系统回收站中。
可以缩放和旋转图片。
在查看一幅图片时,可以直接调用Windows画图程序打开并进行编辑。
在查看一幅图片时,可以使用系统默认关联的程序打开查看或编辑。
-In VC++6.0 environment to achieve a picture browser. Can open BMP, PCX, JPEG and GIF images. Open whether the above-mentioned what kind of image, the user can be any of them in a format to save. Can be full-screen browsing, and full-screen browsing in the " slide show" function. When viewing a picture, you can choose from the current directory to delete the picture, and put the system in the recycle bin. Can zoom and rotate images. When viewing a picture, you can directly call the Windows Paint program to open and edit it. When viewing a picture, you can use the system default program to open the associated viewing or editing.
可以打开BMP、PCX、JPEG及GIF图像。不论打开的是上述图像中的哪一种,用户均能以其中的任意一种格式将其保存。
可以进行全屏幕浏览,并在全屏幕浏览时提供“幻灯片播放”的功能。
在查看一幅图片时,可以选择从当前目录中删除该图片,并将其放入系统回收站中。
可以缩放和旋转图片。
在查看一幅图片时,可以直接调用Windows画图程序打开并进行编辑。
在查看一幅图片时,可以使用系统默认关联的程序打开查看或编辑。
-In VC++6.0 environment to achieve a picture browser. Can open BMP, PCX, JPEG and GIF images. Open whether the above-mentioned what kind of image, the user can be any of them in a format to save. Can be full-screen browsing, and full-screen browsing in the " slide show" function. When viewing a picture, you can choose from the current directory to delete the picture, and put the system in the recycle bin. Can zoom and rotate images. When viewing a picture, you can directly call the Windows Paint program to open and edit it. When viewing a picture, you can use the system default program to open the associated viewing or editing.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
PictView
........\ClassImage.cpp
........\ClassImage.h
........\ImageBmp.cpp
........\ImageBmpConvert.cpp
........\ImagePcx.cpp
........\ImageTga.cpp
........\Lib
........\...\CDERROR.H
........\...\CDJPEG.H
........\...\CqOctree.cpp
........\...\Dib.cpp
........\...\Dib.h
........\...\dibapi.cpp
........\...\dibapi.h
........\...\Gif.cpp
........\...\Gif.h
........\...\GIFAPI.CPP
........\...\GIFAPI.H
........\...\IP.cpp
........\...\JCHUFF.H
........\...\JCONFIG.H
........\...\JDCT.H
........\...\JDHUFF.H
........\...\JERROR.H
........\...\JINCLUDE.H
........\...\JMEMSYS.H
........\...\Jmorecfg.h
........\...\Jpeg.cpp
........\...\Jpeg.h
........\...\JPEGINT.H
........\...\JPEGLIB.H
........\...\Jpeglib2.lib
........\...\JVERSION.H
........\MainFrm.cpp
........\MainFrm.h
........\PictView.aps
........\PictView.clw
........\PictView.cpp
........\PictView.dsp
........\PictView.dsw
........\PictView.h
........\PictView.ncb
........\PictView.opt
........\PictView.plg
........\PictView.rc
........\PictViewDoc.cpp
........\PictViewDoc.h
........\PictViewView.cpp
........\PictViewView.h
........\ReadMe.txt
........\res
........\...\DIBDOC.ICO
........\...\PictView.rc2
........\...\复件 Toolbar.bmp
........\resource.h
........\StdAfx.cpp
........\StdAfx.h
........\zHistory.txt
........\删除图片.txt
........\用CArray解决多维动态数组问题.txt
........\用外部程序打开 .txt
........\读写BMP示例.txt
基于MFC的图片浏览器的设计及其工具软件的实现.doc
........\ClassImage.cpp
........\ClassImage.h
........\ImageBmp.cpp
........\ImageBmpConvert.cpp
........\ImagePcx.cpp
........\ImageTga.cpp
........\Lib
........\...\CDERROR.H
........\...\CDJPEG.H
........\...\CqOctree.cpp
........\...\Dib.cpp
........\...\Dib.h
........\...\dibapi.cpp
........\...\dibapi.h
........\...\Gif.cpp
........\...\Gif.h
........\...\GIFAPI.CPP
........\...\GIFAPI.H
........\...\IP.cpp
........\...\JCHUFF.H
........\...\JCONFIG.H
........\...\JDCT.H
........\...\JDHUFF.H
........\...\JERROR.H
........\...\JINCLUDE.H
........\...\JMEMSYS.H
........\...\Jmorecfg.h
........\...\Jpeg.cpp
........\...\Jpeg.h
........\...\JPEGINT.H
........\...\JPEGLIB.H
........\...\Jpeglib2.lib
........\...\JVERSION.H
........\MainFrm.cpp
........\MainFrm.h
........\PictView.aps
........\PictView.clw
........\PictView.cpp
........\PictView.dsp
........\PictView.dsw
........\PictView.h
........\PictView.ncb
........\PictView.opt
........\PictView.plg
........\PictView.rc
........\PictViewDoc.cpp
........\PictViewDoc.h
........\PictViewView.cpp
........\PictViewView.h
........\ReadMe.txt
........\res
........\...\DIBDOC.ICO
........\...\PictView.rc2
........\...\复件 Toolbar.bmp
........\resource.h
........\StdAfx.cpp
........\StdAfx.h
........\zHistory.txt
........\删除图片.txt
........\用CArray解决多维动态数组问题.txt
........\用外部程序打开 .txt
........\读写BMP示例.txt
基于MFC的图片浏览器的设计及其工具软件的实现.doc