Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
script-fu convert pdf to png WITHOUT antialiasing
#2
You don't ned Gimp for this. ImageMagick will do it very quickly:

Code:
magick convert image-in.pdf -threshold 50% image-out.png

(in older versions of IM the command is just "convert").
Reply


Messages In This Thread
RE: script-fu convert pdf to png WITHOUT antialiasing - by Ofnuts - 12-08-2017, 09:31 PM

Forum Jump: