Image tint

Hi everyone,

Is there a way to add a tint to an image when displaying it?

Best,

Daniel

Can you elaborate a bit more on exactly what you’d like to accomplish?

···

Bryan

On Nov 25, 2015, at 18:49, [email protected] wrote:

Hi everyone,

Is there a way to add a tint to an image when displaying it?

Best,

Daniel

You received this message because you are subscribed to the Google Groups “Bokeh Discussion - Public” group.

To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].

To post to this group, send email to [email protected].

To view this discussion on the web visit https://groups.google.com/a/continuum.io/d/msgid/bokeh/079f728f-9409-499c-a2ba-ec1e514ba798%40continuum.io.

For more options, visit https://groups.google.com/a/continuum.io/d/optout.

Bokeh is not really a library for image processing. There are many good libraries to help with that. I would suggest two possibilities:

* manipulate the image in python using an image processing library (e.g., scikits-image)

or

* overlay a shaded rectangle with alpha < 1 directly on top of the image.

Bryan

···

On Nov 25, 2015, at 6:49 PM, [email protected] wrote:

Hi everyone,

Is there a way to add a tint to an image when displaying it?

Best,

Daniel

--
You received this message because you are subscribed to the Google Groups "Bokeh Discussion - Public" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit https://groups.google.com/a/continuum.io/d/msgid/bokeh/079f728f-9409-499c-a2ba-ec1e514ba798%40continuum.io\.
For more options, visit https://groups.google.com/a/continuum.io/d/optout\.