balt-dev / robot-is-chill

Modified version of RocketRace/robot-is-you
GNU General Public License v3.0
22 stars 17 forks source link

Transparent objects with -b affect the background #48

Closed ghost closed 2 years ago

ghost commented 2 years ago

1 2

two examples of this happening this is probably only a thing because it wasn't accounted for when there were only gif renders, due to no partial transparency

balt-dev commented 2 years ago

=tile -b=#ff0000 baba:scale8:opacity0.5 render_2022-03-16_17.22.07.gif I can't reproduce this, unless I'm not understanding your issue.

balt-dev commented 2 years ago

Nevermind, I see, it's an issue with PNG encoding. Strange. I'll look at it when I can.

balt-dev commented 2 years ago

Agh, fixing this is gonna be messy.

balt-dev commented 2 years ago

Fixed, although renders are less performant now, since I have to alpha composite, and that's slow compared to pasting.