1.加文字-(UIImage *)addText:(UIImage *)img text:(NSString *)text1{ //get image width and height int w = img.size.width; int h = img.size.height; CGColorS...
分类:
移动开发 时间:
2015-06-02 21:50:19
阅读次数:
149
文件上传://把相对路径变成绝对路径。string absolutePath = Server.MapPath(relativePath);FileUpload控件: 属性: FileName:文件名 HasFile:bool 是否选中了文件 FileBytes:要上传文件的二进制数据 方法:...
分类:
Web程序 时间:
2015-06-01 20:06:53
阅读次数:
225
1 package com.example.day18_02picturemark; 2 3 import android.app.Activity; 4 import android.graphics.Bitmap; 5 import android.graphics.BitmapFactor.....
分类:
其他好文 时间:
2015-06-01 11:21:26
阅读次数:
91
文件上传://把相对路径变成绝对路径。string absolutePath = Server.MapPath(relativePath);FileUpload控件: 属性: FileName:文件名 HasFile:bool 是否选中了文件 FileBytes:要上传文件的二进制数据 方法:...
分类:
Web程序 时间:
2015-05-31 15:19:01
阅读次数:
141
水印:一个fileupload一个buttonusing System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.UI;using System.Web.UI.WebCon...
使用方法: UploadImage ui = new UploadImage(); //可选参数 //ui.SetWordWater = "哈哈";//文字水印 ui.SetPicWat...
分类:
Web程序 时间:
2015-05-28 19:54:36
阅读次数:
121
//// UIImage+CX.h// 03-图片水印////#import @interface UIImage (CX)/** * 打水印 * * @param bg 背景图片 * @param logo 右下角的水印图片 */+ (instancetype)waterImageW...
分类:
其他好文 时间:
2015-05-25 23:48:04
阅读次数:
145
今天小码哥的一个朋友发来一张图片,图片中有水印,问我能不能去掉水印,当时我就有点晕,这NM的一张图片,也就是一个图层,这怎么去掉水印啊!瞬间大脑当机了,,,可后来我想起,以前他也让我帮过忙,去掉图片中的文字,我也想到了当时用的方法,可又一想,当时文字所在区域T..
分类:
其他好文 时间:
2015-05-25 14:52:15
阅读次数:
144
猫猫分享,必须精品原创文章,欢迎转载。转载请注明:翟乃玉的博客
地址:http://blog.csdn.net/u013357243?viewmode=contents合并图片(图片水印)第一种方法效果实现:思路:
1.分别下载2张图片:大图片、LOGO
2.合并2张图片
3.显示到一个imageView身上 // 异步下载
dispatch_async(dispatch_get...
分类:
移动开发 时间:
2015-05-23 20:09:08
阅读次数:
205
//check(); 调用验证码//thumb('图片文件',是否覆盖,宽度,高度,'重命名前缀');生成缩略图//logo('图片文件',位置,是否覆盖,'重命名前缀');添加图片水印//txt('图片文件',字号,'要添加的水印文字','水印颜色','水印透明度',位置,是否覆盖,'重命名前缀'...
分类:
其他好文 时间:
2015-05-22 22:30:17
阅读次数:
121