TinyVG / sdk

TinyVG software development kit
https://tinyvg.tech/
MIT License
268 stars 15 forks source link

rendering: add bounded size hint #30

Closed marler8997 closed 3 months ago

marler8997 commented 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.

This option is exposed in tvg-render via the:

--bounded <width>x<height>

command line option.

ikskuh commented 3 months ago

Nice, thank you!