-
Floyd-Steinberg Dithering佛洛伊德斯坦伯格抖动算法
只有三个核心函数。
PlusTrancate,FindNearestColor和Process。
PlusTrancate尝试将一个量化误差添加到现有颜色中,并防止流过色,因为最大数为255。
FindNearestColor是最接近的颜色,您需要将调色板传递到此函数中以查找您要查找的映射。
例如
[{0,0,0},{255,255,255}]表示黑白
[{255,0,0},{0,255,0},{0,0,255}]表示RGB
[{0,255,255},{255,0,255},{255,255,0}]表示CMY
图像的每个像素的核心功能过程然后从该像素获得最近的颜色,并从环绕颜色计算量化误差,使图像变得更具代表性。
- 2023-05-20 15:10:03下载
- 积分:1
-
file are used for project development
file are used for project development
- 2022-08-03 12:05:19下载
- 积分:1
-
cypress的Cyusb.sys驱动接口的二次封装,以及其驱动接口资料和接口测试程序...
cypress的Cyusb.sys驱动接口的二次封装,以及其驱动接口资料和接口测试程序-cypress
- 2022-08-25 20:51:35下载
- 积分:1
-
一个模仿windows98界面的源代码,可以作为框架,运行多个exe
一个模仿windows98界面的源代码,可以作为框架,运行多个exe-Access to the code of computer hardware information, including access to CPU, network card and hard disk physical information
- 2023-02-20 05:05:03下载
- 积分:1
-
Software engineering e book by pressman
Software engineering e book by pressman
- 2023-06-15 02:06:03下载
- 积分:1
-
using c++ to write a touch of the game, although the process is not very big, bu...
用c++写的一个touch游戏,虽然程序不是很大,但是可以对初学者有很大帮助,可选择学习!-using c++ to write a touch of the game, although the process is not very big, but can be of great help beginners option learning!
- 2022-10-17 16:20:03下载
- 积分:1
-
一套完整的飞机大战代码!Java开发
模仿微信游戏飞机大战,原汁原味还原该游戏程序。本包是一整套游戏代码,包括设计的图片,直接使用eclipse将该项目导入即可试玩。如果想深入学习打开Java文件即可看源码!内有备注,看到哪学到哪!
- 2022-03-05 07:50:10下载
- 积分:1
-
A simple vector operation class and header
A simple vector operation class and header
- 2022-06-27 13:42:40下载
- 积分:1
-
汇编语言,中北大学报警系统的需求分析书格式正确,大家可以参考一下...
汇编语言,中北大学报警系统的需求分析书格式正确,大家可以参考一下 -Assembly language, the North University of alarm system needs analysis book in the correct format, we can reference
- 2022-11-21 12:55:03下载
- 积分:1
-
快捷键的使用,为了给菜单提供一个稳定的界面,还要为菜单添加快捷键...
快捷键的使用,为了给菜单提供一个稳定的界面,还要为菜单添加快捷键-shortcuts use, in order to provide a stable menu interface, but also add to the menu shortcuts
- 2022-06-18 07:36:13下载
- 积分:1