码迷,mamicode.com
首页 >  
搜索关键字:image    ( 48784个结果
重写UIImageView的image属性---
效果:当你重写了UIImageView的image属性后你就会对UIImageView怎么显示图片了如指掌了:源码:UIImageView.h + UIImageView.m//// LiveImageView.h// Progress//// Copyright (c) 2014年 L.S....
分类:其他好文   时间:2014-07-10 11:48:25    阅读次数:309
【1】【IOS】 截图
1 UIGraphicsBeginImageContext(self.view.bounds.size);// 设置上下文2 3 [self.view.layer renderInContext:UIGraphicsGetCurrentContext()];4 5 UIImage *image=UI...
分类:移动开发   时间:2014-07-10 11:01:17    阅读次数:199
Android-Universal-Image-Loader 图片异步加载类库的使用
这个图片异步加载并缓存的类已经被很多开发者所使用,是最常用的几个开源库之一,主流的应用,随便反编译几个火的项目,都可以见到它的身影。 可是有的人并不知道如何去使用这库如何进行配置,网上查到的信息对于刚接触的人来说可能太少了,下面我就把我使用过程中所知道的写了下来,希望可以帮助自己和别人更深入了解.....
分类:移动开发   时间:2014-07-07 16:30:29    阅读次数:291
Leetcode Rotate Image
You are given annxn2D matrix representing an image.Rotate the image by 90 degrees (clockwise).Follow up:Could you do this in-place?矩阵的旋转如1 2 34 5 67 8...
分类:其他好文   时间:2014-07-07 15:13:49    阅读次数:181
C#图片上写文字
using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Drawing;namespace BitMap{ /// /// Image 的摘要说明 ...
分类:其他好文   时间:2014-07-03 11:07:45    阅读次数:154
ios下UIImage相关开发经验总结
iOS下做和UIImage相关功能有段时间,这里总结列下相关经验。1. 基本框架image IO image IO可以通过URL或者dataProvider来生成CGImageSourceRef,然后可以在source上获取第几张图片或者缩略图;根据http://www.mindsea.com/2....
分类:移动开发   时间:2014-06-30 13:00:30    阅读次数:389
Qt5官方demo解析集13——Qt Quick Particles Examples - Image Particles
本系列所有文章可以在这里查看http://blog.csdn.net/cloud_castle/article/category/2123873 接上文...
分类:其他好文   时间:2014-06-30 11:09:33    阅读次数:281
验证码
验证码 import com.sun.image.codec.jpeg.JPEGCodec; import com.sun.image.codec.jpeg.JPEGImageEncoder; 来输出验证码...
分类:其他好文   时间:2014-06-30 10:57:22    阅读次数:198
android图片缓存框架Android-Universal-Image-Loader(二)
这篇打算直接告诉大家怎么用吧,其实这个也不是很难的框架,大致使用过程如下: // 获取缓存图片目录 File cacheDir = StorageUtils.getOwnCacheDirectory(activity, "imageloader/Cache"); ImageLoaderConfiguration config = new ImageLoaderConfigur...
分类:移动开发   时间:2014-06-30 08:13:12    阅读次数:289
response.setcontenttype的参数
码农写了这么长时间的web程序,都没搞清楚response的setContentType有那些参数,差了下,居然有这么多参数,好吧,无知了。 image/bmp BMP  image/gifGIF image/jpegJPEG image/tiffTIFF image/x-dcxDCX image/x-pcxPCX text/htmlHTML text/plainTXT te...
分类:其他好文   时间:2014-06-30 00:04:30    阅读次数:239
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!