Search found 7 matches

by makrell66
2011-10-21T02:30:30-07:00
Forum: Users
Topic: Image size after pdf to jpg convert
Replies: 3
Views: 24180

Re: Image size after pdf to jpg convert

Problem is solved.

I used an old version of IM, and installing the latest version solved the problem.
Now I only run the command

convert -colorspace rgb file.pdf file.jpg

and the resulting jpg file is a perfect 72dpi jpg file of the original pdf.

- m66 -
by makrell66
2011-10-20T23:25:09-07:00
Forum: Users
Topic: Image size after pdf to jpg convert
Replies: 3
Views: 24180

Re: Image size after pdf to jpg convert

Hi, Thanks for your answers. convert -colorspace rgb -density XX file.pdf -resize 814x1134 file.jpg try XX=150 When I try this, I get a 814x1053 pixel jpg at 150dpi. But the image only shows the lower left part of the original pdf. Alternately, you can use different densities for your pdf in X and Y...
by makrell66
2011-10-20T05:37:07-07:00
Forum: Users
Topic: Image size after pdf to jpg convert
Replies: 3
Views: 24180

Image size after pdf to jpg convert

I'm using the following command to convert pdf files to jpg file : convert -colorspace rgb file.pdf file.jpg The pdf file is 11,3 x 15,75 inches in size. The resulting file is a 72dpi 612x792 pixel jpg file. I want it to be 72dpi, so that is ok. But, I only see the 612x792 pixels from the bottom lef...
by makrell66
2008-10-29T03:16:06-07:00
Forum: Users
Topic: PDF scaling
Replies: 2
Views: 9691

PDF scaling

I have searched the forum, but I can't find an answer to my question:

Can I use IM to scale PDF files? I want to scale PDF files both up and down.
For example, I have an A3 sized PDF I want to scale down to A4.

- m66 -
by makrell66
2008-05-06T04:27:52-07:00
Forum: Users
Topic: Reduce image resolution in PDF
Replies: 1
Views: 5537

Reduce image resolution in PDF

I need to reduce the resolution on images in a PDF, without changing anything in the PDF itself.
Is that possible with ImageMagick?

- m66 -
by makrell66
2007-02-07T05:33:51-07:00
Forum: Users
Topic: Transparent, rounded corners
Replies: 12
Views: 64983

Re: Transparent, rounded corners

Thanks, that helped me a lot. One other thing; all examples I have seen to create rounded corners, four individual corner images are created, and then composed on to the original image. Will it be possible to create one mask (a rectangular image) with all four corners (colored), and use this to comp...
by makrell66
2007-02-06T01:04:05-07:00
Forum: Users
Topic: Transparent, rounded corners
Replies: 12
Views: 64983

Transparent, rounded corners

I've been looking around, but I'm not able to find out how to create transparent, rounded corners.
The tricky bit is the transparency. I manage to create rounded corners with a colored background, but can not find out how to proceed to make them transparent.

- m66 -