Is there any color halftone simulator?
Mostra commenti meno recenti
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 Commenti
Walter Roberson
il 24 Ott 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) ?
Mesho
il 24 Ott 2023
Modificato: Walter Roberson
il 24 Ott 2023
Risposte (1)
Govind KM
il 23 Giu 2023
0 voti
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:
Categorie
Scopri di più su Audio and Video Data in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!