yq-avatar.vue 34 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367
  1. <template name="yq-avatar">
  2. <view>
  3. <image :src="imgSrc.imgSrc" @click="fSelect" :style="[ iS ]" class="my-avatar"></image>
  4. <canvas canvas-id="avatar-canvas" id="avatar-canvas" class="my-canvas" :style="{top: sT, height: csH}"
  5. disable-scroll="false"></canvas>
  6. <canvas canvas-id="oper-canvas" id="oper-canvas" class="oper-canvas" :style="{top: sT, height: csH}"
  7. disable-scroll="false" @touchstart="fStart" @touchmove="fMove" @touchend="fEnd"></canvas>
  8. <canvas canvas-id="prv-canvas" id="prv-canvas" class="prv-canvas" disable-scroll="false"
  9. @touchstart="fHideImg" :style="{ height: csH, top: pT }"></canvas>
  10. <view class="oper-wrapper" :style="{display: sD, top:tp}">
  11. <view class="oper">
  12. <view class="btn-wrapper" v-if="sO">
  13. <view @click="fSelect" hover-class="hover" :style="{width: bW}"><text>重选</text></view>
  14. <view @click="fClose" hover-class="hover" :style="{width: bW}"><text>关闭</text></view>
  15. <view @click="fRotate" hover-class="hover" :style="{width: bW, display: bD}"><text>旋转</text></view>
  16. <view @click="fPreview" hover-class="hover" :style="{width: bW}"><text>预览</text></view>
  17. <view @click="fUpload" hover-class="hover" :style="{width: bW}"><text>上传</text></view>
  18. </view>
  19. <view class="clr-wrapper" v-else>
  20. <slider class="my-slider" @change="fColorChange" block-size="25" value="0" min="-100" max="100" activeColor="red"
  21. backgroundColor="green" block-color="grey" show-value></slider>
  22. <view @click="fPrvUpload" hover-class="hover" :style="{width: bW}"><text>上传</text></view>
  23. </view>
  24. </view>
  25. </view>
  26. </view>
  27. </template>
  28. <script>
  29. "use strict";
  30. const tH = 50;
  31. export default {
  32. name: "yq-avatar",
  33. data() {
  34. return {
  35. csH: '0px',
  36. sD: 'none',
  37. sT: '-10000px',
  38. pT: '-10000px',
  39. iS: {},
  40. sS: {},
  41. sO: true,
  42. bW: '19%',
  43. bD: 'flex',
  44. tp: 0,
  45. imgSrc: {
  46. imgSrc: ''
  47. }
  48. };
  49. },
  50. watch: {
  51. avatarSrc() {
  52. this.imgSrc.imgSrc = this.avatarSrc;
  53. }
  54. },
  55. props: {
  56. avatarSrc: '',
  57. avatarStyle: '',
  58. selWidth: '',
  59. selHeight: '',
  60. expWidth: '',
  61. expHeight: '',
  62. minScale: '',
  63. maxScale: '',
  64. canScale: '',
  65. canRotate: '',
  66. lockWidth: '',
  67. lockHeight: '',
  68. stretch: '',
  69. lock: '',
  70. fileType: '',
  71. noTab: '',
  72. inner: '',
  73. quality: '',
  74. index: '',
  75. bgImage: '',
  76. },
  77. created() {
  78. this.cc = uni.createCanvasContext('avatar-canvas', this);
  79. this.cco = uni.createCanvasContext('oper-canvas', this);
  80. this.ccp = uni.createCanvasContext('prv-canvas', this);
  81. this.qlty = parseFloat(this.quality) || 1;
  82. this.imgSrc.imgSrc = this.avatarSrc;
  83. this.letRotate = (this.canRotate === false || this.inner === true || this.inner === 'true' || this.canRotate === 'false') ? 0 : 1;
  84. this.letScale = (this.canScale === false || this.canScale === 'false') ? 0 : 1;
  85. this.isin = (this.inner === true || this.inner === 'true') ? 1 : 0;
  86. this.indx = this.index || undefined;
  87. this.mnScale = parseFloat(this.minScale) || 0.3;
  88. this.mxScale = parseFloat(this.maxScale) || 4;
  89. this.noBar = (this.noTab === true || this.noTab === 'true') ? 1 : 0;
  90. this.stc = this.stretch;
  91. this.lck = this.lock;
  92. this.fType = this.fileType === 'jpg' ? 'jpg' : 'png';
  93. if (this.isin||!this.letRotate) {
  94. this.bW = '24%';
  95. this.bD = 'none';
  96. } else {
  97. this.bW = '19%';
  98. this.bD = 'flex';
  99. }
  100. if (this.noBar) {
  101. this.fWindowResize();
  102. } else {
  103. uni.showTabBar({
  104. fail: ()=>{
  105. this.noBar = 1;
  106. },
  107. success: ()=>{
  108. this.noBar = 0;
  109. },
  110. complete: (res) => {
  111. this.fWindowResize();
  112. }
  113. });
  114. }
  115. },
  116. methods: {
  117. fWindowResize() {
  118. let sysInfo = uni.getSystemInfoSync();
  119. this.platform = sysInfo.platform;
  120. this.wW = sysInfo.windowWidth;
  121. // #ifdef H5
  122. this.drawTop = sysInfo.windowTop;
  123. // #endif
  124. // #ifndef H5
  125. this.drawTop = 0;
  126. // #endif
  127. // #ifdef MP-ALIPAY
  128. this.wH = sysInfo.screenHeight - sysInfo.statusBarHeight - sysInfo.titleBarHeight;
  129. this.csH = this.wH - tH + 'px';
  130. // #endif
  131. // #ifndef MP-ALIPAY
  132. this.wH = sysInfo.windowHeight;
  133. if(!this.noBar) this.wH += tH;
  134. this.csH = this.wH - tH + 'px';
  135. // #endif
  136. this.tp = this.csH;
  137. // #ifdef H5
  138. this.tp = sysInfo.windowTop + parseInt(this.csH)+ 'px';
  139. // #endif
  140. this.pxRatio = this.wW / 750;
  141. let style = this.avatarStyle;
  142. if (style && style !== true && (style = style.trim())) {
  143. style = style.split(';');
  144. let obj = {};
  145. for (let v of style) {
  146. if (!v) continue;
  147. v = v.trim().split(':');
  148. if (v[1].toString().indexOf('upx') >= 0) {
  149. let arr = v[1].trim().split(' ');
  150. for (let k in arr) {
  151. if (!arr[k]) continue;
  152. if (arr[k].toString().indexOf('upx') >= 0) {
  153. arr[k] = parseFloat(arr[k]) * this.pxRatio + 'px';
  154. }
  155. }
  156. v[1] = arr.join(' ');
  157. }
  158. obj[v[0].trim()] = v[1].trim();
  159. }
  160. this.iS = obj;
  161. }
  162. this.expWidth && (this.eW = this.expWidth.toString().indexOf('upx') >= 0 ? parseInt(this.expWidth) * this.pxRatio :
  163. parseInt(this.expWidth));
  164. this.expHeight && (this.eH = this.expHeight.toString().indexOf('upx') >= 0 ? parseInt(this.expHeight) * this.pxRatio :
  165. parseInt(this.expHeight));
  166. if (this.sD === 'flex') {
  167. this.fDrawInit(true);
  168. }
  169. this.fHideImg();
  170. },
  171. fSelect() {
  172. if (this.fSelecting) return;
  173. this.fSelecting = true;
  174. setTimeout(() => {
  175. this.fSelecting = false;
  176. }, 500);
  177. uni.chooseImage({
  178. count: 1,
  179. sizeType: ['original', 'compressed'],
  180. sourceType: ['album', 'camera'],
  181. success: (r) => {
  182. // #ifdef MP-ALIPAY
  183. uni.showLoading();
  184. // #endif
  185. // #ifndef MP-ALIPAY
  186. uni.showLoading({
  187. title: '加载中...',
  188. mask: true
  189. });
  190. // #endif
  191. let path = this.imgPath = r.tempFilePaths[0];
  192. let name = r.tempFiles[0].name;
  193. if(!name && path) {
  194. name = path.split('/');
  195. name = name[name.length - 1];
  196. }
  197. uni.getImageInfo({
  198. src: path,
  199. success: r => {
  200. this.imgWidth = r.width;
  201. this.imgHeight = r.height;
  202. this.path = path;
  203. if (!this.hasSel) {
  204. let style = this.sS || {};
  205. if (this.selWidth && this.selHeight) {
  206. let sW = this.selWidth.toString().indexOf('upx') >= 0 ? parseInt(this.selWidth) * this.pxRatio : parseInt(
  207. this.selWidth),
  208. sH = this.selHeight.toString().indexOf('upx') >= 0 ? parseInt(this.selHeight) * this.pxRatio : parseInt(
  209. this.selHeight);
  210. style.width = sW + 'px';
  211. style.height = sH + 'px';
  212. style.top = ((this.wH - sH - tH)|0) / 2 + 'px';
  213. style.left = ((this.wW - sW)|0) / 2 + 'px';
  214. } else {
  215. uni.showModal({
  216. title: '裁剪框的宽或高没有设置',
  217. showCancel: false
  218. })
  219. return;
  220. }
  221. this.sS = style;
  222. }
  223. if (this.noBar) {
  224. this.fDrawInit(true);
  225. } else {
  226. uni.hideTabBar({
  227. complete: () => {
  228. this.fDrawInit(true);
  229. }
  230. });
  231. }
  232. this.$emit('getName',name);
  233. },
  234. fail: () => {
  235. uni.showToast({
  236. title: "请选择正确图片",
  237. duration: 2000,
  238. })
  239. },
  240. complete() {
  241. uni.hideLoading();
  242. }
  243. });
  244. }
  245. })
  246. },
  247. fUpload() {
  248. if (this.fUploading) return;
  249. this.fUploading = true;
  250. setTimeout(() => {
  251. this.fUploading = false;
  252. }, 1000)
  253. let style = this.sS,
  254. x = parseInt(style.left),
  255. y = parseInt(style.top),
  256. width = parseInt(style.width),
  257. height = parseInt(style.height),
  258. expWidth = this.eW || (width* this.pixelRatio),
  259. expHeight = this.eH || (height* this.pixelRatio);
  260. // #ifdef MP-ALIPAY
  261. uni.showLoading();
  262. // #endif
  263. // #ifndef MP-ALIPAY
  264. uni.showLoading({
  265. title: '加载中...',
  266. mask: true
  267. });
  268. // #endif
  269. this.sD = 'none';
  270. this.sT = '-10000px';
  271. this.hasSel = false;
  272. this.fHideImg();
  273. // #ifdef MP-ALIPAY
  274. this.cc.toTempFilePath({
  275. x: x,
  276. y: y,
  277. width: width,
  278. height: height,
  279. destWidth: expWidth,
  280. destHeight: expHeight,
  281. fileType: this.fType,
  282. quality: this.qlty,
  283. success: (r) => {
  284. r = r.apFilePath;
  285. this.$emit("upload", {
  286. avatar: this.imgSrc,
  287. path: r,
  288. index: this.indx,
  289. data: this.rtn,
  290. base64: this.base64 || null
  291. });
  292. },
  293. fail: (res) => {
  294. uni.showToast({
  295. title: "error1",
  296. duration: 2000,
  297. })
  298. },
  299. complete: () => {
  300. uni.hideLoading();
  301. this.noBar || uni.showTabBar();
  302. this.$emit("end");
  303. }
  304. });
  305. // #endif
  306. // #ifndef MP-ALIPAY
  307. uni.canvasToTempFilePath({
  308. x: x,
  309. y: y,
  310. width: width,
  311. height: height,
  312. destWidth: expWidth,
  313. destHeight: expHeight,
  314. canvasId: 'avatar-canvas',
  315. fileType: this.fType,
  316. quality: this.qlty,
  317. success: (r) => {
  318. r = r.tempFilePath;
  319. // #ifdef H5
  320. this.btop(r).then((r) => {
  321. this.$emit("upload", {
  322. avatar: this.imgSrc,
  323. path: r,
  324. index: this.indx,
  325. data: this.rtn,
  326. base64: this.base64 || null
  327. });
  328. return;
  329. })
  330. // #endif
  331. // #ifndef H5
  332. this.$emit("upload", {
  333. avatar: this.imgSrc,
  334. path: r,
  335. index: this.indx,
  336. data: this.rtn,
  337. base64: this.base64 || null
  338. });
  339. // #endif
  340. },
  341. fail: (res) => {
  342. uni.showToast({
  343. title: "error1",
  344. duration: 2000,
  345. })
  346. },
  347. complete: () => {
  348. uni.hideLoading();
  349. this.noBar || uni.showTabBar();
  350. this.$emit("end");
  351. }
  352. }, this);
  353. // #endif
  354. },
  355. fPrvUpload() {
  356. if (this.fPrvUploading) return;
  357. this.fPrvUploading = true;
  358. setTimeout(() => {
  359. this.fPrvUploading = false;
  360. }, 1000)
  361. let style = this.sS,
  362. destWidth = parseInt(style.width),
  363. destHeight = parseInt(style.height),
  364. prvX = this.prvX,
  365. prvY = this.prvY,
  366. prvWidth = this.prvWidth,
  367. prvHeight = this.prvHeight,
  368. expWidth = this.eW || (parseInt(style.width) * this.pixelRatio),
  369. expHeight = this.eH || (parseInt(style.height) * this.pixelRatio);
  370. // #ifdef MP-ALIPAY
  371. uni.showLoading();
  372. // #endif
  373. // #ifndef MP-ALIPAY
  374. uni.showLoading({
  375. title: '加载中...',
  376. mask: true
  377. });
  378. // #endif
  379. this.sD = 'none';
  380. this.sT = '-10000px';
  381. this.hasSel = false;
  382. this.fHideImg();
  383. // #ifdef MP-ALIPAY
  384. this.ccp.toTempFilePath({
  385. x: prvX,
  386. y: prvY,
  387. width: prvWidth,
  388. height: prvHeight,
  389. destWidth: expWidth,
  390. destHeight: expHeight,
  391. fileType: this.fType,
  392. quality: this.qlty,
  393. success: (r) => {
  394. r = r.apFilePath;
  395. this.$emit("upload", {
  396. avatar: this.imgSrc,
  397. path: r,
  398. index: this.indx,
  399. data: this.rtn,
  400. base64: this.base64 || null
  401. });
  402. },
  403. fail: () => {
  404. uni.showToast({
  405. title: "error_prv",
  406. duration: 2000,
  407. })
  408. },
  409. complete: () => {
  410. uni.hideLoading();
  411. this.noBar || uni.showTabBar();
  412. this.$emit("end");
  413. }
  414. });
  415. // #endif
  416. // #ifndef MP-ALIPAY
  417. uni.canvasToTempFilePath({
  418. x: prvX,
  419. y: prvY,
  420. width: prvWidth,
  421. height: prvHeight,
  422. destWidth: expWidth,
  423. destHeight: expHeight,
  424. canvasId: 'prv-canvas',
  425. fileType: this.fType,
  426. quality: this.qlty,
  427. success: (r) => {
  428. r = r.tempFilePath;
  429. // #ifdef H5
  430. this.btop(r).then((r) => {
  431. this.$emit("upload", {
  432. avatar: this.imgSrc,
  433. path: r,
  434. index: this.indx,
  435. data: this.rtn,
  436. base64: this.base64 || null
  437. });
  438. })
  439. // #endif
  440. // #ifndef H5
  441. this.$emit("upload", {
  442. avatar: this.imgSrc,
  443. path: r,
  444. index: this.indx,
  445. data: this.rtn,
  446. base64: this.base64 || null
  447. });
  448. // #endif
  449. },
  450. fail: () => {
  451. uni.showToast({
  452. title: "error_prv",
  453. duration: 2000,
  454. })
  455. },
  456. complete: () => {
  457. uni.hideLoading();
  458. this.noBar || uni.showTabBar();
  459. this.$emit("end");
  460. }
  461. }, this);
  462. // #endif
  463. },
  464. fDrawInit(ini = false) {
  465. let allWidth = this.wW,
  466. allHeight = this.wH,
  467. imgWidth = this.imgWidth,
  468. imgHeight = this.imgHeight,
  469. imgRadio = imgWidth / imgHeight,
  470. useWidth = allWidth - 40,
  471. useHeight = allHeight - tH - 80,
  472. useRadio = useWidth / useHeight,
  473. sW = parseInt(this.sS.width),
  474. sH = parseInt(this.sS.height);
  475. this.fixWidth = 0;
  476. this.fixHeight = 0;
  477. this.lckWidth = 0;
  478. this.lckHeight = 0;
  479. switch (this.stc) {
  480. case 'x':
  481. this.fixWidth = 1;
  482. break;
  483. case 'y':
  484. this.fixHeight = 1;
  485. break;
  486. case 'long':
  487. if (imgRadio > 1) this.fixWidth = 1;
  488. else this.fixHeight = 1;
  489. break;
  490. case 'short':
  491. if (imgRadio > 1) this.fixHeight = 1;
  492. else this.fixWidth = 1;
  493. break;
  494. case 'longSel':
  495. if (sW > sH) this.fixWidth = 1;
  496. else this.fixHeight = 1;
  497. break;
  498. case 'shortSel':
  499. if (sW > sH) this.fixHeight = 1;
  500. else this.fixWidth = 1;
  501. break;
  502. }
  503. switch (this.lck) {
  504. case 'x':
  505. this.lckWidth = 1;
  506. break;
  507. case 'y':
  508. this.lckHeight = 1;
  509. break;
  510. case 'long':
  511. if (imgRadio > 1) this.lckWidth = 1;
  512. else this.lckHeight = 1;
  513. break;
  514. case 'short':
  515. if (imgRadio > 1) this.lckHeight = 1;
  516. else this.lckWidth = 1;
  517. break;
  518. case 'longSel':
  519. if (sW > sH) this.lckWidth = 1;
  520. else this.lckHeight = 1;
  521. break;
  522. case 'shortSel':
  523. if (sW > sH) this.lckHeight = 1;
  524. else this.lckWidth = 1;
  525. break;
  526. }
  527. if (this.fixWidth) {
  528. useWidth = sW;
  529. useHeight = useWidth / imgRadio;
  530. } else if (this.fixHeight) {
  531. useHeight = sH;
  532. useWidth = useHeight * imgRadio;
  533. } else if (imgRadio < useRadio) {
  534. if (imgHeight < useHeight) {
  535. useWidth = imgWidth;
  536. useHeight = imgHeight;
  537. } else {
  538. useWidth = useHeight * imgRadio;
  539. }
  540. } else {
  541. if (imgWidth < useWidth) {
  542. useWidth = imgWidth;
  543. useHeight = imgHeight;
  544. } else {
  545. useHeight = useWidth / imgRadio;
  546. }
  547. }
  548. if (this.isin) {
  549. if (useWidth < sW) {
  550. useWidth = sW;
  551. useHeight = useWidth / imgRadio;
  552. this.lckHeight = 0;
  553. }
  554. if (useHeight < sH) {
  555. useHeight = sH;
  556. useWidth = useHeight * imgRadio;
  557. this.lckWidth = 0;
  558. }
  559. }
  560. this.scaleSize = 1;
  561. this.rotateDeg = 0;
  562. this.posWidth = (allWidth - useWidth) / 2 | 0;
  563. this.posHeight = (allHeight - useHeight - tH) / 2 | 0;
  564. this.useWidth = useWidth | 0;
  565. this.useHeight = useHeight | 0;
  566. this.centerX = this.posWidth + useWidth / 2;
  567. this.centerY = this.posHeight + useHeight / 2;
  568. this.focusX = 0;
  569. this.focusY = 0;
  570. let style = this.sS,
  571. left = parseInt(style.left),
  572. top = parseInt(style.top),
  573. width = parseInt(style.width),
  574. height = parseInt(style.height),
  575. canvas = this.canvas,
  576. canvasOper = this.canvasOper,
  577. cc = this.cc,
  578. cco = this.cco;
  579. cco.beginPath();
  580. cco.setLineWidth(3);
  581. cco.setGlobalAlpha(1);
  582. cco.setStrokeStyle('white');
  583. cco.strokeRect(left, top, width, height);
  584. cco.setFillStyle('black');
  585. cco.setGlobalAlpha(0.5);
  586. cco.fillRect(0, 0, this.wW, top);
  587. cco.fillRect(0, top, left, height);
  588. cco.fillRect(0, top + height, this.wW, this.wH - height - top - tH);
  589. cco.fillRect(left + width, top, this.wW - width - left, height);
  590. cco.setGlobalAlpha(1);
  591. cco.setStrokeStyle('red');
  592. cco.moveTo(left+15, top);
  593. cco.lineTo(left, top);
  594. cco.lineTo(left, top+15);
  595. cco.moveTo(left+width-15, top);
  596. cco.lineTo(left+width, top);
  597. cco.lineTo(left+width, top+15);
  598. cco.moveTo(left+15, top+height);
  599. cco.lineTo(left, top+height);
  600. cco.lineTo(left, top+height-15);
  601. cco.moveTo(left+width-15, top+height);
  602. cco.lineTo(left+width, top+height);
  603. cco.lineTo(left+width, top+height-15);
  604. cco.stroke();
  605. cco.draw(false, () => {
  606. if (ini) {
  607. this.sD = 'flex';
  608. this.sT = this.drawTop + 'px';
  609. this.fDrawImage(true);
  610. }
  611. });
  612. this.$emit("init");
  613. },
  614. fDrawImage(ini = false) {
  615. let tm_now = Date.now();
  616. if (tm_now - this.drawTm < 20) return;
  617. this.drawTm = tm_now;
  618. let cc = this.cc,
  619. imgWidth = this.useWidth * this.scaleSize,
  620. imgHeight = this.useHeight * this.scaleSize;
  621. // #ifdef MP-ALIPAY
  622. cc.save();
  623. // #endif
  624. if (this.bgImage) {
  625. // #ifdef MP-ALIPAY
  626. cc.clearRect(0, 0, this.wW, this.wH - tH);
  627. // #endif
  628. // #ifndef MP-ALIPAY
  629. cc.drawImage(this.bgImage, 0, 0, this.wW, this.wH - tH);
  630. // #endif
  631. } else {
  632. cc.fillRect(0, 0, this.wW, this.wH - tH);
  633. }
  634. if (this.isin) {
  635. let cx = this.focusX * (this.scaleSize - 1),
  636. cy = this.focusY * (this.scaleSize - 1);
  637. cc.translate(this.centerX, this.centerY);
  638. cc.rotate(this.rotateDeg * Math.PI / 180);
  639. cc.drawImage(this.imgPath, this.posWidth-this.centerX-cx, this.posHeight-this.centerY-cy, imgWidth, imgHeight);
  640. } else {
  641. cc.translate(this.posWidth + imgWidth / 2, this.posHeight + imgHeight / 2);
  642. cc.rotate(this.rotateDeg * Math.PI / 180);
  643. cc.drawImage(this.imgPath, -imgWidth / 2, -imgHeight / 2, imgWidth, imgHeight);
  644. }
  645. cc.draw(false);
  646. // #ifdef MP-ALIPAY
  647. cc.restore();
  648. // #endif
  649. },
  650. fPreview() {
  651. if (this.fPreviewing) return;
  652. this.fPreviewing = true;
  653. setTimeout(() => {
  654. this.fPreviewing = false;
  655. }, 1000);
  656. let style = this.sS,
  657. x = parseInt(style.left),
  658. y = parseInt(style.top),
  659. width = parseInt(style.width),
  660. height = parseInt(style.height);
  661. // #ifdef MP-ALIPAY
  662. uni.showLoading();
  663. // #endif
  664. // #ifndef MP-ALIPAY
  665. uni.showLoading({
  666. title: '加载中...',
  667. mask: true
  668. });
  669. // #endif
  670. // #ifdef MP-ALIPAY
  671. this.cc.toTempFilePath({
  672. x: x,
  673. y: y,
  674. width: width,
  675. height: height,
  676. expWidth: width * this.pixelRatio,
  677. expHeight: height * this.pixelRatio,
  678. fileType: this.fType,
  679. quality: this.qlty,
  680. success: (r) => {
  681. this.prvImgTmp = r = r.apFilePath;
  682. let ccp = this.ccp,
  683. prvX = this.wW,
  684. prvY = parseInt(this.csH),
  685. prvWidth = parseInt(this.sS.width),
  686. prvHeight = parseInt(this.sS.height),
  687. useWidth = prvX - 40,
  688. useHeight = prvY - 80,
  689. radio = useWidth / prvWidth,
  690. rHeight = prvHeight * radio;
  691. if (rHeight < useHeight) {
  692. prvWidth = useWidth;
  693. prvHeight = rHeight;
  694. } else {
  695. radio = useHeight / prvHeight;
  696. prvWidth *= radio;
  697. prvHeight = useHeight;
  698. }
  699. ccp.fillRect(0, 0, prvX, prvY);
  700. this.prvX = prvX = ((prvX - prvWidth) / 2) | 0;
  701. this.prvY = prvY = ((prvY - prvHeight) / 2) | 0;
  702. this.prvWidth = prvWidth = prvWidth | 0;
  703. this.prvHeight = prvHeight = prvHeight | 0;
  704. ccp.drawImage(r, prvX, prvY, prvWidth, prvHeight);
  705. ccp.draw(false);
  706. this.sO = false;
  707. this.pT = '0';
  708. },
  709. fail: () => {
  710. uni.showToast({
  711. title: "error2",
  712. duration: 2000,
  713. })
  714. },
  715. complete: () => {
  716. uni.hideLoading();
  717. }
  718. });
  719. // #endif
  720. // #ifndef MP-ALIPAY
  721. uni.canvasToTempFilePath({
  722. x: x,
  723. y: y,
  724. width: width,
  725. height: height,
  726. expWidth: width * this.pixelRatio,
  727. expHeight: height * this.pixelRatio,
  728. canvasId: 'avatar-canvas',
  729. fileType: this.fType,
  730. quality: this.qlty,
  731. success: (r) => {
  732. this.prvImgTmp = r = r.tempFilePath;
  733. let ccp = this.ccp,
  734. prvX = this.wW,
  735. prvY = parseInt(this.csH);
  736. // #ifndef H5||MP-WEIXIN||APP-PLUS
  737. prvY += tH;
  738. // #endif
  739. // #ifdef APP-PLUS
  740. if (this.platform === 'android') {
  741. prvY += tH;
  742. }
  743. // #endif
  744. let prvWidth = parseInt(this.sS.width),
  745. prvHeight = parseInt(this.sS.height),
  746. useWidth = prvX - 40,
  747. useHeight = prvY - 80,
  748. radio = useWidth / prvWidth,
  749. rHeight = prvHeight * radio;
  750. if (rHeight < useHeight) {
  751. prvWidth = useWidth;
  752. prvHeight = rHeight;
  753. } else {
  754. radio = useHeight / prvHeight;
  755. prvWidth *= radio;
  756. prvHeight = useHeight;
  757. }
  758. ccp.fillRect(0, 0, prvX, prvY);
  759. this.prvX = prvX = ((prvX - prvWidth) / 2) | 0;
  760. this.prvY = prvY = ((prvY - prvHeight) / 2) | 0;
  761. this.prvWidth = prvWidth = prvWidth | 0;
  762. this.prvHeight = prvHeight = prvHeight | 0;
  763. ccp.drawImage(r, prvX, prvY, prvWidth, prvHeight);
  764. ccp.draw(false);
  765. // #ifdef H5
  766. this.btop(r).then((r) => {
  767. this.sO = false;
  768. this.pT = this.drawTop + 'px';
  769. })
  770. // #endif
  771. this.sO = false;
  772. // if (this.platform === 'android') this.sO = false;
  773. this.pT = this.drawTop + 'px';
  774. },
  775. fail: () => {
  776. uni.showToast({
  777. title: "error2",
  778. duration: 2000,
  779. })
  780. },
  781. complete: () => {
  782. uni.hideLoading();
  783. }
  784. }, this);
  785. // #endif
  786. },
  787. fChooseImg(index = undefined, params = undefined, data = undefined) {
  788. if (params) {
  789. let sW = params.selWidth,
  790. sH = params.selHeight,
  791. expWidth = params.expWidth,
  792. expHeight = params.expHeight,
  793. quality = params.quality,
  794. canRotate = params.canRotate,
  795. canScale = params.canScale,
  796. minScale = params.minScale,
  797. maxScale = params.maxScale,
  798. stretch = params.stretch,
  799. fileType = params.fileType,
  800. inner = params.inner,
  801. lock = params.lock;
  802. expWidth && (this.eW = expWidth.toString().indexOf('upx') >= 0 ? parseInt(expWidth) * this.pxRatio : parseInt(
  803. expWidth));
  804. expHeight && (this.eH = expHeight.toString().indexOf('upx') >= 0 ? parseInt(expHeight) * this.pxRatio : parseInt(
  805. expHeight));
  806. this.letRotate = (canRotate === false || inner === true || inner === 'true' || canRotate === 'false') ? 0 : 1;
  807. this.letScale = (canScale === false || canScale === 'false') ? 0 : 1;
  808. this.qlty = parseFloat(quality) || 1;
  809. this.mnScale = parseFloat(minScale) || 0.3;
  810. this.mxScale = parseFloat(maxScale) || 4;
  811. this.stc = stretch;
  812. this.isin = (inner === true || inner === 'true') ? 1 : 0;
  813. this.fType = fileType === 'jpg' ? 'jpg' : 'png';
  814. this.lck = lock;
  815. if (this.isin||!this.letRotate) {
  816. this.bW = '24%';
  817. this.bD = 'none';
  818. } else {
  819. this.bW = '19%';
  820. this.bD = 'flex';
  821. }
  822. if (sW && sH) {
  823. sW = sW.toString().indexOf('upx') >= 0 ? parseInt(sW) * this.pxRatio : parseInt(sW);
  824. sH = sH.toString().indexOf('upx') >= 0 ? parseInt(sH) * this.pxRatio : parseInt(sH);
  825. this.sS.width = sW + 'px';
  826. this.sS.height = sH + 'px';
  827. this.sS.top = ((this.wH - sH - tH)|0) / 2 + 'px';
  828. this.sS.left = ((this.wW - sW)|0) / 2 + 'px';
  829. this.hasSel = true;
  830. }
  831. }
  832. this.rtn = data;
  833. this.indx = index;
  834. this.fSelect();
  835. },
  836. fRotate() {
  837. this.rotateDeg += 90 - this.rotateDeg % 90;
  838. this.fDrawImage();
  839. },
  840. fStart(e) {
  841. let touches = e.touches,
  842. touch0 = touches[0],
  843. touch1 = touches[1];
  844. this.touch0 = touch0;
  845. this.touch1 = touch1;
  846. if (touch1) {
  847. let x = touch1.x - touch0.x,
  848. y = touch1.y - touch0.y;
  849. this.fgDistance = Math.sqrt(x * x + y * y);
  850. }
  851. },
  852. fMove(e) {
  853. let touches = e.touches,
  854. touch0 = touches[0],
  855. touch1 = touches[1];
  856. if (touch1) {
  857. let x = touch1.x - touch0.x,
  858. y = touch1.y - touch0.y,
  859. fgDistance = Math.sqrt(x * x + y * y),
  860. scaleSize = 0.005 * (fgDistance - this.fgDistance),
  861. beScaleSize = this.scaleSize + scaleSize;
  862. do {
  863. if (!this.letScale) break;
  864. if (beScaleSize < this.mnScale) break;
  865. if (beScaleSize > this.mxScale) break;
  866. let growX = this.useWidth * scaleSize / 2,
  867. growY = this.useHeight * scaleSize / 2;
  868. if (this.isin) {
  869. let imgWidth = this.useWidth * beScaleSize,
  870. imgHeight = this.useHeight * beScaleSize,
  871. l = this.posWidth - growX,
  872. t = this.posHeight - growY,
  873. r = l + imgWidth,
  874. b = t + imgHeight,
  875. left = parseInt(this.sS.left),
  876. top = parseInt(this.sS.top),
  877. width = parseInt(this.sS.width),
  878. height = parseInt(this.sS.height),
  879. right = left + width,
  880. bottom = top + height,
  881. cx, cy;
  882. if (imgWidth <= width || imgHeight <= height) break;
  883. this.cx = cx = this.focusX * beScaleSize - this.focusX,
  884. this.cy = cy = this.focusY * beScaleSize - this.focusY;
  885. this.posWidth -= growX;
  886. this.posHeight -= growY;
  887. if (this.posWidth - cx > left) {
  888. this.posWidth = left + cx;
  889. }
  890. if (this.posWidth + imgWidth - cx < right) {
  891. this.posWidth = right - imgWidth + cx;
  892. }
  893. if (this.posHeight - cy > top) {
  894. this.posHeight = top + cy;
  895. }
  896. if (this.posHeight + imgHeight - cy < bottom) {
  897. this.posHeight = bottom - imgHeight + cy;
  898. }
  899. } else {
  900. this.posWidth -= growX;
  901. this.posHeight -= growY;
  902. }
  903. this.scaleSize = beScaleSize;
  904. } while (0);
  905. this.fgDistance = fgDistance;
  906. if (touch1.x !== touch0.x && this.letRotate) {
  907. x = (this.touch1.y - this.touch0.y) / (this.touch1.x - this.touch0.x);
  908. y = (touch1.y - touch0.y) / (touch1.x - touch0.x);
  909. this.rotateDeg += Math.atan((y - x) / (1 + x * y)) * 180 / Math.PI;
  910. this.touch0 = touch0;
  911. this.touch1 = touch1;
  912. }
  913. this.fDrawImage();
  914. } else if (this.touch0) {
  915. let x = touch0.x - this.touch0.x,
  916. y = touch0.y - this.touch0.y,
  917. beX = this.posWidth + x,
  918. beY = this.posHeight + y;
  919. if (this.isin) {
  920. let imgWidth = this.useWidth * this.scaleSize,
  921. imgHeight = this.useHeight * this.scaleSize,
  922. l = beX,
  923. t = beY,
  924. r = l + imgWidth,
  925. b = t + imgHeight,
  926. left = parseInt(this.sS.left),
  927. top = parseInt(this.sS.top),
  928. right = left + parseInt(this.sS.width),
  929. bottom = top + parseInt(this.sS.height),
  930. cx, cy;
  931. this.cx = cx = this.focusX * this.scaleSize - this.focusX;
  932. this.cy = cy = this.focusY * this.scaleSize - this.focusY;
  933. if (!this.lckWidth && Math.abs(x) < 100) {
  934. if (left < l - cx) {
  935. this.posWidth = left + cx;
  936. } else if (right > r - cx) {
  937. this.posWidth = right - imgWidth + cx;
  938. } else {
  939. this.posWidth = beX;
  940. this.focusX -= x;
  941. }
  942. }
  943. if (!this.lckHeight && Math.abs(y) < 100) {
  944. if (top < t - cy) {
  945. this.focusY -= (top + cy - this.posHeight);
  946. this.posHeight = top + cy;
  947. } else if (bottom > b - cy) {
  948. this.focusY -= (bottom + cy - (this.posHeight + imgHeight));
  949. this.posHeight = bottom - imgHeight + cy;
  950. } else {
  951. this.posHeight = beY;
  952. this.focusY -= y;
  953. }
  954. }
  955. } else {
  956. if (Math.abs(x) < 100 && !this.lckWidth) this.posWidth = beX;
  957. if (Math.abs(y) < 100 && !this.lckHeight) this.posHeight = beY;
  958. this.focusX -= x;
  959. this.focusY -= y;
  960. }
  961. this.touch0 = touch0;
  962. this.fDrawImage();
  963. }
  964. },
  965. fEnd(e) {
  966. let touches = e.touches,
  967. touch0 = touches && touches[0],
  968. touch1 = touches && touches[1];
  969. if (touch0) {
  970. this.touch0 = touch0;
  971. } else {
  972. this.touch0 = null;
  973. this.touch1 = null;
  974. }
  975. },
  976. fHideImg() {
  977. this.prvImg = '';
  978. this.pT = '-10000px';
  979. this.sO = true;
  980. this.prvImgData = null;
  981. this.target = null;
  982. },
  983. fClose() {
  984. this.sD = 'none';
  985. this.sT = '-10000px';
  986. this.hasSel = false;
  987. this.fHideImg();
  988. this.noBar || uni.showTabBar();
  989. this.$emit("end");
  990. },
  991. fGetImgData() {
  992. return new Promise((resolve, reject) => {
  993. let prvX = this.prvX,
  994. prvY = this.prvY,
  995. prvWidth = this.prvWidth,
  996. prvHeight = this.prvHeight;
  997. // #ifdef MP-ALIPAY
  998. this.ccp.getImageData({
  999. x: prvX,
  1000. y: prvY,
  1001. width: prvWidth,
  1002. height: prvHeight,
  1003. success(res) {
  1004. resolve(res.data);
  1005. },
  1006. fail(err) {
  1007. reject(err);
  1008. }
  1009. }, this);
  1010. // #endif
  1011. // #ifndef MP-ALIPAY
  1012. uni.canvasGetImageData({
  1013. canvasId: 'prv-canvas',
  1014. x: prvX,
  1015. y: prvY,
  1016. width: prvWidth,
  1017. height: prvHeight,
  1018. success(res) {
  1019. resolve(res.data);
  1020. },
  1021. fail(err) {
  1022. reject(err);
  1023. }
  1024. }, this);
  1025. // #endif
  1026. });
  1027. },
  1028. async fColorChange(e) {
  1029. let tm_now = Date.now();
  1030. if (tm_now - this.prvTm < 100) return;
  1031. this.prvTm = tm_now;
  1032. // #ifdef MP-ALIPAY
  1033. uni.showLoading();
  1034. // #endif
  1035. // #ifndef MP-ALIPAY
  1036. uni.showLoading({
  1037. title: '加载中...',
  1038. mask: true
  1039. });
  1040. // #endif
  1041. if (!this.prvImgData) {
  1042. if (!(this.prvImgData = await this.fGetImgData().catch(() => {
  1043. uni.showToast({
  1044. title: "error_read",
  1045. duration: 2000,
  1046. })
  1047. }))) return;
  1048. this.target = new Uint8ClampedArray(this.prvImgData.length);
  1049. }
  1050. let data = this.prvImgData,
  1051. target = this.target,
  1052. i = e.detail.value,
  1053. r, g, b, a, h, s, l, d, p, q, t, min, max, hK, tR, tG, tB;
  1054. if (i === 0) {
  1055. target = data;
  1056. } else {
  1057. i = (i + 100) / 200;
  1058. if (i < 0.005) i = 0;
  1059. if (i > 0.995) i = 1;
  1060. for (let n = data.length - 1; n >= 0; n -= 4) {
  1061. r = data[n - 3] / 255;
  1062. g = data[n - 2] / 255;
  1063. b = data[n - 1] / 255;
  1064. max = Math.max(r, g, b);
  1065. min = Math.min(r, g, b);
  1066. d = max - min;
  1067. if (max === min) {
  1068. h = 0;
  1069. } else if (max === r && g >= b) {
  1070. h = 60 * ((g - b) / d);
  1071. } else if (max === r && g < b) {
  1072. h = 60 * ((g - b) / d) + 360;
  1073. } else if (max === g) {
  1074. h = 60 * ((b - r) / d) + 120;
  1075. } else if (max === b) {
  1076. h = 60 * ((r - g) / d) + 240;
  1077. }
  1078. l = (max + min) / 2;
  1079. if (l === 0 || max === min) {
  1080. s = 0;
  1081. } else if (0 < l && l <= 0.5) {
  1082. s = d / (2 * l);
  1083. } else if (l > 0.5) {
  1084. s = d / (2 - 2 * l);
  1085. }
  1086. data[n] && (a = data[n]);
  1087. if (i < 0.5) {
  1088. s = s * i / 0.5;
  1089. } else if (i > 0.5) {
  1090. s = 2 * s + 2 * i - (s * i / 0.5) - 1;
  1091. }
  1092. if (s === 0) {
  1093. r = g = b = Math.round(l * 255);
  1094. } else {
  1095. if (l < 0.5) {
  1096. q = l * (1 + s);
  1097. } else if (l >= 0.5) {
  1098. q = l + s - (l * s);
  1099. }
  1100. p = 2 * l - q;
  1101. hK = h / 360;
  1102. tR = hK + 1 / 3;
  1103. tG = hK;
  1104. tB = hK - 1 / 3;
  1105. let correctRGB = (t) => {
  1106. if (t < 0) {
  1107. return t + 1.0;
  1108. }
  1109. if (t > 1) {
  1110. return t - 1.0;
  1111. }
  1112. return t;
  1113. };
  1114. let createRGB = (t) => {
  1115. if (t < (1 / 6)) {
  1116. return p + ((q - p) * 6 * t);
  1117. } else if (t >= (1 / 6) && t < (1 / 2)) {
  1118. return q;
  1119. } else if (t >= (1 / 2) && t < (2 / 3)) {
  1120. return p + ((q - p) * 6 * ((2 / 3) - t));
  1121. }
  1122. return p;
  1123. };
  1124. r = tR = Math.round(createRGB(correctRGB(tR)) * 255);
  1125. g = tG = Math.round(createRGB(correctRGB(tG)) * 255);
  1126. b = tB = Math.round(createRGB(correctRGB(tB)) * 255);
  1127. }
  1128. a && (target[n] = a);
  1129. target[n - 3] = r;
  1130. target[n - 2] = g;
  1131. target[n - 1] = b;
  1132. }
  1133. }
  1134. let prvX = this.prvX,
  1135. prvY = this.prvY,
  1136. prvWidth = this.prvWidth,
  1137. prvHeight = this.prvHeight;
  1138. // #ifdef MP-ALIPAY
  1139. this.ccp.putImageData({
  1140. x: prvX,
  1141. y: prvY,
  1142. width: prvWidth,
  1143. height: prvHeight,
  1144. data: target,
  1145. fail() {
  1146. uni.showToast({
  1147. title: 'error_put',
  1148. duration: 2000
  1149. })
  1150. },
  1151. complete() {
  1152. uni.hideLoading();
  1153. }
  1154. }, this);
  1155. // #endif
  1156. // #ifndef MP-ALIPAY
  1157. uni.canvasPutImageData({
  1158. canvasId: 'prv-canvas',
  1159. x: prvX,
  1160. y: prvY,
  1161. width: prvWidth,
  1162. height: prvHeight,
  1163. data: target,
  1164. fail() {
  1165. uni.showToast({
  1166. title: 'error_put',
  1167. duration: 2000
  1168. })
  1169. },
  1170. complete() {
  1171. uni.hideLoading();
  1172. }
  1173. }, this);
  1174. // #endif
  1175. },
  1176. btop(base64) {
  1177. this.base64 = base64;
  1178. return new Promise(function(resolve, reject) {
  1179. var arr = base64.split(','),
  1180. mime = arr[0].match(/:(.*?);/)[1],
  1181. bstr = atob(arr[1]),
  1182. n = bstr.length,
  1183. u8arr = new Uint8Array(n);
  1184. while (n--) {
  1185. u8arr[n] = bstr.charCodeAt(n);
  1186. }
  1187. return resolve((window.URL || window.webkitURL).createObjectURL(new Blob([u8arr], {
  1188. type: mime
  1189. })));
  1190. });
  1191. },
  1192. }
  1193. }
  1194. </script>
  1195. <style>
  1196. .my-canvas {
  1197. display: flex;
  1198. position: fixed !important;
  1199. background: #000000;
  1200. left: 0;
  1201. z-index: 100000;
  1202. width: 100%;
  1203. }
  1204. .my-avatar {
  1205. width: 150upx;
  1206. height: 150upx;
  1207. border-radius: 100%;
  1208. }
  1209. .oper-canvas {
  1210. display: flex;
  1211. position: fixed !important;
  1212. left: 0;
  1213. z-index: 100001;
  1214. width: 100%;
  1215. }
  1216. .prv-canvas {
  1217. display: flex;
  1218. position: fixed !important;
  1219. background: #000000;
  1220. left: 0;
  1221. z-index: 200000;
  1222. width: 100%;
  1223. }
  1224. .oper-wrapper {
  1225. height: 50px;
  1226. position: fixed !important;
  1227. box-sizing: border-box;
  1228. border: 1px solid #F1F1F1;
  1229. background: #ffffff;
  1230. width: 100%;
  1231. left: 0;
  1232. bottom: 0;
  1233. z-index: 100009;
  1234. flex-direction: row;
  1235. }
  1236. .oper {
  1237. display: flex;
  1238. flex-direction: column;
  1239. justify-content: center;
  1240. padding: 10upx 20upx;
  1241. width: 100%;
  1242. height: 100%;
  1243. box-sizing: border-box;
  1244. align-self: center;
  1245. }
  1246. .btn-wrapper {
  1247. display: flex;
  1248. flex-direction: row;
  1249. /* #ifndef H5 */
  1250. flex-grow: 1;
  1251. /* #endif */
  1252. /* #ifdef H5 */
  1253. height: 50px;
  1254. /* #endif */
  1255. justify-content: space-between;
  1256. }
  1257. .btn-wrapper view {
  1258. display: flex;
  1259. align-items: center;
  1260. justify-content: center;
  1261. font-size: 16px;
  1262. color: #333;
  1263. border: 1px solid #f1f1f1;
  1264. border-radius: 6%;
  1265. }
  1266. .hover {
  1267. background: #f1f1f1;
  1268. border-radius: 6%;
  1269. }
  1270. .clr-wrapper {
  1271. display: flex;
  1272. flex-direction: row;
  1273. flex-grow: 1;
  1274. }
  1275. .clr-wrapper view {
  1276. display: flex;
  1277. align-items: center;
  1278. justify-content: center;
  1279. font-size: 16px;
  1280. color: #333;
  1281. border: 1px solid #f1f1f1;
  1282. border-radius: 6%;
  1283. }
  1284. .my-slider {
  1285. flex-grow: 1;
  1286. }
  1287. </style>