MakieOrg / Makie.jl

Interactive data visualizations and plotting in Julia
https://docs.makie.org/stable
MIT License
2.42k stars 313 forks source link

recording does not support alpha #518

Open asinghvi17 opened 4 years ago

asinghvi17 commented 4 years ago

All colors are cast to RGBX in recordframe!, when that ideally should not be the case. We could also use an input pixfmt of argb or something instead of yuv420.

Is the constraint of being RGB only a GLMakie thing, or something else?

ffreyer commented 2 months ago

I guess #4150 is related

asinghvi17 commented 2 months ago

Yep pretty much, I guess it depends on whether the scenes background color is transparent or not though.