Is there any color halftone simulator?
1 次查看(过去 30 天)
显示 更早的评论
Dear all,
Is there any tool (hopefully a matlab tool) that can let us to try different color halftone experiments?
For example if:
layer 1 = 'Brown' color, dot Size '2', angle '45'
layer 2 = 'Cyan' color, dot Size '5', angle '60'
layer 3 = 'Red' color, dot Size '3', angle '20'
What will be the final color obsered by our eyes?
Any suggestion will be very appriciated.
Mesho
2 个评论
Walter Roberson
2023-10-24
Should each layer be considered completely opaque? So if a Cyan dot covers a pixel that was previously covered by brown, then should the result be just cyan at that location? Or should the layers be partly transparent / transluscent, so that where cyan overlays brown that a color that is a mix of cyan and brown should be rendered? Are you simulating wet inks (colors blend to produce a single color) or dry inks (lower layer is visible only to the extent that the upper layer is transparent) ?
回答(1 个)
Govind KM
2023-6-23
Hi Mustafa,
You can use the MATLAB Image Processing Toolbox which provides a comprehensive set of functions for image processing tasks, including color halftoning. You can use functions like dither, fspecial, and imquantize to apply various halftoning techniques and manipulate color images.
You can also use this Halftoning Toolbox which is a third-party toolbox specifically designed for halftoning experiments in MATLAB. It provides a collection of functions and algorithms for grayscale and color halftoning. You can find more information and download the toolbox from here:
3 个评论
Govind KM
2023-6-23
You can search for other halftoning toolboxes on File Exchange, which are suitable for your example.
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Red 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!