Search found 3 matches

by Nairi
2011-05-13T00:42:09-07:00
Forum: Users
Topic: How to combine density/resize converting pdf->jpg?
Replies: 5
Views: 23272

Re: How to combine density/resize converting pdf->jpg?

OK... if I understood you and the link right, this should work correctly:

convert -density 300 test.pdf -bordercolor white -border 0 -resize 990x1400 -quality 85 testpic.jpg

And what flatten concerns... I tried it out just before posting in this forum and had some funny results, because I had a ...
by Nairi
2011-05-12T02:31:57-07:00
Forum: Users
Topic: How to combine density/resize converting pdf->jpg?
Replies: 5
Views: 23272

Re: How to combine density/resize converting pdf->jpg?

First of all... sorry for the late reply, but I was on holiday and had no time to check back here.

Thanks a lot for the answer but I want also to clearify something... I know that jpeg don't use transparency, that means that I simply wonder why ImageMagick renders it once with a white background ...
by Nairi
2011-04-15T05:01:44-07:00
Forum: Users
Topic: How to combine density/resize converting pdf->jpg?
Replies: 5
Views: 23272

How to combine density/resize converting pdf->jpg?

Hi!

Due to the fact that I slowly but surely go crazy trying out what I have to set in which way I decided to simply ask, even if it will be a really easy solution.

First of all my environment:
ImageMagick: 6.6.9-4 2011-04-01 Q16
GhostScript: 9.02
OS: Windows 7 Pro x64

What I want to do:
I have ...