HTYPaint/README.md

17 lines
604 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Qt 海天鹰画图
基于 Qt5 的迷你画图程序。
已编译好的 HTYPaint 程序适用于 64 位 Linux 系统 Qt5.15 环境,双击运行,其他版本自行编译。
![alt](preview.png)
### 1.10 新增选区马赛克
![alt](mosaic.png)
### 1.7 新增箭头工具,颜色透明工具
### 1.4 新增绘制透明图形
### 1.3 新增模糊
![alt](blur.jpg)
### 1.2 新增导入图形
### 1.1 新增灰度和反色
![alt](gray.jpg)
![alt](invert.jpg)
# 参考
Color与Int类型相互转换https://blog.csdn.net/snowdream86/article/details/5273757
获取父窗口里的对象: