Questions tagged [transparency]

32 questions
7
votes
2 answers

Additive blending with weighted-blended order independent transparency

I am trying to retrofit weighted blended OIT to my rendering pipeline and while it works well, producing convincing results, for normal alpha blending (based on the OVER) operator, I am struggling to make it support additive blending (for example…
1
vote
1 answer

Automatically convert field of white and an outline to transparent background

I'm trying to convert images that have a single object with an outline to a transparent background. I'm currently using the image/png package in golang but can switch to any language thats more appropriate for the task. What i'm trying so far is to…
tcp3
  • 11
  • 2
0
votes
1 answer

Create a transparent PNG

ALL, Task: Modify existing OSX cursor Solution: Cursors in OSX are stored in PDF format. So, I used an online converter PDF -> PNG. Next I modified resulting PNG in Windows Paint and saved it as PNG. Problem: When looking at the resulting PNG in OSX…
Igor
  • 101