html实现选择头像,HTML5实现上传头像图片大小选择(简单实现)

这篇博客介绍了如何使用HTML5实现类似微博的头像上传功能,包括图片选择后进行不同尺寸的选择。通过创建canvas元素和相关JavaScript代码,实现了在浏览器中对图片进行裁剪和缩放,适用于Chrome和Firefox。代码示例展示了如何绘制选择框、绘制图片以及处理鼠标操作来改变选择区域,从而达到调整头像大小的目的。
摘要由CSDN通过智能技术生成

HTML5仿微博图片上传后大小选择,请使用chrom或者FireFox运行、如果报SECURITY_ERR需要把文件放在服务器端、比如nginx里。

1.[代码][HTML]代码

New Document

180×180

100×100

50×50

30×30

var photo={

"this":document.getElementById("photo"),

"context":document.getElementById("photo").getContext("2d"),

"width":document.getElementById("photo").width,

"height":document.getElementById("photo").height

};

var photos={

"bPhoto":{

"context":document.getElementById("bPhoto").getContext("2d"),

"width":document.getElementById("bPhoto").width,

"height":document.getElementById("bPhoto").height

},"mPhoto":{

"context":document.getElementById("mPhoto").getContext("2d"),

"width":document.getElementById("mPhoto").width,

"height":document.getElementById("mPhoto").height

},"sPhoto":{

"context":document.getElementById("sPhoto").getContext("2d"),

"width":document.getElementById("sPhoto").width,

"height":document.g

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值