Different levels of sharpness on identical vertical lines
Posted: 2017-03-27T07:30:39-07:00
When I convert this pdf file* to a png using ImageMagick, one of the lines is sharp and the other is blurry.
I'm using ImageMagick Version 7.0.4-9 Q16 x64 2017-02-14 under Windows 10 with the command line tool.
I have tried different settings, but couldnt get rid of the problem. Two example images:
convert -density 100 example.pdf -background white -alpha remove -quality 90 withoutSharpen.png
convert -density 800 example.pdf -resize x1080 -background white -alpha remove -sharpen 2.2x0.62 -quality 90 withSharpen.png
Does anyone know what might be causing this behaviour?
*I created the pdf using LaTeX. The image in it was created using the tikz package.
I'm using ImageMagick Version 7.0.4-9 Q16 x64 2017-02-14 under Windows 10 with the command line tool.
I have tried different settings, but couldnt get rid of the problem. Two example images:
convert -density 100 example.pdf -background white -alpha remove -quality 90 withoutSharpen.png
convert -density 800 example.pdf -resize x1080 -background white -alpha remove -sharpen 2.2x0.62 -quality 90 withSharpen.png
Does anyone know what might be causing this behaviour?
*I created the pdf using LaTeX. The image in it was created using the tikz package.