Closed marler8997 closed 3 months ago
Provides a new size-hint mechanism for rendering, bounded. A bounded size hint specifies a limit for both width and height and then renders the maximum size that fits within these limits while also maintaining the aspect ratio.
bounded
This option is exposed in tvg-render via the:
tvg-render
--bounded <width>x<height>
command line option.
Nice, thank you!
Provides a new size-hint mechanism for rendering,
bounded
. A bounded size hint specifies a limit for both width and height and then renders the maximum size that fits within these limits while also maintaining the aspect ratio.This option is exposed in
tvg-render
via the:command line option.