compositing Questions
2
When I decode video frames with FFmpeg (avcodec_decode_video2(), sws_scale()), with some videos (e.g., ProRes4444), I get colors pre-multiplied by alpha, and with other videos (e.g., QuickTime PNG)...
Pectoralis asked 23/11, 2013 at 5:44
3
Solved
I would like to write a basic hardware-accelerated window manager, so I've been looking for some documentation on how to get started, but I've only managed to find this tutorial, which uses an outd...
Coper asked 6/11, 2012 at 22:48
1
I'm trying to print html to pdf using headless chromium (using puppeteer) and everything works fine except if html contains large png images (over 10.000x10.000px) the whole process of rendering pa...
Maltreat asked 25/6, 2020 at 12:15
3
Solved
I’m using CISourceOverCompositing to overlay text on top of an image and I’m getting unexpected results when the text image is not fully opaque. Dark colors are not dark enough and light colors are...
Peepul asked 25/2, 2018 at 0:59
5
Solved
I have two BufferedImages I loaded in from pngs. The first contains an image, the second an alpha mask for the image.
I want to create a combined image from the two, by applying the alpha mask. My...
Spirochete asked 21/10, 2008 at 13:14
1
I’m working on an app that creates images whose hue, saturation, and value change according to different parameters. For performance reasons, it would make sense to render the hue, saturation, and ...
Rockey asked 3/10, 2012 at 1:22
2
Solved
From the original question (below), I am now offering a bounty for the following:
An AlphaComposite based solution for rounded corners.
Please demonstrate with a JPanel.
Corners must be complet...
Pangenesis asked 15/2, 2012 at 10:41
1
© 2022 - 2024 — McMap. All rights reserved.