Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Resize and convert a SVG image using a gimp script ?
#3
Good for you, but it would have been much simpler and faster with ImageMagick in a shell script. (imagemagick in your repo, + potrace if you haven't got it already)

Code:
convert input.svg -resize WIDTHxHEIGHT output.png

And  if you stick with Gimp, INTERPOLATION-NOHALO is a better option, the only thing "Cubic" has for itself is a low CPU usage, but on modern PCs you won't notice the difference.
Reply


Messages In This Thread
RE: Resize and convert a SVG image using a gimp script ? - by Ofnuts - 11-13-2024, 10:01 AM

Forum Jump: