Computer Science Canada

Transparency in Turing

Author:  makkennzee [ 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 ?

Author:  StealthArcher [ 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.

Author:  Dan [ 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.

Author:  Jestar [ 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.

Author:  Nick [ 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

Author:  makkennzee [ Thu Nov 29, 2007 11:44 am ]
Post subject:  Re: Transparency in Turing

picMerge was a success !!


: