


Picture editing operations are required in the background: rotation, coding, cropping
On the left is the image list (image address on the server)
Click on any picture on the left. The right area displays (editing area) pictures ready for editing
Editing operations: rotate, code, crop
Reply content:
Picture editing operations are required in the background: rotation, coding, cropping
On the left is the image list (image address on the server)
Click on any picture on the left. The right area displays (editing area) pictures ready for editing
Editing operations: rotate, code, crop
Rotation and cropping have been done before and can be implemented using canvas. Coding has not been done before, but in theory it can be implemented through canvas.
For details, please refer to cropperjs
<code> <meta charset="UTF-8"> <title></title> <style> body{ overflow-x: hidden; overflow-y: auto; } .img_box{ display: inline-block; width: 150px; height: 100%; padding: 0; margin: 0; list-style: none; float: left; } .img_box li{ display: block; width: 100%; height: 150px; } .img_box li img{ width: 100%; height: 100%; } .edit_box{ display: inline-block; padding-left: 150px; width: 1000px; height: 800px; float: left; } .edit_box img{ width: 100%; height: 100%; } </style> <div> <ul class="img_box"> <li><img src="/static/imghwm/default1.png" data-src="../img/cof.jpg" class="lazy" alt="javascript - Front-end image processing: rotation, coding, cropping" ></li> <li><img src="/static/imghwm/default1.png" data-src="../img/cof1.jpg" class="lazy" alt="javascript - Front-end image processing: rotation, coding, cropping" ></li> <li><img src="/static/imghwm/default1.png" data-src="../img/cof2.jpg" class="lazy" alt="javascript - Front-end image processing: rotation, coding, cropping" ></li> <li><img src="/static/imghwm/default1.png" data-src="../img/cof3.jpg" class="lazy" alt="javascript - Front-end image processing: rotation, coding, cropping" ></li> <li><img src="/static/imghwm/default1.png" data-src="../img/cof4.jpg" class="lazy" alt="javascript - Front-end image processing: rotation, coding, cropping" ></li> </ul> <div class="edit_box"> </div> </div> <div class="edit_btn"> <input type="button" id="rod" value="旋转"> <input type="button" id="dama" value="打码"> <input type="button" id="caij" value="裁剪"> </div> <script> var list=document.getElementsByClassName("img_box")[0]; var list_item=list.children; var e_box=document.getElementsByClassName("edit_box")[0]; var num=0; var rod=document.getElementById("rod"); var dama=document.getElementById("dama"); var caij=document.getElementById("caij"); for (var i=0,len=list_item.length;i<len;i++) { (function(i){ list_item[i].onclick=function(){ var iurl=this.children[0].src; creatdom(iurl); } })(i) } function creatdom(iurl){ e_box.innerHTML="<img src="/static/imghwm/default1.png" data-src="+iurl+" class="lazy" alt="javascript - Front-end image processing: rotation, coding, cropping" >"; } rod.onclick=function(){//旋转的方法 num++; e_box.style.cssText='transform: rotate('+90*num+'deg);'; } dama.onclick=function(){//我不明白你的打码是几个意思,我就做成了修改透明度了 num++; if(num<=10){ e_box.style.cssText="opacity: "+num*0.1+";"; }else{ e_box.style.cssText="opacity: 0.1;"; num=0; } } //caij的方法你可以去看看http://www.zhangxinxu.com/study/201005/image-crop-rotation-demo.html,懒得弄了 </script> </code>

在css中,可用list-style-type属性来去掉ul的圆点标记,语法为“ul{list-style-type:none}”;list-style-type属性可设置列表项标记的类型,当值为“none”可不定义标记,也可去除已有标记。

区别是:css是层叠样式表单,是将样式信息与网页内容分离的一种标记语言,主要用来设计网页的样式,还可以对网页各元素进行格式化;xml是可扩展标记语言,是一种数据存储语言,用于使用简单的标记描述数据,将文档分成许多部件并对这些部件加以标识。

在css中,可以利用cursor属性实现鼠标隐藏效果,该属性用于定义鼠标指针放在一个元素边界范围内时所用的光标形状,当属性值设置为none时,就可以实现鼠标隐藏效果,语法为“元素{cursor:none}”。

在css中,可以利用“font-style”属性设置i元素不是斜体样式,该属性用于指定文本的字体样式,当属性值设置为“normal”时,会显示元素的标准字体样式,语法为“i元素{font-style:normal}”。

在css中,rtl是“right-to-left”的缩写,是从右往左的意思,指的是内联内容从右往左依次排布,是direction属性的一个属性值;该属性规定了文本的方向和书写方向,语法为“元素{direction:rtl}”。

转换方法:1、给英文元素添加“text-transform: uppercase;”样式,可将所有的英文字母都变成大写;2、给英文元素添加“text-transform:capitalize;”样式,可将英文文本中每个单词的首字母变为大写。

在css3中,可以用“transform-origin”属性设置rotate的旋转中心点,该属性可更改转换元素的位置,第一个参数设置x轴的旋转位置,第二个参数设置y轴旋转位置,语法为“transform-origin:x轴位置 y轴位置”。


Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

SAP NetWeaver Server Adapter for Eclipse
Integrate Eclipse with SAP NetWeaver application server.

PhpStorm Mac version
The latest (2018.2.1) professional PHP integrated development tool

SublimeText3 Chinese version
Chinese version, very easy to use

MantisBT
Mantis is an easy-to-deploy web-based defect tracking tool designed to aid in product defect tracking. It requires PHP, MySQL and a web server. Check out our demo and hosting services.

VSCode Windows 64-bit Download
A free and powerful IDE editor launched by Microsoft