10 2022 档案
摘要:一,命令: 1,文档: https://legacy.imagemagick.org/Usage/transform/ 2,执行命令: #-charcoal radius: simulate a charcoal drawing:模拟炭笔画的半径 [lhdop@blog img2]$ convert
阅读全文
摘要:一,命令: 1,相关的文档地址: https://legacy.imagemagick.org/Usage/transform/ 2,执行命令: #-paint radius: simulate an oil painting 指定模拟油画效果的半径 [lhdop@blog img2]$ conve
阅读全文
摘要:一,js代码: <html> <head> <meta charset="utf-8"/> <title>测试</title> </head> <body> <div style="width:50%;height:100%;float:left;margin-left:-0.3px;positio
阅读全文
摘要:一,查看当前python和pip的版本: 查看python的版本: [lhdop@blog ~]$ python3 --version Python 3.6.8 查看pip的版本: [lhdop@blog ~]$ pip3 -V pip 21.3.1 from /usr/local/lib/pyth
阅读全文
摘要:一,下载deoldify 1,官网: https://deoldify.ai/ 2,项目地址: https://github.com/jantic/DeOldify 3,用git下载到本地 [lhdop@blog soft]$ git clone https://github.com/jantic/
阅读全文
摘要:一,升级pip3自身: 查看pip当前版本: [root@blog bin]# pip3 -V pip 22.0.4 from /usr/local/soft/python3.7.15/lib/python3.7/site-packages/pip (python 3.7) 升级pip [root@
阅读全文
摘要:一,查看python本地版本和最新版本 1,查看本地版本: [lhdop@blog ~]$ python3 --version Python 3.6.8 2,查看最新版本: https://www.python.org/downloads/ 可以看到最新版本: 说明:刘宏缔的架构森林是一个专注架构的
阅读全文
摘要:一,js代码: <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>innerText、inn
阅读全文
摘要:一,问题的表现: 页面上左右两个div,里面各有一张图片,图片是相邻的,在页面上应该象一张图一样显示, 代码如下: <!-- background: #000000; --> <div style="width:100%;height:100%;" onclick="disp_header_foot
阅读全文
摘要:一,创建路由 / 配置中间件/配置redis 创建controller: liuhongdi@lhdpc:/data/php/imgtouch$ php think make:controller Serve Controller:app\controller\Serve created succe
阅读全文
摘要:一,下载redis7 1,官网: https://redis.io/ 2,下载页面: https://redis.io/download/ 如图: 3,复制7.0.5的链接地址,从命令行下载: [lhdop@blog redis]$ wget https://github.com/redis/red
阅读全文
摘要:一,命令行例子: 1,生成gif [lhdop@blog gif1]$ convert -delay 200 a1.webp a2.webp a3.webp a4.webp -loop 0 a.gif -delay 数字单位是10毫秒,图片切换的时间是该数字乘以10毫秒,例子中设置的切换时间是 20
阅读全文
摘要:一,开发环境中的配置: 1,前端:vue的vue.config.js const { defineConfig } = require('@vue/cli-service') module.exports = defineConfig({ transpileDependencies: true, p
阅读全文
摘要:一,ImageMagick的相关文档: 1,官网: https://imagemagick.org/ 2,下载页 https://imagemagick.org/script/download.php#linux 如图: 说明:刘宏缔的架构森林是一个专注架构的博客, 网站:https://blog.
阅读全文
摘要:一,对正常的gif图拆分: [lhdop@blog img2]$ identify maoshu.gif maoshu.gif[0] GIF 400x224 400x224+0+0 8-bit sRGB 256c 0.000u 0:00.001 maoshu.gif[1] GIF 400x224 4
阅读全文
摘要:一,js代码: <template> <div> <div style="width:700px;margin:auto;display:flex;flex-direction: column;"> <div>请选择喜欢的角色:</div> <el-checkbox-group v-model="c
阅读全文
摘要:一,安装工具: 1,安装backgroundremover: 参考: https://blog.imgtouch.com/index.php/2023/06/03/python-backgroundremover-an-zhuang-ji-yun-xing-zhong-bao/ 2,安装imageM
阅读全文
摘要:一,用convert创建空图片 1,执行命令 [lhdop@blog ~]$ cd img [lhdop@blog img]$ convert -size 1024x768 xc:"#FFF" ./white.png [lhdop@blog img]$ convert -size 1024x768
阅读全文
摘要:一,设置png的背景颜色: 1,命令行: [lhdop@blog img]$ convert b2.png -background "#ffff00" -flatten yellow.png 说明: -background: 指定颜色值,也可以使用rgb(255,255,255)的格式 -flatt
阅读全文
摘要:一,安装backgroundremover: 1,官方站地址: https://github.com/nadermx/backgroundremover 2,从命令行安装 [lhdop@blog ~]$ pip3 install backgroundremover 3,安装时报错的处理,参考: ht
阅读全文
摘要:一,pytorch的官网: https://pytorch.org/ 如图: 根据自己的需求选择版本、平台、语言环境等信息, 然后运行命令即可 说明:刘宏缔的架构森林是一个专注架构的博客, 网站:https://blog.imgtouch.com本文: https://blog.imgtouch.c
阅读全文
摘要:一,执行安装第三方库时报错: [lhdop@blog ~]$ pip3 install backgroundremover ... Downloading https://files.pythonhosted.org/packages/e3/7d/3d61160836e49f40913741c464
阅读全文
摘要:一,解决translate时移动的元素闪烁: 1,问题的表现: mac版safari,在div有transform translate动画滑动时会发生闪烁(或者说是闪动,有黑影闪过) 另外滑动的div达到一定长度才有这个现象: 640px x 3的长度没有此问题,1280px x 3的长度时有此问题
阅读全文
摘要:一,el-loading 1,文档地址: https://element-plus.gitee.io/zh-CN/component/loading.html 2, 查看element-plus的版本: liuhongdi@lhdpc:/data/vue/imgtouch$ npm list ele
阅读全文
摘要:一,安装axios库 1,相关地址 官网: https://axios-http.com/ 代码地址: https://github.com/axios/axios 2,安装 liuhongdi@lhdpc:/data/vue/axios$ npm install --save axios adde
阅读全文
摘要:一,js代码: <html> <head> <meta charset="utf-8"/> <title>测试</title> </head> <body> <script> //一,用typeof 得到变量的类型 let one = 'a'; console.log(typeof one); on
阅读全文
摘要:一,js代码: <html> <head> <meta charset="utf-8"/> <title>测试</title> <script src="pcpageapp.js"></script> <style type="text/css"> .pageOne{ width:800px; po
阅读全文