SVG 2 TIFF Group 4 conversion
Posted: 2014-05-23T14:30:18-07:00
Hi there,
I am trying to convert some black and white SVG graphics into TIFF Group 4 compressed files.
Actually to be precise, I managed to create a TIFF Group 4 compressed file from the SVG file but the quality was quite bad. I used XnView earlier for the same task which worked very well but this will not run in the environment I would need it to be executed. I got very small files and a good quality.
I am pretty sure that ImageMagick could also achieve the same, if only I would know which command to use exactly!
I have been playing around with various parameters but the created image always tends to look "fuzzy" once created.
This is the basic command I am using:
convert -compress group4 "test.svg" "test.tiff"
I uploaded a test SVG file and the resulted TIFF file here:
http://webftp.tid-informatik.de/cgi-bin ... ce3c4f&a=1
Here some facts:
I am running on windows 7 64bit
using version ImageMagick 6.8.9-1 Q16 x64 2014-05-08
The provided SVG file contains no color
It would be great to hear from you guys. Let me know if you have any questions
Kind regards
Hermann Arya
I am trying to convert some black and white SVG graphics into TIFF Group 4 compressed files.
Actually to be precise, I managed to create a TIFF Group 4 compressed file from the SVG file but the quality was quite bad. I used XnView earlier for the same task which worked very well but this will not run in the environment I would need it to be executed. I got very small files and a good quality.
I am pretty sure that ImageMagick could also achieve the same, if only I would know which command to use exactly!
I have been playing around with various parameters but the created image always tends to look "fuzzy" once created.
This is the basic command I am using:
convert -compress group4 "test.svg" "test.tiff"
I uploaded a test SVG file and the resulted TIFF file here:
http://webftp.tid-informatik.de/cgi-bin ... ce3c4f&a=1
Here some facts:
I am running on windows 7 64bit
using version ImageMagick 6.8.9-1 Q16 x64 2014-05-08
The provided SVG file contains no color
It would be great to hear from you guys. Let me know if you have any questions
Kind regards
Hermann Arya