Sujet : Re: Image background
De : saitology9 (at) *nospam* gmail.com (saito)
Groupes : comp.lang.tclDate : 17. Oct 2024, 20:52:16
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <verpth$2s2jq$4@dont-email.me>
References : 1 2
User-Agent : Mozilla Thunderbird
On 10/17/2024 3:35 PM, Rich wrote:
imageName transparency set x y boolean
Makes the pixel at (x,y) transparent if boolean is true,
and makes that pixel opaque otherwise.
On that same page, there is a -background option which is just the opposite of what I was looking for:
-background color
If the color is specified, the data will not contain any transparency information. In all transparent pixels the color will be replaced by the specified color.