I have pictures with png files which background should have total transparency.
I get a black background in place, i dont know how to fix that.
transparancy with png
Re: transparancy with png
It could be a pure pygame problem (or not).
Send your code and maybe I can help.
Send your code and maybe I can help.
Re: transparancy with png
An example tip to solve the problem:
Code: Select all
logoAlien = thorpy.load_image("mini_alien.png").convert()
transColor = logoAlien.get_at((0,0))
logoAlien.set_colorkey(transColor)
Return to “General ThorPy help”
Who is online
Users browsing this forum: No registered users and 0 guests