...SaveSequence PNG as 32 bit RGBA

A forum dedicated to George scripting questions
Post Reply
hcjehg
Posts: 1
Joined: 27 May 2015, 11:08

...SaveSequence PNG as 32 bit RGBA

Post by hcjehg »

In the Export to.. dialog there is a Mode selector for "Palette", "RGB","RGBA" and "Alpha only".

Is there any way to set this to RGBA for export of PNG sequence from george script ?

Best regards

HC Jehg
Gary
Posts: 26
Joined: 12 May 2015, 13:33

Re: ...SaveSequence PNG as 32 bit RGBA

Post by Gary »

You'd want to use tv_AlphaSaveMode. You can see it on the docs here.

It's not clear from the docs but nopremultiply does what you need.

Code: Select all

tv_AlphaSaveMode "NoPreMultiply"
Post Reply