在线编辑图片(转)

简介: 阅读目录 1 效果图 2 实现 3 参数介绍 4 官方文档 一个免费的图片编辑SDK,可用于web,ios,android平台。本文主要介绍web端使用方法。   回到顶部 1 效果图 点击 “Edit Photo” 按钮, 查看效果图       回...

一个免费的图片编辑SDK,可用于web,ios,android平台。本文主要介绍web端使用方法。

 

1 效果图

点击 “Edit Photo” 按钮, 查看效果图

 

image

 

 

2 实现

复制下面代码,保存为html文件

 

 
 
"http://www.w3.org/1999/xhtml">
"server"> 
"Content-Type" content=
"text/html; charset=utf-8"/> 
    
  
   
    
    
 
 
    
"form1" runat= "server">
   
'injection_site'>
'image1' src='https://img.alicdn.com/imgextra/i2/62935302/TB2hBzSeXXXXXbMXXXXXXXXXXXX_!!62935302.jpg'/>
 
 
 

'image' src='' value='Edit photo' onclick="return launchEditor('image1', 'https://img.alicdn.com/imgextra/i2/62935302/TB2hBzSeXXXXXbMXXXXXXXXXXXX_!!62935302.jpg');" />

 
    
 
 

 

作者:疯吻IT 出处:http://fengwenit.cnblogs.com

3 参数介绍

apiKey

所有的工具

            tools: 'text,resize',//这里设置为all,可以显示所有的工具;如果只想显示部份工具,可以用逗号分隔

所有工具如下:

  • enhance: Autocorrect your photo with one of five basic enhancements.

  • effects: Choose from a variety of effects and filters for your photo.

  • frames: Choose from a variety of frames to apply around your photo.

  • overlays: Choose from a variety of overlays to apply over your photo.

  • stickers: Choose from a variety of stickers you can resize and place on your photo.

  • orientation: Rotate and flip your photo in one tool.

  • crop: Crop a portion of your photo. Add presets via API. Fixed-pixel cropPresets perform a resize when applied.

  • resize: Resize the image using width and height number fields.

  • lighting: Adjust the lighting in your photo with this collection of adjustment toools.

  • color: Adjust the color in your photo with this collection of adjustment toools.

  • sharpness: Blur or sharpen the overall image in one tool.

  • focus: Adds a selective linear or radial focus to your photo.

  • vignette: Adds an adjustable vignette to your photo.

  • blemish: Remove skin blemishes with a brush.

  • whiten: Whiten teeth with a brush.

  • redeye: Remove redeye from your photo with a brush.

  • draw: Add doodle overlays with a brush.

  • colorsplash: Use a smart brush to colorize parts of your photo which becomes grayscale otherwise.

  • text: Add custom, resizable text.

  • meme: Turn your photo into a meme with this tool that adds text to the top and bottom of your photo.

 

默认展开的工具


            initTool: 'text',//默认展开的工具

 

语言

            language: 'zh_HANS',//简体中文

默认en 为英语

  

保存

            onSave: function (imageID, newURL) {

                //alert(newURL);

                $.ajax({

                    url: "ashx/CarInfo.ashx?type=DownloadCarPhoto&imgUrl=" + newURL + "&rand=" + Math.random(),

                    success: function (url) {

                        alert('保存成功');

                        var img = document.getElementById(imageID);

                        img.src = url;

                    },

                    error: function () {

                        alert('error')

                    }

                });

            },

     

4 官方文档

 

在线系列

http://www.cnblogs.com/fengwenit/p/4738260.html

 

相关文章
针对FastAdmin新增上传多个图片,新增上传的视频的预览效果
针对FastAdmin新增上传多个图片,新增上传的视频的预览效果
984 0
|
26天前
|
JSON 前端开发 测试技术
分享一款好用的四合一缩略图生成在线工具
3M万能在线工具箱提供了一款“四合一网页设备缩略图”生成工具,可一键生成网页在台式机、笔记本、平板和手机上的缩略图,支持多种背景色选择,操作简单且安全可靠。该工具极大提升了网页设计和测试效率,适合设计师和开发者快速预览和展示网页效果。更多实用工具请访问:[3M万能在线工具箱](https://3m.panziye.com/)。
70 14
|
9月前
|
人工智能 Serverless API
想要一个龙年头像,在线等挺急的
想要一个龙年头像,在线等挺急的
903 52
|
9月前
|
搜索推荐 定位技术 数据安全/隐私保护
方便、免费的PDF在线处理网站汇总:PDF合并、文字编辑、页面提取与删除、格式转换…
方便、免费的PDF在线处理网站汇总:PDF合并、文字编辑、页面提取与删除、格式转换…
192 1
|
测试技术 数据库 数据安全/隐私保护
推荐一个牛逼的开源在线文档系统,支持Markdown和富文本编辑模式!
推荐一个牛逼的开源在线文档系统,支持Markdown和富文本编辑模式!
3753 0
推荐一个牛逼的开源在线文档系统,支持Markdown和富文本编辑模式!
|
计算机视觉
在线生成ArUco标签图片
在线生成ArUco标签图片
487 0
|
前端开发
织梦dedecms评论助手插件(支持图片视频上传与随机头像功能)
织梦评论助手是一款评论插件,安装后可以替代原有的织梦评论,立即拥有一个属于你自己网站的友好的评论系统。支持评论图片视频上传与评论者随机头像功能。
|
前端开发
A2021-A2022项目展示页面的内容。
A2021-A2022项目展示页面的内容。
117 0
A2021-A2022项目展示页面的内容。
|
JSON 移动开发 JavaScript
快速搭建一个代码在线编辑预览工具
快速搭建一个代码在线编辑预览工具
468 0
快速搭建一个代码在线编辑预览工具

热门文章

最新文章