The resulting image was blurried (when it was included in the PDF) but I manage to have a good final image with -density 300 so it is ok now
Thanks
Skops
Search found 4 matches
- 2015-10-12T02:58:45-07:00
- Forum: IMagick
- Topic: Converted .eps is blurred
- Replies: 6
- Views: 12753
- 2015-10-11T09:05:24-07:00
- Forum: IMagick
- Topic: Converted .eps is blurred
- Replies: 6
- Views: 12753
Re: Converted .eps is blurred
MMM I think I don't follow you, what should I change in this command :
convert -density 1200 SED33.eps -resize 425x303 -quality 100 essai.eps
?
Skops
convert -density 1200 SED33.eps -resize 425x303 -quality 100 essai.eps
?
Skops
- 2015-10-11T08:21:29-07:00
- Forum: IMagick
- Topic: Converted .eps is blurred
- Replies: 6
- Views: 12753
Re: Converted .eps is blurred
Following viewtopic.php?t=23272 , I used the "-density" settings.
I want to convert the image from 590*421 to 425*303, how I compute the best value for the density ?
Skops
I want to convert the image from 590*421 to 425*303, how I compute the best value for the density ?
Skops
- 2015-10-11T07:09:25-07:00
- Forum: IMagick
- Topic: Converted .eps is blurred
- Replies: 6
- Views: 12753
Converted .eps is blurred
Hi, I'm trying to make a script to automatically increases the canevas of one image, resize another and merge one into another. All my images are in .eps and I would want to have the result in .eps but when I resize (or simply convert) one .eps into .eps, .jpg or .png, the result is blurred or even ...