Is there any color halftone simulator?
1 view (last 30 days)
Show older comments
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 Comments
Walter Roberson
on 24 Oct 2023
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) ?
Answers (1)
Govind KM
on 23 Jun 2023
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 Comments
Govind KM
on 23 Jun 2023
You can search for other halftoning toolboxes on File Exchange, which are suitable for your example.
See Also
Categories
Find more on Red in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!