POV-Ray : Newsgroups : povray.bugreports : TGA Alpha channel : Re: TGA Alpha channel Server Time
25 Apr 2024 13:55:42 EDT (-0400)
  Re: TGA Alpha channel  
From: Ton
Date: 7 Feb 2021 18:55:01
Message: <web.60207d5ca388816f74b337b70@news.povray.org>
William F Pokorny <ano### [at] anonymousorg> wrote:
>
> As bugs go, a relatively easy one. :-)
>
> In the file: source/base/image/targa.cpp and the function Write:
>
> bool opaque = options.AlphaIsEnabled();
>
> should be:
>
> bool opaque = !options.AlphaIsEnabled();
>
> Bill P.

That sure was a simple solution, thanks Bill.

Cheers
Ton.


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.