12-08-2017, 09:31 PM
You don't ned Gimp for this. ImageMagick will do it very quickly:
(in older versions of IM the command is just "convert").
Code:
magick convert image-in.pdf -threshold 50% image-out.png
(in older versions of IM the command is just "convert").