Welcome![Sign In][Sign Up]
Location:
Search - image viewer zoom

Search list

[Picture Viewerjpgviewer

Description: 图象浏览器,支持BMP,JPEG等,支持缩放功能,VC6测试通过-image browser, support BMP, JPEG, and support zoom function, the test VC6
Platform: | Size: 185344 | Author: dxf | Hits:

[Windows DevelopSeePic

Description: 类似于WINDOWS图片查看器的图片浏览器,可实现对图像的任放大缩小,及前后翻页功能-WINDOWS similar picture viewer picture browser, can realize any of the image zoom, and before and after the flip function
Platform: | Size: 615424 | Author: Chsq | Hits:

[GDI-BitmapSeeSee

Description: 指纹BMP图像查看器,特点是可以按相同的当前放缩率和左上角位置查看多枚指纹图象,方便于观察指纹图像处理前后的局部变化等。-Fingerprint BMP image viewer, can be characterized by the same current zoom rate and position the upper left corner to view more than fingerprint images, to facilitate observation of the fingerprint image before and after treatment of localized changes.
Platform: | Size: 116736 | Author: sck007 | Hits:

[CSharpiplab

Description: C#做的强大的图像处理软件,实现多种处理效果-C# Make a powerful image processing software, to achieve a variety of treatment effects
Platform: | Size: 1243136 | Author: 刘小明 | Hits:

[Picture ViewerBMPViewer

Description: BMP图片浏览小程序。可以浏览BMP图片,同时可以进行缩放。-BMP image viewer applet. Can browse the BMP image, as well as zoom in and out.
Platform: | Size: 1941504 | Author: 杨俊 | Hits:

[JSP/Javajavademo

Description: java图片浏览,实现图片的放大缩小,复制移动等功能-java image viewer, image zoom to achieve, copying features such as mobile
Platform: | Size: 513024 | Author: he | Hits:

[OtherMediaBox

Description: windows mobile thumbnail image viewer image rotate and zoom
Platform: | Size: 3637248 | Author: junho go | Hits:

[Windows DevelopImageExplorer

Description: 这是一个全功能的图片浏览器,可以放大缩小图片、播放幻灯、抓屏和截图,还可以对图像进行简单处理,内置有几款滤镜程序,还行对图片进行对比度、亮度调节。这是实现的源代码,附有设计文档。-This is a full-featured image viewer, you can zoom images, play slides, screenshots and screenshots, you can also perform simple image processing, built-in filter has several programs, but also OK for the picture contrast, brightness adjustment . This is the realization of the source code with design documents.
Platform: | Size: 221184 | Author: 240 | Hits:

[Picture ViewerSuperPicture

Description: 超级图像浏览器控件源码,可对图像进行上下左右滚动浏览,支持放大缩小。-Super Image Viewer control, source code, so can scroll up and down images to support zoom.
Platform: | Size: 15360 | Author: 王郑兆 | Hits:

[Picture ViewerBCBimagebrowser

Description: 图像浏览器,显示、平移、旋转、灰度化、放大、缩小、区域放大等功能-Image Viewer, display, pan, rotate, grayscale technology, zoom in, zoom-zoom and other functions of regional
Platform: | Size: 684032 | Author: 程骏 | Hits:

[Picture ViewerBMPviewer

Description: bmp图片浏览器,有界面可供操作,可编辑,可放大缩小-bmp image viewer, there are interfaces available for operation, can be edited to zoom
Platform: | Size: 1941504 | Author: shenji | Hits:

[Education soft systemImageViewer

Description: Simple image viewer with zoom and other basic stu-Simple image viewer with zoom and other basic stuff
Platform: | Size: 64512 | Author: asd | Hits:

[Graph programImageViewer

Description: 基于qt4开发的图片浏览器,可以实现放大缩小等功能-Qt4 development based image viewer, zoom and other functions can be achieved
Platform: | Size: 913408 | Author: 驰风 | Hits:

[CSharpImageExplorer

Description: 图片浏览器,可以实现图片的放大缩小,以及其他动态处理的效果,同时可以直接链接到网络。-Image viewer, image zoom can be achieved, and other dynamic processing effects, and can link directly to the network.
Platform: | Size: 333824 | Author: 项链 | Hits:

[Browser ClientImageView

Description: 图片浏览器,浏览指定目录下的图片,放大,缩小等功能,可以加入clutterMX控件,用于控制拖动效果-Image viewer, image browser in a given directory, zoom and other functions, you can add clutterMX control, used to control the drag effect
Platform: | Size: 15360 | Author: zhang | Hits:

[Picture ViewerWinForm

Description: 图片浏览器,实现图片放大,缩小,拖拽功能-Image viewer, to achieve image zoom, drag and drop
Platform: | Size: 1158144 | Author: huang xuejun | Hits:

[Special EffectsGraphshower

Description: 一个类似于ACDSee的图像浏览器工具,可实现:图像浏览功能;图像的缩放显示功能。-An image viewer like ACDSee tools, can be realized: image browsing image zoom display.
Platform: | Size: 39936 | Author: 侯喜报 | Hits:

[androidimage

Description: android上的图片浏览程序,可以滑动切换图片,可以放大缩小,并在放下状态下可以移动-android on the image viewer, you can slide the switch image, you can zoom and move in the down state
Platform: | Size: 1599488 | Author: 安铮 | Hits:

[Picture ViewerImage-Viewer

Description: 在调试绘制位图的程序时,经常需要在代码运行到某一行时知道当前绘制的位图的具体内容,这套代码提供了一套方案,可以让你调试时实时观察到你的位图的内容变化,所见即所得,其中用到了进程间通信的技术-Have you ever debugged a graphics routine where you would really like to see what the images you are working with in memory actually looked like while you are stepping through your code? Well, now you can!!! The Image Viewer is a simple utility program that you can plug into your drawing code. It has a zoom feature so you can get a real close look at what you are drawing, or a good overview of a larger picture. Use it to peek at HDCs, HBITMAPs, HICONs, HCURSORs, HFONTs, HIMAGELISTs, HRGNs, and Gdiplus::Images. The Image Viewer download contains just the compiled files and the ImageViewer.h header file. The demo application download contains all the source code. The ImageViewer.h header file and the ImageViewer.dll library file were both written using only the Win32 APIs and some ATL. MFC was not used. Both the header and library files have been tested with Visual C++ 6.0 and Visual C++ 8.0, using both MBCS and Unicode builds. System Requirements
Platform: | Size: 495616 | Author: xml | Hits:

[JSP/JavaPicture-Viewer

Description: 图片查看器实现了在用户选定的文件目录下循环浏览指定后缀的图片文件,并且可以对选择的图片进行放大,缩小,左旋,右旋,另存,彻底删除等操作-Picture Viewer implements the selected file in the user directory specified suffix cycle through picture files, and can select the image to zoom in, zoom out, left-handed, right-handed, save, delete, and so completely
Platform: | Size: 3390464 | Author: 汪美玲 | Hits:
« 12 3 »

CodeBus www.codebus.net