Search found 7 matches
- 2015-10-03T15:57:43-07:00
- Forum: Bugs
- Topic: Default format in the manpage of import is wrong
- Replies: 1
- Views: 1849
Default format in the manpage of import is wrong
I'm using ImageMagick 6.8.9.9 and I'm noticing that "man import" says By default, 'file' is written in the MIFF image format. but if I'm executing "import test", clicking anywhere and then executing "file test" it shows "test: PostScript document text conforming DSC level 3.0, Level 1".
- 2014-10-30T21:03:24-07:00
- Forum: Bugs
- Topic: Centering too big images doesn't work with pdf
- Replies: 8
- Views: 10745
Re: Centering too big images doesn't work with pdf
I'm still seeing this bug in ImageMagick 6.8.9.9-2.
- 2013-06-20T12:49:04-07:00
- Forum: Bugs
- Topic: convert from a picture to pdf doesn't keep the original size
- Replies: 12
- Views: 20582
Re: convert from a picture to pdf doesn't keep the original
A little time ago I have found the solution for this problem. The argument -page will control a consistent size in the document. In my case I needed just to use "-page A4" to scale the images to the same size as .odt documents.
- 2013-02-08T02:59:57-07:00
- Forum: Bugs
- Topic: Centering too big images doesn't work with pdf
- Replies: 8
- Views: 10745
Centering too big images doesn't work with pdf
I'm using ImageMagick 6.7.7.10 and there is a centering issue on convert with the option -gravity. First I have created 2 black images with the size of 100x100 and 1000x1000. Trying to convert the small image works like expected: "convert test100.png -gravity center -page A4 test100.pdf" The image ...
- 2012-12-06T18:46:26-07:00
- Forum: Bugs
- Topic: convert from a picture to pdf doesn't keep the original size
- Replies: 12
- Views: 20582
Re: convert from a picture to pdf doesn't keep the original
Pictures with a different size will have a different size in the pdf document too which is not the original size. How is the information of the size stored? The main problem is I want to merge a pdf document with .odt files with a document of some pictures. In the result the pictures are more than ...
- 2012-07-25T13:34:12-07:00
- Forum: Bugs
- Topic: convert from a picture to pdf doesn't keep the original size
- Replies: 12
- Views: 20582
Re: convert from a picture to pdf doesn't keep the original
The problem still exists. Using -density 72x72 or nothing will result in 124x124 pixel. Using -density 150x150 will result in 60x60 pixel. But I can't say too if this is a bug or if convert should use at default the correct resolution.broucaries wrote:Any news of this bug report ?
- 2012-04-11T12:01:00-07:00
- Forum: Bugs
- Topic: convert from a picture to pdf doesn't keep the original size
- Replies: 12
- Views: 20582
convert from a picture to pdf doesn't keep the original size
I'm using ImageMagick 6.6.9.7 (from the Ubuntu repository) and have already made a bug on Launchpad about this: https://bugs.launchpad.net/ubuntu/+source/imagemagick/+bug/897009 I'm using Ubuntu 12.04 dev with imagemagick 8:6.6.9.7-5ubuntu1. I have converted a picture to a pdf but it was on 100 ...