Am 07.02.2021 um 12:08 schrieb William F Pokorny:
> As bugs go, a relatively easy one. :-)
It sure must have been hard work to create it in the first place... I
have no idea how _that_ happened.
> In the file: source/base/image/targa.cpp and the function Write:
>
> bool opaque = options.AlphaIsEnabled();
>
> should be:
>
> bool opaque = !options.AlphaIsEnabled();
Thanks. Confirming both diagnosis and remedy.
Post a reply to this message
|