imageproc icon indicating copy to clipboard operation
imageproc copied to clipboard

draw_text_mut doesn't consider Alpha value.

Open asnimansari opened this issue 1 year ago • 1 comments

I was trying to create a text using draw_text_mut with some alpha value using color let color = Rgba([255, 255, 255, 128]); But it doesn't seem to account the alpha.. If so, what should be the alpha value to get half opacity.

asnimansari avatar Mar 09 '25 12:03 asnimansari

Hi, I made a fix here https://github.com/image-rs/imageproc/pull/719

var4yn avatar Jul 26 '25 00:07 var4yn