Transparency in Turing
Author |
Message |
makkennzee
|
Posted: Wed Nov 28, 2007 11:05 am Post subject: Transparency in Turing |
|
|
quick question : is there any image file extensions for Turing that can support transparency ? |
|
|
|
|
|
Sponsor Sponsor
|
|
|
StealthArcher
|
Posted: Wed Nov 28, 2007 11:25 am Post subject: RE:Transparency in Turing |
|
|
Nope, not unless you want to add png by writing your own reading methods. |
|
|
|
|
|
Dan
|
Posted: Wed Nov 28, 2007 12:49 pm Post subject: RE:Transparency in Turing |
|
|
Acuatly turing does support transaperency in almost all images, however it works by turing one color in the image to transparent.
You can set what color this is with Pic.SetTransparentColor or Pic.SetTransparentColor
You have to draw it in picMerge or picUnderMerge modes for it to work.
Note: this may only be aviable in new versions of turing, but i think even 3.1 made pure white transparent. |
Computer Science Canada
Help with programming in C, C++, Java, PHP, Ruby, Turing, VB and more! |
|
|
|
|
Jestar
|
Posted: Wed Nov 28, 2007 3:42 pm Post subject: Re: Transparency in Turing |
|
|
yeah white is transparent in an image..at least thats what it was with me and i have not set anything to be trasnparent. |
|
|
|
|
|
Nick
|
Posted: Wed Nov 28, 2007 3:49 pm Post subject: RE:Transparency in Turing |
|
|
you could try to make every x pixels white then picMergeing the picture |
|
|
|
|
|
makkennzee
|
Posted: Thu Nov 29, 2007 11:44 am Post subject: Re: Transparency in Turing |
|
|
picMerge was a success !! |
|
|
|
|
|
|
|