CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 通讯/手机编程 搜索资源 - 图片 放大

搜索资源列表

  1. pictureviewer

    0下载:
  2. Android 图片浏览器,1.有画廊控件 2.实现图片的放大缩小功能 3,实现图片的自动播放和暂停功能,并且让播放和暂停按钮用同一个按钮控制-Android image viewer, gallery control to achieve a picture zoom function of the picture to play and pause functions, and let the play and pause button with a button control
  3. 所属分类:android

    • 发布日期:2017-04-04
    • 文件大小:41858
    • 提供者:韦齐圣
  1. touchview

    0下载:
  2. 一个自定义的图片多点触摸放大缩小功能,使用时只需在xml或者代码中引用自定义的ImageViewTouchBase就行。-The picture of a custom multi-touch zoom function, when used only in reference ImageViewTouchBase custom xml code.
  3. 所属分类:android

    • 发布日期:2017-11-27
    • 文件大小:4851
    • 提供者:tianhui
  1. day14

    0下载:
  2. 一个简单图片浏览的实现,里面分了两个浏览模式,一个是通过滑动浏览,一个是放大浏览-The realization of a simple picture browser, which is divided into two browsing mode, a browse through the sliding, a zoom
  3. 所属分类:iPhone

    • 发布日期:2017-11-23
    • 文件大小:37248
    • 提供者:庄锦伟
  1. Image

    0下载:
  2. android 图片处理源码,可以对图像进行放大缩小,对称转换,倒转换,色调亮度调节,图片上写字等-android image processing source code, you can zoom in and out on the image symmetrical conversion, down conversion, hue, brightness adjustment, and write on the picture
  3. 所属分类:android

    • 发布日期:2017-11-15
    • 文件大小:1456642
    • 提供者:zhangcheng
  1. CustomGalleryLikeiPhone

    0下载:
  2. 一款Android平台下的3D相册图片滑动+倾斜+放大+倒影处理源码,希望能给大家带来帮助。-An Android platform 3D photo album slide the+ tilt+ enlarged the+ reflection processing source code, I hope we can bring help.
  3. 所属分类:android

    • 发布日期:2017-11-12
    • 文件大小:3329545
    • 提供者:Samy
  1. Welcome

    0下载:
  2. 点击放大缩小图片 欢迎界面 适合初学者 大家可以下载-Click to zoom picture
  3. 所属分类:iPhone

    • 发布日期:2017-11-25
    • 文件大小:173041
    • 提供者:李阳
  1. MultitouchProject

    0下载:
  2. Android的多媒体中的多点触控开发,随意放大缩小图片-The multi-touch Android multimedia development, free to zoom picture
  3. 所属分类:android

    • 发布日期:2017-11-15
    • 文件大小:204646
    • 提供者:李金华
  1. myGallery

    0下载:
  2. android手机图片管理器,可以进行图片的放大、缩放、删除-android phone Picture Manager, picture zoom, zoom, delete
  3. 所属分类:android

    • 发布日期:2017-11-20
    • 文件大小:4340840
    • 提供者:guofeng
  1. FullScreenImageViewController_10803

    0下载:
  2. 提供全屏浏览图片,并缩小放大等,可实现图片的动态效果-Provide full-screen pictures, and reduce the amplification, can achieve dynamic effects picture
  3. 所属分类:iPhone

    • 发布日期:2017-11-19
    • 文件大小:60968
    • 提供者:罗小平
  1. ImageUtil

    0下载:
  2. J2ME用的图片处理工具,可以对图片进行放大缩小,裁剪,透明处理,对图片进行一些特效的处理,黑白,负片,蒙版等-J2ME use image processing tools, the images can zoom, crop, transparent processing, image processing some special effects, black and white, negative, masks, etc.
  3. 所属分类:J2ME

    • 发布日期:2017-04-04
    • 文件大小:4649
    • 提供者:zhang
  1. ImageMaxSizeToSmall

    0下载:
  2. 苹果里面图片的的放大缩小,本人第一个demo。-Picture rotation
  3. 所属分类:iPhone

    • 发布日期:2017-05-22
    • 文件大小:7137306
    • 提供者:eagle
  1. ZoomPage

    0下载:
  2. 控件以及双指放大缩小图片、单指拖动图片应用程序编程源码,很好的参考资料。-Control and double finger zoom, single refers to drag the picture application programming source code, a good reference.
  3. 所属分类:android

    • 发布日期:2017-05-17
    • 文件大小:4340453
    • 提供者:烟鸭掌儿
  1. DragImageView

    0下载:
  2. android 自定义ImageView实现图片手势滑动,多点触摸放大缩小效果(仿腾讯,新浪),这里面实现多少会有不足之处,大家在运用的时候根据需求自行调整,大多都是多数图片左右切换实现,这个大家可以自定义ViewGroup或者重写控件实现.-android custom ImageView achieve picture slide gestures, multi-touch zoom effect (Imitation Tencent, Sina), there will be inadeq
  3. 所属分类:android

    • 发布日期:2017-04-07
    • 文件大小:159888
    • 提供者:
  1. DragImageView

    0下载:
  2. 最近的一个android 项目中,客户要求在查看拍照上传的图片时,可以对图片进行多点触控的拖拽、放大、缩小等操作。网上的范例都不怎么好,实现的效果差强人意。 下面说说我的方案: 步骤一:自定义一个View,该View继承自ImageView。在该View中实现多点触控的拖拽、缩放等功能。 步骤二:像使用ImageView那样,在XML中引入该View。当然也可以动态创建该View然后添加到容器组件中。-A recent android projects, customer requi
  3. 所属分类:android

    • 发布日期:2017-05-02
    • 文件大小:530606
    • 提供者:anxianjie
  1. test

    0下载:
  2. 图片的多点触控放大缩小,且支持图片的左右随意切换-Pictures of multi-touch zoom in, and support pictures about arbitrary switching
  3. 所属分类:android

    • 发布日期:2017-06-17
    • 文件大小:25763244
    • 提供者:张晓彬
  1. DragImageView

    0下载:
  2. 自己写的android例子,重写了ImageView来实现对图片的放大,缩小,平移的功能。- 翻译 英语 中文 德语 检测语言 中文(简体) 英语 日语 自己写的android例子,重写了ImageV
  3. 所属分类:android

    • 发布日期:2017-04-16
    • 文件大小:482070
    • 提供者:杨军
  1. TestRotateAnim

    0下载:
  2. Android仿WIN8磁贴效果,原来的代码有问题,双击按钮会放大图片,并且产生两次事件。自己动手将以上两个Bug修复了,并改动了磁贴代码的拼写错误,加入一些自定义消息方便代码阅读。-Android WIN8 magnets imitation effect, the original code has a problem, double-click the button to enlarge and produce two events. The above two-yourself Bug
  3. 所属分类:android

    • 发布日期:2017-04-07
    • 文件大小:497365
    • 提供者:apudn10
  1. OptionsMenuDemo

    0下载:
  2. 手机触屏手势缩放操作,很弦的效果.可以将图片利用手势放大和缩小。-Mobile touch gesture zoom operation, the effect of a chord. Gestures can zoom in and out using the image.
  3. 所属分类:android

    • 发布日期:2017-04-16
    • 文件大小:92836
    • 提供者:蟋蟀
  1. ViewPager1111111111

    0下载:
  2. 图片能放大缩小左右移动但是不能切换,图片能放大缩小左右移动但是不能切换-Pictures can zoom in and move around but can not switchPictures can zoom in and move around but can not switch
  3. 所属分类:android

    • 发布日期:2017-05-09
    • 文件大小:1683152
    • 提供者:刘洋
  1. imageshowerDemo

    0下载:
  2. 有一张小的图片,当点击图片后,便能够能够将图片进行放大的一个效果-Have a picture of a small, when click on the image, then to be able to picture on a effect of magnification
  3. 所属分类:android

    • 发布日期:2017-05-07
    • 文件大小:1410362
    • 提供者:xia
« 1 2 34 5 »
搜珍网 www.dssz.com