1
vote
2answers
561 views
Empty UIView with minimal drawRect: overhead
Hi,
I have an application that has three nested views that are mechanically important, but have no visual elements:
A vanila UIView that doesn't have any content of its own, and is simply used as a …
2
votes
3answers
3k views
Set BufferedImage alpha mask in Java
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 …
2
votes
2answers
103 views
automatically composit sound - php or something like that - GD library for sound?
Ok does anybody have any idea for good ways to accomplish the following: A user programs some drum loops in flash and is somehow able to download or save an mp3 of the loop.
I thought that the …
0
votes
3answers
408 views
Implementing Porter-Duff Rules in Direct3D
What Direct3D render states should be used to implement Java's Porter-Duff compositing rules (CLEAR, SRC, SRCOVER, etc.)?
