# WonderdulColor **Repository Path**: realmarkyang/WonderdulColor ## Basic Information - **Project Name**: WonderdulColor - **Description**: 跨平台多功能箱,集成截图和取色以及基本的图像处理功能,基于Qt6开发,CMake构建 - **Primary Language**: C++ - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2024-08-01 - **Last Updated**: 2024-08-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # WonderfulColor 一个建议的跨平台取色器,内置截屏和简单的图像处理功能 ## 使用 ### 1. ubuntu下使用 ```shell #下载并解压 tar xvJf Wonderful_Linux_x64.tar.xz #进入解压后所在文件夹 cd Wonderful_linux_x64 #获得脚本执行权限 chmod 777 WonderfulColor.sh #执行脚本 sudo ./WonderfulColor.sh #如果在使用取色器过程中出现黑屏的情况可能是开启了wayland,注意!以下命令均需要root权限 cd /etc/gdm3 #我的测试环境为Ubuntu22,有的可能是gdm而不是gdm3 open custom.conf #在文件末尾加上WaylandEnable=false重启系统即可 ``` ### 1.1 右下角按钮功能从左至右分别为 将图片转化为二值图像,转化为灰度图像,截屏(全屏)取色器,当截屏或者图像处理成功时,会亮起绿色状态灯 ![1](./imgs/b.jpg) ### 1.2 具体使用 ![2](./imgs/a.jpg) ## 2. Windows下使用 解压后,双击WonderfulColor.exe即可。 ![2](./imgs/c.jpg)