当前位置:网站首页>能添加任意贴图超级复布局的初级智能文本提示器(超级版)
能添加任意贴图超级复布局的初级智能文本提示器(超级版)
2022-08-03 01:22:00 【东方金木】
from tkinter import *
import cv2
root = Tk()
root.resizable(False,False)
#*************************************背景图片分割*************************************
# 使用pillow (如果 cv2 大小和pillow 使用pilow)分割并替换
# 整个界面尺寸为1800*950
# 假设使用cv2
image_res=cv2.imread("x.png")
top_image_png=image_res[:130,:1500]
buttom_image_png=image_res[610:740,:1500]
left_image_png=image_res[130:130+480,:28]
center_image_png=image_res[130:130+480,28+161:28+161+18]
right_image_png=image_res[130:130+480,1472:1500]
mid_left_image_png=image_res[130:130+480,28+161+560+18:28+161+560+18+18]
mid_right_image_png=image_res[130:130+480,28+161+560+18+560+18:28+161+560+18+18+560+18]
print(top_image_png.shape
,buttom_image_png.shape
,left_image_png.shape
,center_image_png.shape
,right_image_png.shape
,mid_left_image_png.shape
,mid_right_image_png.shape
)
cv2.imwri
边栏推荐
猜你喜欢
吴恩达深度学习deeplearning.ai——第一门课:神经网络与深度学习——第一节:深度学习概论
全栈---Proxy
The Multiversity 的 “非常重要的生命体” NFT 推出
优秀的 Verilog/FPGA开源项目总结及交流群
initramfs详解----设备文件系统
[Example构造方法增加notNull参数,默认false,允许值为null,值为null的时候不加入到条件中
apache-activemq-5.14.1
微信小程序--》条件与列表渲染以及WXSS模板样式
Violent recursion to dynamic programming 06 (the sword refers to Offer II 095. Longest common subsequence)
lombok 下的@Builder和@EqualsAndHashCode(callSuper = true)注解
随机推荐
公司代码学习笔记
常用工具链和虚拟环境-TDMGCC
一个人的精力
VS2010 组件列表与对应名称
iNFTnews | 元宇宙的潜力:一股推动社会进步的力量
MySQL删库不跑路
如何让优炫数据库开机自启
如何备考PMP才能一次通过?
ES6 新特性:Class 的基本语法
”QSqlDatabasePrivate::removeDatabase: connection ‘test-connect‘ is still in use“数据库多次打开报错
visual studio 2012 为啥这么优秀
为什么要使用 playwright 做浏览器自动化测试?
梅科尔工作室-14天华为培训三
12-security退出.md
软件定义网络实验之SDN网络简单管理及开发
开发JSP应用的基础知识
Guidelines for the use of SVA in UVM
7.31
【遥控器开发基础教程5】疯壳·开源编队无人机-SPI(2.4G 双机通信)
2022-08-02:小红拿到了一个大立方体,该大立方体由1*1*1的小方块拼成,初始每个小方块都是白色。 小红可以每次选择一个小方块染成红色, 每次小红可能选择同一个小方块重复染色, 每次染色以后,