Quote:
Originally Posted by NiLuJe
I don't think I've ever added a toggle for that, yeah. From what I recall of the code, it'd be mostly trivial, but that'd be yet another toggle in the driver  .
EDIT: Well, there'd be a few layers of parameter passing involved, but ultimately, the letterboxing comes from here, and is hard-coded to black.
|
I had a look at doing this last night, and annoyingly, there are two uses of parameters call "bgcolor". The one that is currently passed in is used for transparency. And the one used for the letter/pillor-boxing is hard-coded to black. I think I have to add "letterbox_color" or something like that. I might add the other bgcolor so it is available when someone asks (and because I already added it before noticing the usage

).