Skip to main content

Questions tagged [imagemagick]

ImageMagick is an open source software suite for displaying, converting and editing raster image files.

3 votes
1 answer
8k views

ImageMagick's 'convert' won't set resolution?

I'm trying to create an image using imagemagick's "convert". I have this command: convert -size 720x480 xc:white -units pixelsperinch -density 81x72 foo.jpg However, the image ends up with a 72x72 ...
rascher's user avatar
  • 656
1 vote
1 answer
120 views

Execute command on a pair of files

**Context :**I've scanned a lot of old pictures, that have writing on the back. Using imagemagick, I can append the front and back of the picture like this : montage out20.jpg out21.jpg -gravity ...
Manu's user avatar
  • 3,031
65 votes
6 answers
87k views

How to merge pdf:s using Imagemagick (resolution problem)

When I try to merge two .pdf files using Imagemagick convert pdf1.pdf pdf2.pdf temp.pdf the resulting temp.pdf file seems to have very low resolution. How can I keep the resolution same as in the ...
user avatar
2 votes
3 answers
1k views

Imagemagick, Snow Leopard and PDF Conversion

Having difficulties with Imagemagick and Snow Leopard. Imagemagick was installed using the install script from here here. Everything builds and installs correctly. Imagemagick behave normally for ...
Peer Allan's user avatar

15 30 50 per page
1
29 30 31 32
33