Borrar filtros
Borrar filtros

Is there any color halftone simulator?

2 visualizaciones (últimos 30 días)
Mesho
Mesho el 23 de Jun. de 2023
Editada: Walter Roberson el 24 de Oct. de 2023
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 comentarios
Walter Roberson
Walter Roberson el 24 de Oct. de 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
Mesho el 24 de Oct. de 2023
Editada: Walter Roberson el 24 de Oct. de 2023
Hi Walter. I tried to make my question clearer in this link
I would appreciate if you could comment on it.
Thank you in advance.
Mesho

Iniciar sesión para comentar.

Respuestas (1)

Govind KM
Govind KM el 23 de Jun. de 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 comentarios
Govind KM
Govind KM el 23 de Jun. de 2023
You can search for other halftoning toolboxes on File Exchange, which are suitable for your example.
Mesho
Mesho el 24 de Oct. de 2023
Thank you for sending the link. It is a very nice toolbox for halftoning in matlab but it doesn't let you try experiment conditions in the way that I described above.

Iniciar sesión para comentar.

Productos


Versión

R2023a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by