Hi,
Please guide me on my below request.
I am using ImageMagick command line utility to convert ps to tiff image. An I am using following command:
convert sample.ps sample.tiff
After doing the conversion, the quality of converted tiff image is so poor. So I used following command:
convert -density 600x600 sample.ps sample.tiff
This second command takes more time to process and also the size of the file reaches 50 MB. The ps file contains simple text only.
Can anyone help me on this.
Thanks,
Gopal
PS to Tiff conversion
-
- Posts: 1
- Joined: 2016-01-07T07:20:33-07:00
- Authentication code: 1151
Re: PS to Tiff conversion
Try this command:
- convert -density 300x300 sample.ps -resize 25% sample.tiff
Re: PS to Tiff conversion
Thanks a lot, i've got the same problem with file size and that's helped
ImageMagick user. Design like Culina aus Polen