svg2png: enhance the feature.
authorMichal Maciola <71131832+mmaciola@users.noreply.github.com>
Wed, 18 Aug 2021 11:29:10 +0000 (13:29 +0200)
committerJunsuChoi <jsuya.choi@samsung.com>
Fri, 20 Aug 2021 00:57:14 +0000 (09:57 +0900)
commit743cffbd327478b25a20eaf75741fdb3039fc8c2
treed93fecac6fa5db713777579563c0e98b3fe662f8
parent6143e468fcc1ed73182877b856a46544ec0d116f
svg2png: enhance the feature.

Svg2png fully redesigned.
Introduced whole directory parsing. Created flags interface.

Usage:
   svg2png [svgFileName] [-r resolution] [-b bgColor]

Flags:
    -r set output image resolution.
    -b set output image background color.

Examples:
    $ svg2png input.svg
    $ svg2png input.svg -r 200x200
    $ svg2png input.svg -r 200x200 -b ff00ff
    $ svg2png input1.svg input2.svg -r 200x200 -b ff00ff
src/bin/svg2png/svg2png.cpp