I'm trying to convert from pdf to tiff (with Group4 compression) using ImageMagick command line. However when i do "convert test.pdf -compress Group4 -density 300 test.tiff" I get a very low quality tiff image :( The test.pdf do have the right quality! Is there a reason why I get such low quality?